Skip to content

Instantly share code, notes, and snippets.

@maleficarum
Last active August 29, 2015 14:06
Show Gist options
  • Save maleficarum/b0de0e795ffb79e8c945 to your computer and use it in GitHub Desktop.
Save maleficarum/b0de0e795ffb79e8c945 to your computer and use it in GitHub Desktop.
SMB Raspberry basic configuration
sudo apt-get install samba samba-common-bin
sudo vim.tiny /etc/samba/smb.conf &
workgroup = your_workgroup_name
wins support = yes
[pihome]
comment= Pi Home
path=/home/pi
browseable=Yes
writeable=Yes
only guest=no
create mask=0777
directory mask=0777
read only = no
public=no
smbpasswd -a pi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment