LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where in the filesystem do you put files for a fileserver? (https://www.linuxquestions.org/questions/linux-newbie-8/where-in-the-filesystem-do-you-put-files-for-a-fileserver-10194/)

system 12-16-2001 10:33 PM

Where in the filesystem do you put files for a fileserver?
 
I want to set up a RedHat box that is already the DHCP server for my local network as a Samba server. Where is the proper place in the unix filesystem to put the home directories of all the shares?

jharris 12-17-2001 04:22 AM

Uhm... Completely up to you!!

Typically I would advise you to put your share on a seperate partition to the rest of you system if possible to avoid problems with filling up your system, but there isn't really a correct place to put the files. Clearly you'll want to avoid locacations that hold system file/binaries (say /sbin /bin /etc [etc... ;)]).

HTH

Jamie...

bluecadet 12-17-2001 05:15 AM

/var is typically considered a good place to put shares. /var/mp3 /var/src /var/tmp etc... but, there's no firm rule, i don't use it.

system 12-17-2001 09:20 PM

What I mean to ask is: where is the Unix standard place for putting a filesystem containing the data to be served?

For example, a BSD FTP server. Where is the standard place to mount the filesystem being served?

The reason I ask this is that I like learning the standard way things are done. I believe that, by learning this, the knowledge can be used accross other systems also.


All times are GMT -5. The time now is 11:25 PM.