I have the following entriy in /etc/fstab
But the directory will not get mounted at starup. I need to execute
to get the directory mounted after system startup.
I also tried
but the result is the same.
I am running Kubuntu 22.04 with latest updates. My NAS is a Synology NAS.
Code:
192.168.1.125:/volume1/homes /mnt/MyNAS1 nfs defaults 0 0
Code:
sudo mount -a
I also tried
Code:
192.168.1.125:/volume1/homes /mnt/MyNAS1 nfs defaults,_netdev 0 0
I am running Kubuntu 22.04 with latest updates. My NAS is a Synology NAS.
Comment