How to setup Samba client on Raspberry Pi
On the linux server1. You need to add the user first, ‘guest’ won’t work. : adduser –system shareuser: passwd shareuser 2. Permission the share directory : sudo chown shareuser:usergroup(or your username) sharedirectory/ -R 3. edit /etc/samba/smb.confadd these below,read only = nobrowsable = yespublic = yeswriteable = yesforce user = shareuser 4. restart the smbdsudo service … Read more How to setup Samba client on Raspberry Pi