Quote (clacker @ May 09 2006,09:46) |
The KNOPPIX file is a compressed file system. You need to mount it and then view it like any other mount. It's read only, by the way. sudo mount -o loop=/dev/cloop7 /cdrom/KNOPPIX/KNOPPIX /mnt/test ls /mnt/test ls /mnt/test/usr/lib/modules/2.4.26/kernel/drivers/ sudo umount/test You can use a lowest unused cloop you have rather than cloop7, I did that in case you have some uci's loaded. |