Monthly Archives: July 2014

[RaspberryPI] How to mount Network Drive with read write permissions

How to mount Network Drive in Beaglebone Raspberry PI Add following line under /etc/rc.local and update with appropriate sudo mount -t cifs -o user=,password=,sec=ntlm,rw,file_mode=0777,dir_mode=0777 //network-pc/dir-name /opt/media that all. now reboot 🙂 now drive will be mounted to your given path … Continue reading

Posted in Linux, RaspberryPI | Tagged , , , , , | Leave a comment