I’m trying to connect from haiku (virtual box guest) to my host system nfs server to access large files for testing I do not want to have in the VM to not bloat the image. This is though not possible. I once (a couple of month ago) managed to get it working (with kernel crashes here and there) but now nothing works. I tried these methods I found but none works:
> mount_nfc x.x.x.x:/path host 100 1000
mount failed (General system error)
> mount -t nfs4 -p “x.x.x.x:/path” host
mount: Invalid Argument
The error messages are useless and syslog also shows nothing. Is NFS client simply broken in Haiku?