> Yes, you need the loopback driver. Would you would do is something like:
>
> mount -t iso9660 -o loop my_iso_file.raw /mnt/cdrom2
I believe you have to first run losetup(8) to associate the file
with a particular loop back device. This is what I've done in the
past:
losetup /dev/loop0 <file>
mount -t iso9660 /dev/loop0 /<mount point>
Pat
--
Patrick O'Rourke
[EMAIL PROTECTED]
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************