servers:bsd:samba
This is an old revision of the document!
Table of Contents
Information
- Samba
- SMB server
Resources
Prerequisites
Dependencies
su -
pkg install 'samba423'
Service
su -
sysrc samba_server_enable="YES"
Disable
su -
sysrc samba_server_enable="NO"
service 'samba_server' onestop
User
su -
pdbedit -a -u 'espionage724'
Settings
- Just Game Saves folder 1)
su -
ee '/usr/local/etc/smb4.conf' && service 'samba_server' start
[global] security = user passdb backend = tdbsam [Saves] path = /mnt/NAS1/Games/Saves guest ok = no public = no browsable = no read only = no writable = yes valid users = espionage724 # End
Windows
1)
Windows doesn't trust the share mapped or as network location folder/everything transfered from SMB needs unblocked
/usr/local/www/wiki/data/attic/servers/bsd/samba.1785449733.txt.gz · Last modified: by Sean Rhone
