-
Notifications
You must be signed in to change notification settings - Fork 9
How To Configure a Samba Server
jdrch edited this page Mar 26, 2020
·
3 revisions
smbpasswd -a MyUsername
Step 2: Use chown
and chmod
to ensure your OS account has access to the shared folder
sudo chown MyUsername /SharedFolderPath
and then:
sudo chmod 770 /SharedFolderPath
[global]
security = user
#In addition to the rest of what's there for [global]
[SharedFolderName]
comment = Insert comment here
read only = no
browseable = yes
writable = yes
valid users = MyUsername
path = /SharedFolderPath
create mask = 0770
directory mask = 0770
force user = MyUsername
sudo /usr/sbin/service smbd restart
Organized Alphabetically:
- Explainers
- How Linux, BSD, UNIX, and macOS Relate to Each Other
- Why I Use Resilio Sync Instead of Syncthing
- Why US Buyers Should Purchase Datacenter HDDs instead of NAS HDDs
- Why You Should Separate Compute and Backup Workloads
- Why You Shouldn't Stress Test HDDs Unless You're Trying to Maximize Uptime
- Why You Shouldn't Use Most Premade NAS Solutions
- Guides
- Disaster Recovery and Backups for OpenRC BSDs to non ZFS Repositories
- Disk Encryption Options
- How Much Raw Storage You'll Need for RAID
- How Often Arrays Can Be Scrubbed Without Reducing HDD Life
- How to Calculate the Odds of Physical Attack Data Loss for a ZFS Array
- How to Configure a Samba Server
- How to Generate an Affordable Server or NAS Parts List
- How to Get Your Home Wired for Ethernet
- How to Install OpenIndiana
- How to Install Pycharm on Debian from the JetBrains script
- How to Set Up Regular, Recurring, Incremental, Online Filesystem Backups using Restic
- How to Set Up Regular, Recurring, Recursive, Incremental, Online, In Place Filesystem Backups Using zfsnap
- How to Store HDDs Long Term
- How to Update dnscrypt proxy in Debian with Minimal Downtime
- Projects
- Ongoing
- Future (in order of descending priority/implementation)
- Recommended Hardware
- Recommended Software
- Troubleshooting
- Useful Links