PDA

View Full Version : Question


Dr_s99
02-28-05, 05:51 PM
I have compressed files ( some installation files) using
#mkisofs -R /mnt/hda3/install | create_compressed_fs - 65536 > /mnt/hda3/NewCD/files/FILES

how could i UNcompress it...?

chunkey
03-01-05, 11:28 AM
something like:
"extract_compressed_fs /mnt/hda3/NewCD/files/FILES"

BTW... if you have some question about the usage look @ "man extract_compressed_fs" or "info extract_compressed_fs"

Dr_s99
03-01-05, 03:03 PM
oh... thank you :P