I was finally able to mount my Synology drive on my RP5 by using the following:
sudo mount -t cifs //192.168.1.94/homes /mnt/SynPi/homes -o username=f*****f,password=********
I still can not get it to mount on reboot; here is my fstab script.
//192.168.1.94/homes/ /mnt/SynPi/homes cifs uid=1000,credentials=/home/farrissfpi/passwords/credentials.txt,iocharset=utf8,vers=3.0,noperm,nofail 0 0
Here is my credentials file (/home/farrissfpi/passwords/credentials.txt):
user=f*****f
password=P*******W****
Can anybody spot my mistake? Is there suposed to be an additional line "mount -a" somewhere, and if so, where does it go? It seems like I also read something about needing to delay something so the mount can take place...
I was so happy
when it mounted for the first time, and it took me two weeks to figure out it was the path for my NAS the whole time.
I would appreciate it if anyone could help.
sudo mount -t cifs //192.168.1.94/homes /mnt/SynPi/homes -o username=f*****f,password=********
I still can not get it to mount on reboot; here is my fstab script.
//192.168.1.94/homes/ /mnt/SynPi/homes cifs uid=1000,credentials=/home/farrissfpi/passwords/credentials.txt,iocharset=utf8,vers=3.0,noperm,nofail 0 0
Here is my credentials file (/home/farrissfpi/passwords/credentials.txt):
user=f*****f
password=P*******W****
Can anybody spot my mistake? Is there suposed to be an additional line "mount -a" somewhere, and if so, where does it go? It seems like I also read something about needing to delay something so the mount can take place...
I was so happy
![Very Happy :D](http://forums.raspberrypi.com/images/smilies/icon_e_biggrin.gif)
I would appreciate it if anyone could help.
Statistics: Posted by farrissf — Mon Mar 11, 2024 3:39 am