Subject: Re: mount_nfs doesn't unterstand -g option
To: None <kilbi@rad.rwth-aachen.de>
From: Assar Westerlund <assar@sics.se>
List: current-users
Date: 02/29/2000 21:40:58
Markus Kilbinger <kilbi@rad.rwth-aachen.de> writes:
> During some nfs experiments I tried to apply the '-g' option like:
>
> mount_nfs -g 8 host:/usr/tmp /mnt
>
> and ran always into the usage message:
>
> usage: mount_nfs [-23bcCdiKklMPqsT] [-a maxreadahead] [...]
>
> Bug? My fault?
The parsing of `-g' is commented out in the source with #if 0 /* XXXX */
indicating that this option probably does not work.
/assar