Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3556

Troubleshooting • Re: Mounting Synology Shared Folder

$
0
0
Sorry for the delay in responding to this; I had to go out of town for work. I finally did get to try the following line of code in the fstab file:

Code:

//192.168.1.179/volume1/homes/ /mnt/SynPi/homes cifs defaults,_netdev,uid=1000,credentials=/home/farrissfpi/passwords/credentials.txt,iocharset=utf8,vers=3.0,noperm,nofail,x-systemd.automount 0 0
Unfortunately, it did not connect on reboot. I tried refreshing with

Code:

systemctl daemon-reload
That didn't work.

I also mounted it manually with:

Code:

sudo mount -t cifs //192.168.1.94/homes /mnt/SynPi/homes -o username=****,password=****
That worked perfectly. Not sure what went wrong. Any suggestions?

This is likely my last post in this thread. You've been given troubleshooting steps and suggestions but have chosen not to apply them.

Can you really not see the differences between the quoted fstab entry and the quoted mount command? I'l give you a hint: forget about mount options for now and compare what you have between //192.168.1.179/ and the next space.

Statistics: Posted by thagrol — Fri Mar 15, 2024 5:48 pm



Viewing all articles
Browse latest Browse all 3556

Trending Articles