On Thu, 25 May 2000, Bruce Bauer wrote:
> I see during kernel configuration that you can use the loopback device to mount an
>iso image file into
> the file system. I have looked through various pieces of documentation and tried
>the following steps:
>
> losetup /dev/loop0 /file.iso
> mount -t iso9660 /dev/loop0 /mnt
>
> The mount command returns a long error line with various possibilities for what is
>wrong.
>
> What am I missing?
>
> Bruce
>
Try mount -o loop -t iso9660 <ISO file> /mnt.
This tells mount to mount a file on mount point /mnt using the loopback
interface.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.