Date: Fri, 07 Oct 2016 21:30:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 213261] NFSV4 mount misplaces directory name, adding a comma ',' character trail to the name, resulting to an error. Message-ID: <bug-213261-3630-oGiCqUhZD4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213261-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-213261-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213261 Rick Macklem <rmacklem@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmacklem@FreeBSD.org --- Comment #1 from Rick Macklem <rmacklem@FreeBSD.org> --- The directory path for an NFSv4 mount is different than for NFSv2, NFSv3, depending on what the server's configuration is. NFSv4 uses a single directory tree built up from all NFS exported file systems on the server. For the FreeBSD server, this is routed at the point specified by the "V4 ..." line in /etc/exports. For example: V4: / - Means that all mount paths are from the root of the server's file system tree. V4: /home - Means that all mount paths are relative to "/home". In this case: server:/ would mount /home on the server. "man nfsv4" and "man exports" should help clarify this. (Some say NFSv4 is NFS in name only.) -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213261-3630-oGiCqUhZD4>
