hi,
I have a problem with NFS. If I use a fbsd NFS server and a linux NFS client
with a bs of 8k, it still goes 1.5 times as slow as the other way around.
After a bit of research I found out that this is because linux doesn't
support NFS v3 which can sen a next block without waiting for the first
to be confirmed. However, linux to linux nfs goes also 1.5 times as fast.
The only conclusion I can draw is that it takes freebsd 1.5 times as long
to write the filesystem. Is this true?
All filesystems were mounted async.
Marijn