Quote (dandiep @ Oct. 17 2005,17:07) |
I see there is the image on the distro "knoppix/knoppix", however it appears to be a shell script and cd image mix. Any tips on how I could mount that locally on a development computer? |
Code Sample |
modprobe cloop mount -o loop=/dev/cloop0 /path/to/cloop/image /path/to/mnt/point |