Click to See Complete Forum and Search --> : curious...


chaytah
12-24-2000, 08:22 AM
I have Mandrake 7.2 installed. There is a folder called /mnt/disk/ on my drive and I don't know what it's there for. I don't see it in the fstab file, and I don't get anything in there is I stick in a floppy or zip. If I delete it, it is made again at boot time.

What's up with this?

mdwatts
12-24-2000, 01:00 PM
What happens when you do this?

mount /mnt/disk

cd /mnt/disk

ls -al

cd /

umount /mnt/disk

teeitup
12-24-2000, 05:58 PM
sounds like a system generated moint point directory.



------------------
Don't take life to seriously, You'll never get out alive!
-Bugs Bunny-

scott_R
12-24-2000, 09:08 PM
Ok, this is something of a guess, but I did some looking and /mnt/disk seems to be a catchall for when you need to mount something, or emulate a disk, and you have no other way to do it. It can be used to hold your windows partition with wine, hold iso disk images, etc. To do something like this, you make a subdirectory under /mnt/disk, then load the files into that subdirectory.

In essence, it's like a mount point, just not dedicated to a specific purpose. Seems mostly for stuff that you may not want mounted all the time, or will remove in the future. Again, it's just a guess...

------------------
RTFM=Rewrite The F***ing Manual
For more info, visit http://rute.sourceforge.net/
The snow's falling, and so is MS...:)

theflash
12-25-2000, 12:11 AM
Might be for Mandrake's auto recognition feature. Like Window's Auto-Load.

Sweede
12-25-2000, 01:30 AM
Mandrake 7.2 automaticly creates /mnt/cdrom, /mnt/floppy, /mnt/disk on bootup.
if you dont want it, check the /etc/init.d/mandrake_everytime file