Max2Play Home › Forums › General Questions on Hardware and Max2Play Versions › Samba Share Examples? › Reply To: Samba Share Examples?
6. Januar 2019 at 9:21
#43168
Hi Weka_1
Edit version
//192.168.1.254/share means that you inside your routers samba settings have called your device: share!! (or on some routers) you have called your harddrive share when you formatted it)
/mnt/share means that on your Raspberry Pi you have created a folder called share
(sudo mkdir /mnt/share)
given it permissions like
(sudo chmod 775 -R /mnt/share)
changed the owner to the name of your pi (stand name = pi)
(sudo chown -R pi:pi /mnt/share)
user=samba,password=12345678 (this is just an example not the real password for your router right???)
please check all of this and let us know!!