At 13:16 21/01/2003 +0000, you wrote:
Steve Lee wrote:
anyone know how to output an iso image to disk
and not a CD.
Thanks.
One way is to mount the iso image as a drive and copy it out. If my memory serves me the command is something like:

mount -t iso9660 <name of iso image> /mount/point

- where '/mount/point' is some preexisting directory.

/jan

I think you need to use the loopback device to mount an iso image.
e.g. :-
mount -t iso9660 -o loop=/dev/loop0 <name of iso image> /mount/point

But I could be wrong (again)......

hih
nick@nexnix




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to