Introduction
If you've ever wanted to set up a file server with the Raspberry Pi, this guide is for you.
You will learn how to use Samba to turn your Raspberry Pi into a local file server for your network.
Once you have set it up, you can use your newly created file server on all other computers on your network and have a convenient place to store everything you want to share with housemates, friends or family.
Tools
-
-
-
-
[share] Comment = Pi shared folder Path = /share Browseable = yes Writeable = Yes only guest = no create mask = 0777 directory mask = 0777 Public = yes Guest ok = yes
-
-
-
-