View Single Post
  #4   (View Single Post)  
Old 27th September 2008
bsduser bsduser is offline
Port Guard
 
Join Date: Jun 2008
Location: Toronto
Posts: 12
Default

Quote:
Originally Posted by DNAeon View Post
Code:
[winuser]
comment = %h Windows User Share Directory
path = /usr/home/winuser/Docs
valid users = winuser
public = no
writeable = yes
Check the user's home directory permissions. Also you don't need those lines, because you are giving the folder wrong permissions:
Code:
force directory mode = 0777
force create mode = 0777
Thanks for your help, I tried your solution. but I think something is still mess up on this smb.conf, its still doesn't work, this time, when I tried to mount "winuser" shared folder, I got a message that said that it can't mount that share ... weird right ?

by the way, after put ur solution in /usr/local/etc/smb.conf I launched testparm for see if there is any mistake, and I got this

Code:
[winuser]
        comment = %h Windows User Share Directory
        path = /usr/home/winuser/Docs
        valid users = winuser
        read only = No
__________________
OpenSource + Free Thinking + Free Choise = FreeBSD
http://www.openbsd.org/zaurus.html
Edit/Delete Message
Reply With Quote