From owner-freebsd-questions@FreeBSD.ORG Sun Jun 29 18:35:09 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 EF91637B401 for ; Sun, 29 Jun 2003 18:35:09 -0700 (PDT) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id E321C43FAF for ; Sun, 29 Jun 2003 18:35:08 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out001.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030630013508.FVRL12592.out001.verizon.net@mac.com> for ; Sun, 29 Jun 2003 20:35:08 -0500 Message-ID: <3EFF93C6.5070002@mac.com> Date: Sun, 29 Jun 2003 21:35:02 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <20030629180934.O57224-100000@mail.econolodgetulsa.com> In-Reply-To: <20030629180934.O57224-100000@mail.econolodgetulsa.com> X-Enigmail-Version: 0.76.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [141.149.47.46] at Sun, 29 Jun 2003 20:35:07 -0500 Subject: Re: question regarding quotas 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: Mon, 30 Jun 2003 01:35:11 -0000 Josh Brooks wrote: [ ... ] > Again, I am just trying to take an arbitrary directory, say: > > /export/data7/homes/jerry > > and place a configurable limit on how big that directory can get, without > mounting it as its own filesystem... FreeBSD doesn't have a filesystem with per-directory quota support. For a top-level mount point like /export/data7, a per-filesystem quota should do just fine, but if that isn't good enough for your needs, okay: so be it. I guess you'll have to find another OS which fits your requirements better. -- -Chuck