Re: You can't export non-ffs filesystems with NFS, and it isn't documented

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Adi
Date: Sunday, September 30, 2007 - 3:29 am

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.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: You can't export non-ffs filesystems with NFS, and it ..., Adi, (Sun Sep 30, 3:29 am)