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