On Tue, 18 Apr 2000, Patrick J. O'Rourke wrote:

> 
> > 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, this is no longer necessary on more recent kernels.  The kernel is
smart enough to do this automatically now.


-- 
Derek Martin
System Administrator
Mission Critical Linux
[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
**********************************************************

Reply via email to