Hi,
I've been trying many variants based on this guide but still unable to mount a cifs volume on boot. _netdev
doesn't change anything.
I saw people suggesting to turn the fstab entry into a systemd thing, but I'd like to stick solution based on fstab, if possible. Even a GUI based approach in nautilus would be great (like an option to auto mount when the budgie session starts).
Note : I'm able to mount the volume with mount -a
my fstab looks like:
//192.168.0.199/xxx /mnt/xxx cifs user,uid=1000,_netdev,credentials=/etc/xxx/yyy 0 0