Skip to content

Instantly share code, notes, and snippets.

@jongio
Last active September 12, 2016 02:24
Show Gist options
  • Select an option

  • Save jongio/d41a6b562a235f5ea9683cc31a3228bf to your computer and use it in GitHub Desktop.

Select an option

Save jongio/d41a6b562a235f5ea9683cc31a3228bf to your computer and use it in GitHub Desktop.
sudo leafpad /etc/samba/smb.conf &
#Enter the following at bottom of smb.conf
[PiShare]
comment=Raspi Share
path=/home/pi/
browseable=Yes
writeable=Yes
only guest=No
create mask=0777
directory mask=0777
public=no
#Run this to set password
sudo smbpasswd -a pi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment