From owner-freebsd-stable@FreeBSD.ORG Fri Mar 19 22:49:57 2010 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 509D31065746 for ; Fri, 19 Mar 2010 22:49:57 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mail.digiware.nl (mail.ip6.digiware.nl [IPv6:2001:4cb8:1:106::2]) by mx1.freebsd.org (Postfix) with ESMTP id E04C58FC19 for ; Fri, 19 Mar 2010 22:49:56 +0000 (UTC) Received: from localhost (localhost.digiware.nl [127.0.0.1]) by mail.digiware.nl (Postfix) with ESMTP id 1C136153433; Fri, 19 Mar 2010 23:49:56 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.nl Received: from mail.digiware.nl ([127.0.0.1]) by localhost (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LtFVXU0IuYzV; Fri, 19 Mar 2010 23:49:53 +0100 (CET) Received: from [127.0.0.1] (unknown [192.168.10.212]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.digiware.nl (Postfix) with ESMTPSA id 85BA015342F; Fri, 19 Mar 2010 23:49:53 +0100 (CET) Message-ID: <4BA3FF91.7090903@digiware.nl> Date: Fri, 19 Mar 2010 23:49:53 +0100 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: Matthias Gamsjager , FreeBSD Stable Users References: <4BA08FA8.5000902@omnilan.de> <585602e11003170127t669ebe04k752bc4383f3fde22@mail.gmail.com> In-Reply-To: <585602e11003170127t669ebe04k752bc4383f3fde22@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Does zfs have it's own nfs server? 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: Fri, 19 Mar 2010 22:49:57 -0000 On 17-3-2010 9:27, Matthias Gamsjager wrote: > sharenfs does work in freebsd but iscsi does not. I'm not sure about smb. > > about nfs: you should take a look at /etc/zfs/exports > > > > On Wed, Mar 17, 2010 at 9:15 AM, Harald Schmalzbauer > wrote: >> Hello, >> >> I observed some very strange filesystem security problems. >> Now I found that if I set sharenfs=yes data/pub I can mount_nfs but it >> does't respect any settings in /etc/exports. Also I get very strange uid >> numbers when writing. >> If I turn sharenfs off, limitations in /etc/exports work as expected. >> I thought sharenfs and sharesmb are only working on OpenSolaris. What about >> shareiscsi? I do not use /etc/exports for zfs shares.... But instead of yes as value, you can use the NFS-options as string and that gets it into /etc/zfs/exports. --WjW