Now that I have vm_bhyve working, I wanted to try nfsv4 between two FreeBSD vms.
On the client (FreeBSD 14.0-RELEASE-p5) I get an error. Why?
/mnt is: /dev/vtbd0p2 on / (ufs, local, soft-updates, journaled soft-updates)
Guess the Invalid argument refers to the server.
Server (13.2-RELEASE-p10) configured along NFSV4(4) :
On the client (FreeBSD 14.0-RELEASE-p5) I get an error. Why?
Code:
root@ohabo:~ # mount -t nfsv4 nicola:/data /mnt/data
mount: nicola:/data: Invalid fstype: Invalid argument
/mnt is: /dev/vtbd0p2 on / (ufs, local, soft-updates, journaled soft-updates)
Guess the Invalid argument refers to the server.
Server (13.2-RELEASE-p10) configured along NFSV4(4) :
Code:
nfs_server_enable="YES"
nfsv4_server_enable="YES"
nfsv4_server_only="YES"
nfsuserd_flags="-verbose"
nfsuserd_enable="YES"
rpcbind_enable="YES"
Code:
V4: / -sec=sys
/data