You are not logged in.
Pages: 1
I'm using a computer I was planning on selling as a server for things like Quake 3, Minecraft, an external server for testing web software I'm working on, etc. I just added a second hard drive, and I'm wondering what I should set the mount point to in my fstab. Traditionally, I've always mounted my Windows partition (not on a separate hard drive) in the /media folder. Should I do the same for this?
Offline
/media and /mnt are intended to be just as lengthy as needed (subdirectories) to get it all in there. Just as long as you don't mount over something important or being used elsewhere inconsistent with what you are trying to do, it's up to you.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
I don't really think this is a question someone else can answer for you. It either comes down to functionality (what part of the filesystem needs more storage) or just plain old personal preference. So you are the only one who can make those decisions.
Offline
I know it doesn't affect anything, I was just wondering what the standard is, or if it really matters.
Offline
You can mount it in /mnt/foo or in /home/user/something/else/entirely/foo.
Just make sure the mountpoint exists.
Offline
Not a GNU/Linux discussion, moving to NC...
Offline
You can mount things wherever you want, but as far as I know, /mnt is often used for fstab entries, and /media for automounted stuff.
Offline
Pages: 1