mount_nfs not accepting syntax specified by its usage complaint

Mel fbsd.questions at rachie.is-a-geek.net
Sat Jul 5 16:07:37 UTC 2008


On Saturday 05 July 2008 04:10:44 perryh at 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.


More information about the freebsd-questions mailing list