From owner-freebsd-stable@FreeBSD.ORG Wed Oct 22 11:27:21 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 883A01065681 for ; Wed, 22 Oct 2008 11:27:21 +0000 (UTC) (envelope-from lhmwzy@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 150228FC0A for ; Wed, 22 Oct 2008 11:27:20 +0000 (UTC) (envelope-from lhmwzy@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so278397fgb.35 for ; Wed, 22 Oct 2008 04:27:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=RQOepB0HwQfyxu3LJYOlZQVAsKoA4ZZ+uCnous515A4=; b=mJjOz9ftsmK30XQRRbwxPs1EPWoQ+E6mJtoQz4wdhSWJ27arYFOeDPP1W7DLvId2kv PMyQL2/ycvRZlhx3pYuchRLMUjL+PstldBV66eOoGt1lpCxY2W65eGsj2zeJty02K4xV MWlcsHwG/bR4+4IVlQl3WdW/9D2XOfQtFWCec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=cPS9SmWnDZdGeaXarU6wSNW+y7icRIpMNHSwFgXSdz8cBY7mTJOju/lZ++Lyej31lc bhwfmN6rbdO6J8ksXZlViNiPQKPNWy/MH9ivH3HAAfcRLsyHyY/cSND8JRu18PjJKvuL xxEgGJ8vBAE8J/LhfLSbfsdkbJjzrFJ4xDr+I= Received: by 10.86.93.19 with SMTP id q19mr904249fgb.4.1224674839965; Wed, 22 Oct 2008 04:27:19 -0700 (PDT) Received: by 10.86.25.10 with HTTP; Wed, 22 Oct 2008 04:27:19 -0700 (PDT) Message-ID: <78fb9d960810220427l360761b2n4efcfa1bbd33f291@mail.gmail.com> Date: Wed, 22 Oct 2008 19:27:19 +0800 From: lhmwzy To: freebsd-stable@freebsd.org In-Reply-To: <78fb9d960810220425x774d449fx6ef27a20b1ff0db0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081022091949.GA53829@icarus.home.lan> <78fb9d960810220425x774d449fx6ef27a20b1ff0db0@mail.gmail.com> 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:27:21 -0000 But what is Jeremy Chadwick said is also a good solution for my problem. Tks Jeremy Chadwick again. 2008/10/22 lhmwzy : > Yes,that's is what I want to say. > In other word is the command "zfs allow" and "zfs unallow" > I think it is not "Support chflags(2)" which is described in at the bottom > of http://wiki.freebsd.org/ZFS > > 2008/10/22 Pete French : >>> 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. >> >