Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 1998 09:06:15 -0700 (PDT)
From:      David Wolfskill <dhw@whistle.com>
To:        ehritz@dbai.tuwien.ac.at, freebsd-questions@FreeBSD.ORG
Subject:   Re: Amd Options for mounting with NFS V 2
Message-ID:  <199807071606.JAA02129@pau-amma.whistle.com>
In-Reply-To: <199807071124.NAA01167@arcturus.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
>From: Gerald Ehritz <ehritz@dbai.tuwien.ac.at>
>Date: Tue, 7 Jul 1998 13:24:00 +0200 (MET DST)

>I want to NFS mount a directory using NFS V2 with amd, and i do not found the correct option to set this in the amd map file. 
>Can anybody please give me a pointer to the docu or the correct option?

Took me a little while to find it, too:

In the "opts" string, specify "nfsv2"; here's an example:

* host!=shrimp;type:=nfs;rhost:=shrimp;rfs:=/shrimp/usr/local;fs:=${autodir}/shrimp/usr/local host==shrimp;type:=link;fs:=/shrimp/usr/local
/defaults sublink:=${key};opts:=nfsv2,rw,intr,grpid,suid

(Sorry about the ugly formatting; that's output from "ypcat -k" on the
(NIS-resident) map name.  Part of the complexity is in avoiding loopback
NFS mounts.)

david
-- 
David Wolfskill		UNIX System Administrator
dhw@whistle.com		voice: (650) 577-7158	pager: (650) 371-4621

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807071606.JAA02129>