Re: mount -o loop

Peter T. Breuer (ptb@it.uc3m.es)
Fri, 17 Apr 1998 00:03:54 +0200 (MET DST)


Yes, well, I have to eat my hat and say that today everything is working
right on every 2.0.25 system I tried here. It must be that I added or
forgot a "loop" parameter when I shouldn't have last time round.

> > Yeah. More checking on my part seems to show the problem is with fat12
> > format floppy disk images mounted as msdos over loopback. That hangs
>
> [wolff@cave ~wolff]# gunzip w95boot*
> [wolff@cave ~wolff]# mount `pwd`/w95boot.img /mnt/floppy/ -o loop
> [wolff@cave ~wolff]# mount
> [...]
> /home/wolff/w95boot.img on /mnt/floppy type msdos (rw,loop=/dev/loop3)
> [wolff@cave ~wolff]# mount -V
> mount: mount-2.5l

Thanks for the excellent printout of the commands required.

$ sudo mount -t msdos -o loop bdisk /mnt
$ mount
...
/var/tmp/bdisk on /mnt type msdos (rw,loop=/dev/loop0)
$ df
..
/var/tmp/bdisk 1423 767 656 54% /mnt

This on my hugely munged 2.0.25. I haven't gone back to the redhat 4.2
systems yet to retry a pure 2.0.30.

Peter

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu