Subject: NFS Mounts in /etc/fstab
To: None <current-users@netbsd.org>
From: Mark P. Gooderum <mark@nirvana.good.com>
List: current-users
Date: 11/01/1994 16:05:53
How do I put NFS specific mount options in /etc/fstab?

On Suns I can put stuff like:

foo:/export/stuff /stuff nfs rw,bg,intr,rsize=2048,wsize=2048 0 0

or on BSDI I can do:

foo:/export/stuff /stuff nfs rw,bg,intr,tcp,spongy 0 0

Looking at the code I see no way of putting NFS specific options
for a mount in /etc/fstab since mount_nfs only takes the "standard"
options via -o, and pukes on many of those, like noquota.

All the NFS options are specific flags.  Blech.
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mark P. Gooderum			   USSnail:  Good Creations
Senior Consultant - Operating Systems Group	     3029 Blackstone Ave. So.
  "Working hard to be hardly working..."	     St. Louis Park, MN 55416
EMail:	     mark@Good.com		   Voice:    (612) 922-3953
Interactive: mark@nirvana.Good.com	   Fax:	     (612) 922-2676
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~