we have a ubuntu 22.04 server.we are mounting network drives from a windows server. The drives are mounted correctly but don't get mounted back when we reboot the server.
below are the contents of the /etc/fstab
file
//192.168.88.110/g /mnt/nl-dev-g cifs username=user,password=password,rw 0 0//192.168.88.110/v /mnt/nl-dev-v cifs username=user,password=password,rw 0 0
but when we reboot the server, the drives do not get mounted on startup.
any help on what could be going wrong here would be really helpful.