[Bug 177971] [nfs] FreeBSD 9.1 nfs client dirlist problem w/ nfsv3,rsize=4096,wsize=4096

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 28 12:20:04 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177971

--- Comment #3 from krichy at cflinux.hu ---
I've noticed difference between mounting with wsize and without wsize:

# mount -o rsize=2048 10.0.0.2:/home/kh /home/kh/
root at freebsd9:~ # ls -1 /home/kh/fenykepek/20110429 | sort | uniq | wc -l
     309
# umount /home/kh/
# mount -o rsize=2048,wsize=2048 10.0.0.2:/home/kh /home/kh/
# ls -1 /home/kh/fenykepek/20110429 | sort | uniq | wc -l
     225

Dont know if this helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list