From owner-freebsd-questions@FreeBSD.ORG Sun Jun 29 15:02:28 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 528B637B401 for ; Sun, 29 Jun 2003 15:02:28 -0700 (PDT) Received: from mail.econolodgetulsa.com (mail.econolodgetulsa.com [198.78.66.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC744400F for ; Sun, 29 Jun 2003 15:02:27 -0700 (PDT) (envelope-from user@mail.econolodgetulsa.com) Received: from mail (mail [198.78.66.163])h5TM2PnW059469; Sun, 29 Jun 2003 15:02:25 -0700 (PDT) (envelope-from user@mail.econolodgetulsa.com) Date: Sun, 29 Jun 2003 15:02:25 -0700 (PDT) From: Josh Brooks To: Dan Nelson In-Reply-To: <20030629014542.GA84766@dan.emsphone.com> Message-ID: <20030629150035.K57224-100000@mail.econolodgetulsa.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org 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: Sun, 29 Jun 2003 22:02:28 -0000 Hi Dan, On Sat, 28 Jun 2003, Dan Nelson wrote: > Quotas are per-user, not per-directory. Any files those users create, > anywhere in that filesystem, will contribute to their quota. Files > created by other userids but placed in those directories will count > against the other user's quota. > > Basically what happens with per-directory quotas is that the users > learn not to put files in their homedir :) They end up finding > someplace that they can write to outside their homedir and put files > there instead. Thank you. Do per-directory quotas exist (in any fashion) in FreeBSD ? I am looking for a way to do per-directory, even if it is a hack of some kind... thanks.