From owner-freebsd-questions@freebsd.org Sat Jun 16 17:12:27 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2407101C75D for ; Sat, 16 Jun 2018 17:12:26 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1D8E68773 for ; Sat, 16 Jun 2018 17:12:26 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C185321CDF; Sat, 16 Jun 2018 13:12:25 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 16 Jun 2018 13:12:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=OSXQA+ BVBTH0kzCmajf0YhN9OghIESfZ/on4/saC61Q=; b=Uck62cJRPB4xxcfJBBm9HL O0PJ/nt73V921IRg6/rvpI6TH10wCBzkiufuFO7yqNEpaKsUeQ0XZgg2BGxlQj/k uA2Gfr78JTANFb9E4GQLIL/HW5v4/OTil8IaLjuHlX1EUvObkuvWam2KDF4bCqDe 0iEg4ZTr19BEoI9lnD3GwLO9znwEZqIDMbSDm+OMuurAOOsGiNqYg5G3uI8rfS8v XYJq4syhpxJkzoS6Uli8JeSh6VLOi84FkJ4jMHpqMjXD0pDh6YS2oBg23Van6cw2 2IE6yWlIIWw/tXCJa1jE0iF/lL8Lvugs6a9yYRYbtnxgmy5J4CCasFzNCkUmYJmg == X-ME-Proxy: X-ME-Sender: Received: from [192.168.0.3] (98-125-41-160.dyn.centurytel.net [98.125.41.160]) by mail.messagingengine.com (Postfix) with ESMTPA id CF09C1025D; Sat, 16 Jun 2018 13:12:24 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: NFS to FreeNAS From: Josh Paetzel X-Mailer: iPhone Mail (15F79) In-Reply-To: <5B2534AB.3070003@webtent.org> Date: Sat, 16 Jun 2018 12:10:31 -0500 Cc: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <7D1659AB-6234-4DCA-9482-0D5E70E31242@tcbug.org> References: <5B241273.3070004@webtent.org> <1529101626.966595.1409703528.3672C083@webmail.messagingengine.com> <5B2534AB.3070003@webtent.org> To: Robert Fitzpatrick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2018 17:12:27 -0000 > On Jun 16, 2018, at 11:02 AM, Robert Fitzpatrick wrot= e: >=20 > Josh Paetzel wrote: >>=20 >> Take a look at /var/log/messages on the FreeNAS box for errors when you m= ount, also paste the output of showmount -e and cat /etc/exports from the Fre= eNAS system. >>=20 >=20 > Thank you! Yes, I could see the connection being denied by FreeNAS in the c= onsole. Once I realized with showmount, got it working. Failed to mention my= mx sub dir of backups is a dataset of its own. I was thinking the alldirs i= n the exports would allow it, perhaps because mx being a separate dataset in= FreeNAS? Once I added mx as own share, works! >=20 > --=20 > Robert >=20 ZFS datasets are filesystems. So they need their own export in NFS.