From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 18:23:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA6537B401 for ; Mon, 30 Jun 2003 18:23:29 -0700 (PDT) Received: from gs166.sp.cs.cmu.edu (GS166.SP.CS.CMU.EDU [128.2.205.169]) by mx1.FreeBSD.org (Postfix) with SMTP id C4E5B43FE0 for ; Mon, 30 Jun 2003 18:23:28 -0700 (PDT) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) Sender: dpelleg@gs166.sp.cs.cmu.edu To: Chris Dillon References: <1056655254.29167.5.camel@appleseed.iats.missouri.edu> <20030630123419.Y15622@duey.wolves.k12.mo.us> From: Dan Pelleg Date: 30 Jun 2003 21:22:42 -0400 In-Reply-To: <20030630123419.Y15622@duey.wolves.k12.mo.us> Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org cc: Ryan Dooley Subject: Re: tree-based quotas for UFS/UFS2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 01:23:29 -0000 Chris Dillon writes: > On Thu, 26 Jun 2003, Ryan Dooley wrote: > > > Has anybody done work on Tree-based quotas for UFS/UFS2? As an > > administrator I'm finding more and more reasons that such a thing > > would be a good thing. > The following is not a real solution, but it will work for some uses. Just define a vn(4) device of the size you want and mount it on the right directory. See vnconfig(8) for examples. -- Dan Pelleg