From owner-freebsd-questions Mon Apr 17 0:12:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 6249B37BB0A for ; Mon, 17 Apr 2000 00:12:16 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12h5hA-00034u-00; Mon, 17 Apr 2000 09:11:44 +0200 From: Sheldon Hearn To: "Samson" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: disk quota In-reply-to: Your message of "Sun, 16 Apr 2000 16:20:00 +0800." <006401bfa77c$e15cc580$8b900b0a@jaz> Date: Mon, 17 Apr 2000 09:11:44 +0200 Message-ID: <11835.955955504@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Apr 2000 16:20:00 +0800, "Samson" wrote: > In order for disk quota to work with email storage, is it need to add > '/var' (/var/mail) in /etc/fstab? Um, /var would usually be in /etc/fstab already. If you've configured your system so that everything is on a single partition, then you're out of luck, because quotas work on filesystems, not directory hierarchies. Any quota you apply to your users on '/' now is going to apply to those users' disk usage on the whole filesystem, not just in /var. Consider creating a separate /var filesystem (which is the default in new FreeBSD installations). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message