PDA

View Full Version : Samba Help


autek
09-16-2007, 03:00 PM
I've already spent too much time on this today. When I log onto the server I see "homes" "ed" and that is not what I want. I want just one folder to be available on Samba. I have played with the conf file much too long and am not getting the desired results. I'm trying to have just the /home/ed/share folder available. Can anyone give me some pointers or somewhere I can find good information on how to accomplish this.

Ed

uteck
09-16-2007, 09:05 PM
Here is the relavent parts of my samba share that only lists /myth.
[homes]
comment = Home Directories
browseable = no
[myth]
comment = Myth files
writeable = yes
valid users = mythtv
path = /myth

So you should have the home directories not be browsable, and something like this;
[share]
comment = my shared files
writeable = yes
valid users = ed
path = /home/ed/share

autek
09-20-2007, 04:20 AM
That is just what I wanted. Thanks for the help.

Ed