From owner-freebsd-current Wed Apr 9 12:48:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11976 for current-outgoing; Wed, 9 Apr 1997 12:48:37 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA11961 for ; Wed, 9 Apr 1997 12:48:17 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA07377; Wed, 9 Apr 1997 12:26:47 -0700 From: Terry Lambert Message-Id: <199704091926.MAA07377@phaeton.artisoft.com> Subject: Re: nfs problem To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Wed, 9 Apr 1997 12:26:47 -0700 (MST) Cc: wollman@khavrinen.lcs.mit.edu, msmith@atrad.adelaide.edu.au, jdp@polstra.com, bemfica@militzer.me.tuns.ca, current@FreeBSD.ORG In-Reply-To: <199704090149.LAA22555@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Apr 9, 97 11:19:19 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > I find it extremely annoying that named options line "resvport" > > > aren't documented for mount or mount_nfs. *grumble* > > > > That's because `resvport' is compatibility cruft. The proper name is > > `-P'. > > Huh? -P is meant to represent a 'better' thing than a meaningful keyword? > That's crazy 8( The -P is a getopt(3) parseable command line option for mount_nfs. And yes, making the fstab options match the command line options for the mount for the FS type specified in the fstab *is* a better thing. You might successfully argue for "-o resvport,nosuid" or whatever as a syntax change for "mount_nfs"... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.