Tuesday, July 13, 2021

Just trying

As usual I haven't set up Samba for awhile an can't get it to work. 

lsb_release -a
sudo apt install samba
whereis samba
mkdir /home/george/sambashare
nano /etc/samba/smb.conf
[sambashare]
comment = Samba on 
path = /home/george/sambashare
writeable = yes
browseable = yes
public = yes or no
create mask = 0664
directory mask = 0755
force user = george

adduser --system george 
chown -R george /home/george/sambashare
smbpasswd -a george

sudo smbd restart

chmod 777 may not need is above done

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Pin Not Available

Crazy Error I had not seen before. Pin not available blah blah. I restarted a few times and it finally worked. If it doesn't some say to...