Hi,
Im sharing some local USB Drives with my VMs, but every time I reboot, I got a nfs Server denied on the VMs when I try to mount the Share, although the share looks already shared.
I have to execute the nfs sharing command again in order to get it working
Im sharing some local USB Drives with my VMs, but every time I reboot, I got a nfs Server denied on the VMs when I try to mount the Share, although the share looks already shared.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Dec 13 16:57:20 2024 from 192.168.178.102
root@vmh1:~# zfs load-key Data1
Enter passphrase for 'Data1':
root@vmh1:~# zfs mount -a
root@vmh1:~# zfs get sharenfs Data1
NAME PROPERTY VALUE SOURCE
Data1 sharenfs rw=@192.168.178.0/24,no_root_squash local
I have to execute the nfs sharing command again in order to get it working
Do I miss something or has the sharenfs function may problems with encrypted volumes, when they are not unlocked yet?root@vmh1:/Data1# zfs set sharenfs="rw=@192.168.178.0/24,no_root_squash" Data1