You are not logged in.
Hey all,
I'm having some issues auto-mounting a remote windows directory on boot.
I've added the following to my fstab file
//192.168.0.3/Users /mnt/x280 cifs _netdev,username=mywindowsuser,password=thepassword 0 0
It seems to be working, as if I run sudo mount -a -v I can see the windows directory being successfully mounted and I'm able to navigate to it at my mount point.
It is not automounting on boot though. The filesystem does not show until I run mount.
I have enabled both systemd-networkd-wait-online.service and NetworkManager-wait-online.service as suggested in the wiki page.
Any clues on how to troubleshoot this would be great.
Thanks.
Offline
Maybe you can use dmesg to see system journals since startup and look for logs about fsck.
Offline
https://forums.linuxmint.com/viewtopic.php?t=276519/
Last edited by cowlick (2020-09-19 23:56:32)
DELL Inspiron 14-3452, 32GB emmc, 4 GB RAM
Offline
I have enabled both systemd-networkd-wait-online.service and NetworkManager-wait-online.service as suggested in the wiki page.
You have both systemd-networkd and NetworkManager enabled?
Any clues on how to troubleshoot this would be great.
Systemd#Checking_status works with .mount units.
Systemd/Journal
Offline