From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukas Kolbe Subject: Re: using both nfs3 and nfs4 in a single mount map Date: Mon, 01 Oct 2007 22:16:23 +0200 Message-ID: <1191269783.12687.6.camel@localhost> References: <1185549849.22250.35.camel@sangay.TechFak.Uni-Bielefeld.DE> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1185549849.22250.35.camel@sangay.TechFak.Uni-Bielefeld.DE> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: autofs@linux.kernel.org Hello List! > We have /homes coming from many different servers, the older ones only > speak v3 and the newer ones would love to speak v4 as we would. We do have a solution for this problem now, it seems. A bit of testing worked fine at least: We just use different yp-maps for solaris and Linux, and the linux map contains the "-fstype=nfs4,proto=tcp,port=2049"-Option for the entries on servers that support it. It seems like a hack, but at least it works. For this to work, we just have to absolutely make sure that every single linux machine on the network supports nfs4 ... and I have yet to see a single one that does this well ;) -- Lukas