[PLUG] 2.4.1-ac and loop

Charles Fultz fultz@cs.purdue.edu
19 Feb 2001 14:57:06 -0500


"Christopher N. Deckard" <cnd@ecn.purdue.edu> writes:

> When I mount ISOs I normally do:
> 
> mount -t iso9660 -o loop iso_thing_you_want_to_mount.iso mount_pount
> 
> You may have to insmod 'loop' first.

I have the loop module loaded.  I mount ISOs like this:
mount -t iso9660 -o ro,loop=/dev/loop0 file.iso /mnt/point

And the mount just stalls.  The machine functions fine, except for any
further mounts.

Charles