LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Add Dir in Samba (https://www.linuxquestions.org/questions/linux-general-1/add-dir-in-samba-15521/)

AMDPwred 03-03-2002 10:00 PM

Add Dir in Samba
 
I just got Samba setup, finally. Now how can I add a second directory to share? I've created the dir (folder) in RH I want to use for the storage. Now, where/what in the smb.conf file can I add to create new shared dir?

Syncrm 03-03-2002 10:16 PM

i'm assuming you mean adding a new mount (network drive, is the more appropriate windows term, i guess). i usually put this stuff at the bottom of my smb.conf file. here's how i share my /root dir:

[root]
comment = root
path = /root
valid users = root
public = no
writable = yes

i think it's pretty self explanitory. hope this helps. :-)


All times are GMT -5. The time now is 03:52 AM.