From owner-freebsd-doc@freebsd.org Fri Dec 18 10:31:34 2015 Return-Path: Delivered-To: freebsd-doc@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 6D9D0A4AA65 for ; Fri, 18 Dec 2015 10:31:34 +0000 (UTC) (envelope-from sebastian@schaack.io) Received: from bellatrix.uberspace.de (bellatrix.uberspace.de [185.26.156.35]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2EBE1FE7 for ; Fri, 18 Dec 2015 10:31:33 +0000 (UTC) (envelope-from sebastian@schaack.io) Received: (qmail 16292 invoked from network); 18 Dec 2015 10:24:49 -0000 Received: from localhost (HELO ?IPv6:2001:470:1f0b:eb4:1cc5:fdcf:da18:d604?) (127.0.0.1) by bellatrix.uberspace.de with SMTP; 18 Dec 2015 10:24:49 -0000 From: Sebastian Schaack Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Documentation on NFS Exports is wrong Message-Id: <19274994-E6AE-49F1-9BC7-4BC551BAC90F@schaack.io> Date: Fri, 18 Dec 2015 11:24:49 +0100 To: freebsd-doc@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 10:31:34 -0000 Hello, I=E2=80=99m new to freebsd an read the handbook a lot. Thank you , for = this great work.=20 Yesterday I setup a nfs server and tried to export /home like it is = mentioned in the documentation.=20 But after restarting the mountd service. It reported an error in = /etc/exports . I red several other blogs and finally I got it.=20 FreeBSD doesn=E2=80=99t allow to export symlinks . You have to export = the real path which is /usr/home/ . After changing the entry , = everything worked well ! I think the example on Chapter 28.3.1 /home -alldirs 10.0.0.2 10.0.0.3 = 10.0.0.4 should be changed, because it is not working anymore. Please correct me if I=E2=80=99m wrong. regards,=20 Sebastian Schaack Mail: sebastian@schaack.io