Answer the question
In order to leave comments, you need to log in
How to correctly mount a network drive in a Raspbian system?
Hello! I have a hard drive connected to my router. How do I write mount to mount a disk to Raspberrypi? (I do for the Transmission client). I tried several ways, writes Premission denied, works with the disk only through sudo.
Answer the question
In order to leave comments, you need to log in
1) sudo apt-get install cifs-utils will either update or say that the latest version is worth it.
2) On the router, you make a separate user with access to a disk with a password.
2) In /etc/fstab add the line:
//192.168.xxx.xxx/folder on the router /mnt/folder on the raspberry cifs iocharset=utf8,username=User created,password=pass from user,nounix,dir_mode=0777, file_mode=0777 0 0
3)reboot
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question