I installed samba419 and am trying to get it to function as a file share server to connect to from a Windows PC. I have an entire zpool I would like acces to called /nobackup. I tried to use the instructions for the basic authenticated access from this page:
wiki.samba.org
This is what my smb.conf file looks like:
I started the server with the following return:
Which look fine to me....
I've followed multiple tutorials at this point and am at a loss. Any and all help would be greatly appreciated.
Setting up Samba as a Standalone Server - SambaWiki
This is what my smb.conf file looks like:
Code:
[global]
log file = /var/log/samba/%m
log level = 1
server role = standalone server
[nobackup]
path = /nobackup
read only = no
inherit permissions = yes
valid users = Beer
I started the server with the following return:
Code:
service samba_server start
Performing sanity check on Samba configuration: OK
starting nmbd.
starting smbd.
Which look fine to me....
I've followed multiple tutorials at this point and am at a loss. Any and all help would be greatly appreciated.