I'm on the outskirts of an OMV question here, don't crucify me. I know there's something I'm forgetting here. I seem to recall I had to do something on my last laptop to resolve this but I can't remember what I done. What I think is happening, is nfs is starting before my wireless connection is up... so after I log in, my nfs shares are not mounted. I run mount -a, and my nfs shares are immediately available... so my fstab and nfs-server appear to be working just fine, and unfortunately Google isn't turning up a solution.
Any suggestion would be appreciated.
Code
GNU nano 4.8 /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p7 during installation
UUID=47a67120-da65-4dff-bc28-54a44fdfc201 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=0E97-D100 /boot/efi vfat umask=0077 0 1
# swap was on /dev/nvme0n1p6 during installation
UUID=b26ec55d-a15a-4ea1-847b-14e42a6a17ae none swap sw 0 0
192.168.1.166:/Data /mnt2/Data nfs defaults,_netdev 0 0
192.168.1.166:/Media /mnt2/Media nfs defaults,_netdev 0 0
Alles anzeigen