[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mounting a file as a filesystem



On Fri, 6 Dec 1996, Scott Barker wrote:

> Scott Barker said:
> > mount -t ext2 /path/to/file /mount/point
> 
> oops. That should be
> 
> mount -o loop -t ext2 /path/to/file /mount/point
> 
> And, don't forget to make sure that the loop devices have been created:
> 
> cd /dev
> ./MAKEDEV loop
> 
If you use loop devices at all you will certainly want more than one. My
system has loop0 thru loop7.
This would allow your mount to look like:

mount -o loop=/dev/loop2 -t ext2 /path/to/file /mount/point

Luck,

Dwarf

------------                                          --------------

aka   Dale Scheetz                   Phone:   1 (904) 877-0257
      Flexible Software              Fax:     NONE 
      Black Creek Critters           e-mail:  dwarf@polaris.net

------------ If you don't see what you want, just ask --------------


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: