Date: Thu, 27 Nov 2008 12:54:17 -0800 From: Alfred Perlstein <alfred@freebsd.org> To: fs@freebsd.org Cc: Craig Rodrigues <rodrigc@freebsd.org>, dfr@freebsd.org Subject: questions about nmount and nfs Message-ID: <20081127205417.GE58709@elvis.mu.org>
next in thread | raw e-mail | index | archive | help
Hey all (and Craig and Doug), There's some patches floating around for NFS performance, I also have a few trivial ones myself for this, there's also a few nfs globals that I'd like to make per-mount... How is nfs and nmount working these days? Should I try to use nmount to control various tunables? Or should I make a sysctl tree per-mount and have users do that? I'd _really_ like to be able to see the mount options via just running "mount" like so: /usr/src/sbin/mount % mount /dev/ad0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad0s1d on /usr (ufs, local) mac:/Users/parallels on /vol/mac (nfs,nofsyncclose,negativecache=200) Note: nofsyncclose and negativecache=200 are two options I want to add. What do you guys think? Is nmount up for this? Any pointers to using nmount? Or should I sysctl? -- - Alfred Perlstein
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081127205417.GE58709>