From owner-freebsd-stable@FreeBSD.ORG Wed Oct 22 11:15:38 2008 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 2D467106566C; Wed, 22 Oct 2008 11:15:38 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id E8C368FC19; Wed, 22 Oct 2008 11:15:37 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Ksbgb-000P6I-HM; Wed, 22 Oct 2008 12:15:33 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Ksbgb-0005VJ-FQ; Wed, 22 Oct 2008 12:15:33 +0100 To: koitsu@FreeBSD.org, lhmwzy@gmail.com In-Reply-To: <20081022091949.GA53829@icarus.home.lan> Message-Id: From: Pete French Date: Wed, 22 Oct 2008 12:15:33 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: non-root user can not create zfs filesystem? 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: Wed, 22 Oct 2008 11:15:38 -0000 > Creating a filesystem is something that can only be done by root. I'm > not sure what gave you the impression non-root users can do this...? He probably though that because it's possible in the current Solaris implementation of ZFS: http://blogs.sun.com/marks/entry/zfs_delegated_administration I thought this hadn't been ported, but taking a quick look at the bottom of http://wiki.freebsd.org/ZFS it appears it's now done, which is cool :) -pete.