Can't access individual samba shares

Posted by Richard Maddis on Server Fault See other posts from Server Fault or by Richard Maddis
Published on 2011-03-15T15:50:28Z Indexed on 2011/03/15 16:12 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

I've just installed CentOS and I'm configuring Samba. I have a share with the following in the smb.conf file:

[storage]
comment = Main storage for all use
path = /share
public = yes
browseable = yes
writable = yes
printable = no
write list = bob root
create mask = 0775
guest ok = yes
available = yes

In Windows Explorer, I can reach the page listing all the shares on the server, but I click on the shares themselves, I get an error saying that the folder cannot be found.

I have verified that the folder /share exists and I've also given it 777 permissions so it cannot be due to permissions.

What is causing this? I can post more config files if necessary.

© Server Fault or respective owner

Related posts about linux

Related posts about centos