Date: Sat, 5 Jul 2008 17:50:45 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Subject: Re: mount_nfs not accepting syntax specified by its usage complaint Message-ID: <200807051750.45968.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <486ed824.Qk%2BB4m7i0LUfOGZZ%perryh@pluto.rain.com> References: <486ed824.Qk%2BB4m7i0LUfOGZZ%perryh@pluto.rain.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 05 July 2008 04:10:44 perryh@pluto.rain.com wrote: > How does this command: > > # mount_nfs -dis -g 8 -I 512 -R 3 -r 512 -w 512 solomon:/var/spool/uucp > /solomon/uucp > > not comply with the resulting usage complaint? > > usage: mount_nfs [-234bcdiLlNPsTU] [-a maxreadahead] [-D deadthresh] > [-g maxgroups] [-I readdirsize] [-o options] [-R retrycnt] > [-r readsize] [-t timeout] [-w writesize] [-x retrans] > rhost:path node See ~ line 346 in /usr/src/sbin/mount_nfs/mount_nfs.c, in short: option 'g' has been "removed temporarily", but usage() hasn't been updated accordingly. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807051750.45968.fbsd.questions>