From owner-freebsd-questions@FreeBSD.ORG Thu Aug 16 11:14:01 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E9A1065674 for ; Thu, 16 Aug 2012 11:14:01 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: from EXCHANGE.mail.starnet.cz (exchange.mail.starnet.cz [92.62.224.72]) by mx1.freebsd.org (Postfix) with ESMTP id EB7ED8FC12 for ; Thu, 16 Aug 2012 11:13:59 +0000 (UTC) Received: from EXCHANGE.mail.starnet.cz ([fe80::7534:a1f0:da0:e34d]) by EXCHANGE.mail.starnet.cz ([fe80::7534:a1f0:da0:e34d%15]) with mapi; Thu, 16 Aug 2012 13:09:16 +0200 From: =?iso-8859-2?Q?Radek_Krej=E8a?= To: "'freebsd-questions@freebsd.org'" Date: Thu, 16 Aug 2012 13:09:15 +0200 Thread-Topic: ZFS sharenfs problem - solved, documentation bug Thread-Index: Ac168d581XApSvanTW+s1Hg4qpBokwApLY8wAAJNFlA= Message-ID: References: In-Reply-To: Accept-Language: cs-CZ Content-Language: cs-CZ X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: cs-CZ Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: ZFS sharenfs problem - solved, documentation bug X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 11:14:01 -0000 Hi again, > I take example line from manual: >=20 > zfs set sharenfs=3D'rw=3D@123.123.0.0/16,root=3Dneo' tank/home >=20 > modify it to: >=20 > zfs set sharenfs=3D'rw=3D@pokus.starnet.cz,root=3D0' storage/pokus >=20 > Where could be a problem? Is it bug or I am wrong but I dont see any > mistake.... >=20 I found solution finally on the web (and I lost week with finding solution = :-(()=20 zfs sharenfs=3D"-maproot=3D0:0 pokus.starnet.cz" storage/pokus This command works but there is mistake in documentation... Radek