On Thursday 22 November 2001 02:20, you wrote: > Is there a way to mount an ISO image as a ram drive so that I do not have > to keep burning CD's on images that do not work cleanly?
I don't think you can do it as a ram drive, but you can mount the image directly to a dir: mount -o loop -t iso9660 -r /path/to/file.iso /path/to/mountdir -o loop means mounting it as a block device -t iso9660 means it is an iso9660 filesystem (the one used on CDs) -r means read-only -- Anders -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GO d--@ s:+ a-- C++ $UL++ P++ L+++ E- W+ N(+) o K? w !O M-- V PS+ PE@ Y+ PGP+ t 5 X R+ tv+ b+ DI+++ D+ G e- h !r y? ------END GEEK CODE BLOCK------
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
