From owner-freebsd-questions Fri Sep 4 16:54:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29675 for freebsd-questions-outgoing; Fri, 4 Sep 1998 16:54:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Cartman.LAN.dom (ubppp-248-011.ppp-net.buffalo.edu [128.205.248.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29653 for ; Fri, 4 Sep 1998 16:54:02 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from earthling.net (cjm2@Beowulf.LAN.dom [10.0.0.2]) by Cartman.LAN.dom (8.8.8/8.8.8) with ESMTP id TAA00329; Fri, 4 Sep 1998 19:52:39 -0400 (EDT) (envelope-from cjm2@earthling.net) Message-ID: <35F07D45.CC2558BA@earthling.net> Date: Fri, 04 Sep 1998 19:52:37 -0400 From: "Christopher J. Michaels" Organization: Weeble Cow Consortium X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: Lanny Baron CC: questions@FreeBSD.ORG Subject: Re: setting quotas on filesystem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lanny Baron wrote: > Hello, > > I have read the man page on edquota. I just need to understand one > thing. It speaks of editting soft and hard limits. If for example i want > the default in the group user to be 10 megs. How would I translate that to > blocks? 1 block =1024 bytes? Which means setting the hard limit to 9765 > and then the soft limit for 15 megs would be 14,648 ? > Yes and no. 1 block = 1024 bytes, that is correct. But you have the quota's wrong. You would want the SOFT quota to be 9,765 and the HARD quota to be 14,648.When the SOFT quota is reached it will start warning the user they are over quota and give them 7 (?) days to bring it under the quota. The HARD quota is like a brick wall, it is the absolute maximum that user may have on disk. > Quotas for group user: > /home: blocks in use: 450549, limits (soft = 0, hard = 0) > inodes in use: 1079, limits (soft = 0, hard = 0) > > If i understand this right, the current quota is 0 nothing. correct > > > Thank you for your help > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message