From nobody Wed Mar 16 15:37:01 2022 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C15461A2A335 for ; Wed, 16 Mar 2022 15:37:10 +0000 (UTC) (envelope-from kh@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4KJZC96KjXz3nF3 for ; Wed, 16 Mar 2022 15:37:09 +0000 (UTC) (envelope-from kh@panix.com) Received: from [192.168.1.3] (pool-173-48-63-106.bstnma.fios.verizon.net [173.48.63.106]) by mailbackend.panix.com (Postfix) with ESMTPSA id 4KJZC25SLNz3pTR for ; Wed, 16 Mar 2022 11:37:02 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1647445022; bh=S/ROaSQBdmbB5sRYIItoC6GXx1J4ybMbUvLF86aOYGQ=; h=Date:Subject:To:References:From:In-Reply-To; b=fCWm5gRdkGjLozTz2qBcu9/5OwQSWrjlPRGmTIoxNGqxeI8ColaG2YGBZiNtr9JaL Oi9FinvH5iksoK9Zke/dKGrzQBDN+4p6j/RGiKj1TJ7XhM9pqeekyhitskHXqimsX5 2QZqV/UlezkRTZPWHRxp9OnXiSLF6lcYqPKH1M6M= Message-ID: <1d9cc28a-a90e-eaf5-0747-ee0c4b4b2623@panix.com> Date: Wed, 16 Mar 2022 11:37:01 -0400 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: nfsv4 export and foot shooting Content-Language: en-US To: questions@freebsd.org References: <4252a479-3caf-df88-2c8a-c5dc88616bd5@sentex.net> From: Kurt Hackenberg In-Reply-To: <4252a479-3caf-df88-2c8a-c5dc88616bd5@sentex.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4KJZC96KjXz3nF3 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=panix.com header.s=panix header.b=fCWm5gRd; dmarc=pass (policy=none) header.from=panix.com; spf=pass (mx1.freebsd.org: domain of kh@panix.com designates 166.84.1.89 as permitted sender) smtp.mailfrom=kh@panix.com X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[panix.com:s=panix]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[166.84.1.89:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:166.84.1.64/26]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[panix.com:+]; DMARC_POLICY_ALLOW(-0.50)[panix.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[questions]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2033, ipnet:166.84.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[173.48.63.106:received] X-ThisMailContainsUnwantedMimeParts: N On 2022/03/16 11:19, mike tancsa wrote: > OK, I *think* I see what might be going on and not sure if more > documentation is needed in the man page to flag this or this is very > much the way its supposed to work. > > My UFS server in the example below, has just one file system mounted. So > in this case, > /dev/gpt/rootfs   /       ufs rw      1       1 Oh yes, I seem to remember that NFS has always exported only whole filesystems. I haven't used it in a long time, though. Kind of makes sense, since it's tied up with the "mount" command.