Date: Tue, 17 Jan 2017 11:02:39 -0700 From: "Russell L. Carter" <rcarter@pinyon.org> To: freebsd-current@freebsd.org Subject: Re: NFS 4.1 Message-ID: <31056385-226b-532f-9f1e-31f0b369375b@pinyon.org> In-Reply-To: <CAHncJ-FZMEnGd2XU_6kMs66ndWe59-9XaDCv-FYuTZGX4KgNhA@mail.gmail.com> References: <CAHncJ-FZMEnGd2XU_6kMs66ndWe59-9XaDCv-FYuTZGX4KgNhA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31056385-226b-532f-9f1e-31f0b369375b>