we are encountering the following error while extracting an ISO image from Knoppix CD.somebody help!!
$ extract_compressed_fs /cdrom/KNOPPIX/KNOPPIX > /knx/source/first.iso 30369 blocks of size 65536. preamble: #!/bin/sh #V2.0 Format modprobe cloop file=$0 && mount -r -t iso9660 /dev/cloop/ $1 exit $?
Block 0 length 0 => 65536 Uncomp: not enough out room 0
Help!!
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Thu, 30 Dec 2004 02:15:22 -0800 (PST), "TIFR students" hbcsestuds@yahoo.com said:
$ extract_compressed_fs /cdrom/KNOPPIX/KNOPPIX > /knx/source/first.iso 30369 blocks of size 65536. preamble: #!/bin/sh #V2.0 Format modprobe cloop file=$0 && mount -r -t iso9660 /dev/cloop/ $1 exit $?
Block 0 length 0 => 65536 Uncomp: not enough out room 0
^^^^^^^^^^
How much RAM do you have ? I used 1GB RAM for CD remastering. Maybe you'll have to add a swap file in your fstab.
-Anurag
On Thu, Dec 30, 2004 at 02:15:22AM -0800, TIFR students wrote:
we are encountering the following error while extracting an ISO image from Knoppix CD.somebody help!!
$ extract_compressed_fs /cdrom/KNOPPIX/KNOPPIX > /knx/source/first.iso 30369 blocks of size 65536. preamble: #!/bin/sh #V2.0 Format modprobe cloop file=$0 && mount -r -t iso9660 /dev/cloop/ $1 exit $?
Block 0 length 0 => 65536 Uncomp: not enough out room 0
I guess this is due to version difference between extract_compressed_fs you are using and the version of cloop used for compressing the KNOPPIX mod file. I suspect this due to the following output
#!/bin/sh #V2.0 Format
Amish.
On Thu, 30 Dec 2004 23:09:27 +0530, "Amish Munshi" lists@munshi.biz said:
I guess this is due to version difference between extract_compressed_fs you are using and the version of cloop used for compressing the KNOPPIX mod file. I suspect this due to the following output
Guys, keep in touch with Amish. He is the CD remastering expert.
Amish, extract_compressed_fs works properly on Knoppix 3.6. and there's no version mismatch with cloop either in Knoppix 3.6. These people didn't tell which version of knoppix they're extracting.
-Anurag