Add users with smbpasswd then sudo vi /etc/samba/smb.conf
Add a line like this or replace “[home]” with it:
[shareName]
path=/location/of/share
valid users = username
pubilc = no
writable = yes
To mount an NTFS partition every boot, sudo vi /etc/fstab and add this below your first mount:
/dev/sdb1 /where/you/want/to/mount ntfs defaults 0 0
0 Responses to “Easy samba config and NTFS mounts!”
Leave a Reply