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:Unfortunately, it did not connect on reboot. I tried refreshing withCode:
//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
That didn't work.Code:
systemctl daemon-reload
I also mounted it manually with:That worked perfectly. Not sure what went wrong. Any suggestions?Code:
sudo mount -t cifs //192.168.1.94/homes /mnt/SynPi/homes -o username=****,password=****
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