From owner-freebsd-stable@FreeBSD.ORG Mon Jan 3 23:37:19 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B929310656C3 for ; Mon, 3 Jan 2011 23:37:19 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 730F48FC1E for ; Mon, 3 Jan 2011 23:37:19 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id D38E94D; Tue, 4 Jan 2011 00:37:17 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5wSOfsQrfcb2; Tue, 4 Jan 2011 00:37:15 +0100 (CET) Received: from snifi.laptop (213-238-69-122.adsl.inetia.pl [213.238.69.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id A27F92E; Tue, 4 Jan 2011 00:37:14 +0100 (CET) From: Maciej Milewski To: freebsd-stable@freebsd.org Date: Tue, 4 Jan 2011 00:37:59 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.5.4; i386; ; ) References: <4d2252305ca851.07700160@wp.pl> In-Reply-To: <4d2252305ca851.07700160@wp.pl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Message-Id: <201101040037.59785.milu@dat.pl> Cc: Marek Salwerowicz Subject: Re: NFSv4 - how to set up at FreeBSD 8.1 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 23:37:19 -0000 Monday 03 of January 2011 23:48:16 Marek Salwerowicz napisa=B3(a): > /etc/exports: > V4: / > What am I doing wrong? My aim is to mount home directories from server > to client but currently I am unable to mount any share. Maybe it's only incorrect exports file?? In my case (NFSv3) it looks: /data -maproot=3Droot 192.168.0.10 =2D- Maciej