Is there a way to disable the [root] share (entire filesystem) without editing it out from the smb.conf file?
I did this in this way...
in file smb-user.conf add this section
[global] security = user guest account = nobody guest ok = no map to guest = Bad Password [root] # share to access the entire filesystem path = / comment = Receiver Filesystem read only = no browseable = yes guest ok = no valid users = root #you can add more users here create mask = 0664 directory mask = 0775 wide links = yes follow symlinks = yes
Don't know if this how it should be done but works for me. This way you have access to entire filesystem if you know root pass (and - if you add more valid users)