From owner-freebsd-current@freebsd.org Mon May 30 01:20:00 2016 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 6E879B510C5 for ; Mon, 30 May 2016 01:20:00 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 840A51ACB for ; Mon, 30 May 2016 01:19:59 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id 1554E1CC7D; Sun, 29 May 2016 21:19:58 -0400 (EDT) Subject: Re: NFSv4 compatibility with ESX6U2 To: freebsd-current References: <528532f8-69af-1180-6b7c-fc8ba227d0f6@protected-networks.net> Cc: Rick Macklem From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: Date: Sun, 29 May 2016 21:19:57 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <528532f8-69af-1180-6b7c-fc8ba227d0f6@protected-networks.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 30 May 2016 01:20:00 -0000 On 05/29/16 21:05, Michael Butler wrote: > I was just fooling around with ESX this evening and trying to add an > NFSv4 mount onto it as extra storage. Curiously, given the correct > credentials, it will report the total volume size and free remaining but > won't display either files or subdirectories :-( > > In this case, the underlying file-system is UFS but I was hoping to > migrate to a ZFS share once this worked. > > Is there something I can do to identify the interoperability issue? Never mind - I got it working with the username set to "user@domain" .. imb