Glavin001 / rpi

Instructions to setup my Raspberry Pi
MIT License
0 stars 0 forks source link

Network Drives #3

Open Glavin001 opened 9 years ago

Glavin001 commented 9 years ago
Glavin001 commented 9 years ago
//<SERVER_IP>/<DIR> /home/pi/<MOUNT_DIR> cifs username=<USERNAME>,password=<PASSWORD>,uid=1000,gid=1000,rw,sec=ntlm,iocharset=utf8 0 0
Glavin001 commented 9 years ago

Updated to fix permission issues. Could not write because owner was root:root. With the following, the owner is pi:pi:

//<SERVER_IP>/<DIR> /home/pi/<MOUNT_DIR> cifs username=<USERNAME>,password=<PASSWORD>,guest,uid=1000,gid=1000,rw,file_mode=0777,dir_mode=0777,sec=ntlm,iocharset=utf8 0 0