Just as the title says, I have configured the fstab file properly and it reads it and connects when I use the "sudo mount -a" command yet after rebooting and signing in it does not reconnect until I manually issue that command again.
Right now, the connect line looks essentially like this:
//server/path /mnt/point cifs credentials=/etc/credentialfile 0 0
I have also tried:
//server/path /mnt/point cifs credentials=/etc/credentialfile,_netdev 0 0
//server/path /mnt/point cifs credentials=/etc/credentialfile,uid=1000_netdev 0 0
All of them work perfect when doing mount -a but then do not reconnect after a reboot.
What am I missing?
"Thanks for the feedback! You need at least 15 reputation to cast a vote, but your feedback has been recorded."
– Maverickz Aug 26 '22 at 14:59