I am able to share a directory under / like /samba and able to connect
to it. The /data directory is not under / but a separate partition. I
wouldn't think this is a problem?
On Thu, 2006-02-23 at 18:20 -0500, Louis E Garcia II
wrote:> I am trying to share a directory with samba-3.0.14a and FC4. readable
> and writable to everyone.
>
> The directory is /data/public : 2777 root:root
>
> This is my smb.conf:
>
> [global]
> workgroup = HOMENETWORK
> server string = Samba Server
> security = SHARE
> hosts allow = 127.0.0.1, 192.168.0.0/24
> hosts deny = 192.168.0.1/24
>
> [public]
> comment = Public Stuff
> path = /data/public
> public = Yes
> read only = No
> browseable = Yes
> guest ok = Yes
> create mask = 2777
>
> I am able to browse the server but when I open the share public I get an
> error that the directory doesn't exist.
>
> I am stumped. --Louis
>