From owner-freebsd-questions@freebsd.org Fri Jun 15 19:24:45 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 6763B101962D for ; Fri, 15 Jun 2018 19:24:45 +0000 (UTC) (envelope-from robert@webtent.org) Received: from mx2.webtent.net (mx2.webtent.net [216.139.202.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5237FAB7 for ; Fri, 15 Jun 2018 19:24:44 +0000 (UTC) (envelope-from robert@webtent.org) Received: from localhost (localhost [127.0.0.1]) by mx2.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTP id 1D45FD7FEF for ; Fri, 15 Jun 2018 15:24:00 -0400 (EDT) Received: from mx2.webtent.net ([127.0.0.1]) by localhost (mx2.webtent.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 49229-06 for ; Fri, 15 Jun 2018 15:23:59 -0400 (EDT) Received: from [192.168.1.112] (media.rfitz.com [96.254.71.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: robert@mx2.webtent.net) by mx2.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTPSA id 5FC38D7FA1 for ; Fri, 15 Jun 2018 15:23:59 -0400 (EDT) Message-ID: <5B241273.3070004@webtent.org> Date: Fri, 15 Jun 2018 15:24:35 -0400 From: Robert Fitzpatrick User-Agent: Postbox 5.0.25 (Windows/20180328) MIME-Version: 1.0 To: FreeBSD Subject: NFS to FreeNAS Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: WebTent Mailguard 1.0.3 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: Fri, 15 Jun 2018 19:24:45 -0000 I have a couple of FreeBSD 10.4 servers that have been backing up to an NFS share connected to a Linux backup server. Now I have a FreeNAS server on the network and want to switch backup to it, but get the following error when trying to mount: [tcp] data1:/mnt/DATA/backups/mx: Permission denied The fstab for both looks like this, the first works to the Linux box but the error when trying data1, the FreeNAS server: backup1:/data/backup/webtent /nfs/backup nfs rw 0 0 data1:/mnt/DATA/backups/mx /nfs/backup2 nfs rw 0 0 This is the directory for both mounts: root@mx1:~ # ls -lah /nfs total 20 drwxr-xr-x 5 root wheel 512B Jun 15 15:17 . drwxr-xr-x 19 root wheel 1.0K Apr 11 02:07 .. drwxr-xr-x 2 root wheel 512B Aug 17 2014 backup drwxr-xr-x 2 root wheel 512B Jun 15 15:17 backup2 Also, the Linux backup server is on same network and *can* mount the same NFS share on the FreeNAS server without issue. What am I missing? -- Robert