On Sun, Sep 30, 2007 at 11:28:59AM +0159, Han Boetes wrote:
You have to force the linux client to use NFS version 2:
$ mount -o nfsvers=2 server:/foo/bar /mnt/baz
There are 2 different bugs in the NFSv3 server implementation in OpenBSD
which prevent
a) exported msdosfs, ntfs & probably other non-unix filesystems
b) exported ext2fs filesystems
from working properly.
For a) there's a fix in NetBSD(sys/nfs/nfs_serv.c:2831).
For b) there's a fix in the kernel/5365 PR.