From owner-freebsd-current@freebsd.org Tue Jan 17 18:16:08 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C9C6CB49F8 for ; Tue, 17 Jan 2017 18:16:08 +0000 (UTC) (envelope-from maware@ucsc.edu) Received: from mail-ot0-x22c.google.com (mail-ot0-x22c.google.com [IPv6:2607:f8b0:4003:c0f::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD4FB1F5A for ; Tue, 17 Jan 2017 18:16:07 +0000 (UTC) (envelope-from maware@ucsc.edu) Received: by mail-ot0-x22c.google.com with SMTP id 104so68106078otd.3 for ; Tue, 17 Jan 2017 10:16:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucsc.edu; s=ucsc-google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=nt0QMWEgewARVwX4GRmoO7PkroaS+erkCR3pipvIV2M=; b=iCKXQOApiyGvBgZgPsSLtg3O+Z9AiJ+p7vFugg7eY5HutEGLeBwrxHvqx34VhqZxP3 BoZ6AC29K5vKJZo+L8FW8Y4cDPRrO1OuyHYrqK04JFSf46OsC9ON0elpy0uCMiVwaJmf b0G4uw9zC/nhNWOohWYeJ7pKbqnEIPv2/Ge+4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=nt0QMWEgewARVwX4GRmoO7PkroaS+erkCR3pipvIV2M=; b=mWZWs1vVdjqlQQl61P940alc2p7idVl8IPO00xDBpjFjO9vzF4SWwgJSDx3lWmCWiS n8+n9lHV45R8I7ZBUpNex/eoH3Bj4Phboejaha/8y190rqxvG4C8c14Hbb99xlqSAuS3 ehxqkeyaRR5h13gLzf2GMNANHVeZVRvA9Nhwx294wPD+XQJf0G4V+XI2qhyaAN8GTAUw qBneA4h6BK0HPZaQx511BPS9NrgXH+56SY3+tTJD/vwRIY8QHO5H9Vw0cwS3UMsCD/zW +7g0o/Eg+FLvwo9aXCOVlVQd/g7Nx4kku7NQloM66Ll8dxcP38JFnYWxARkvw5NCCOJr WxhA== X-Gm-Message-State: AIkVDXIDsXwCBp1+F7CnvCnIg4tUaKzLb8FzLjnjcKu4F5XA8zZ3zf4R95DNXYjZyKKWkG4XKMbp8eWJh0nMkxxP X-Received: by 10.157.36.161 with SMTP id z30mr10591877ota.208.1484676967208; Tue, 17 Jan 2017 10:16:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.74.59.136 with HTTP; Tue, 17 Jan 2017 10:16:06 -0800 (PST) In-Reply-To: <31056385-226b-532f-9f1e-31f0b369375b@pinyon.org> References: <31056385-226b-532f-9f1e-31f0b369375b@pinyon.org> From: Michael Ware Date: Tue, 17 Jan 2017 10:16:06 -0800 Message-ID: Subject: Re: NFS 4.1 To: "Russell L. Carter" Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 18:16:08 -0000 Thanks for the reply Russell, I'm looking to set up a 4.1 server in order to host vmware images. I have set up an exports but I get an error stating NFS 4 is not supported when trying to attach it in VM storage. Is there any documentation for setting this up? Thanks Mike On Tue, Jan 17, 2017 at 10:02 AM, Russell L. Carter wrote: > On 01/17/17 10:38, Michael Ware wrote: > >> Good day, >> Does anyone know if NFS 4.1 (not 4.0) is available in FreeBSD 11? I have >> not been able to find any documentation around this. >> Thanks >> >> > Yes, though I'm not sure what specific feature you're looking for. > FreeBSD interoperates with my linux NFS 4.1 servers and clients > just fine. > > man nfsv4 > > $ cat ~/bin/knuth-mount > #! /bin/sh > > # man mount_nfs > MOUNT="mount_nfs -o nfsv4,minorversion=1" > #MOUNT="mount_nfs -o nfsv3" > > NFS_SERVER_HOST=knuth > $MOUNT $NFS_SERVER_HOST:/export/packages /mnt/$NFS_SERVER_HOST/packages > $MOUNT $NFS_SERVER_HOST:/usr/src /usr/src > $MOUNT $NFS_SERVER_HOST:/usr/obj /usr/obj > > HTH, > Russell > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Michael Ware UCSC Baskin Engineering Unix, Network and Security 406-210-4725