From owner-freebsd-questions Thu Feb 10 11:23:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.siol.net (odin.siol.net [193.189.160.10]) by builder.freebsd.org (Postfix) with ESMTP id E4CCB454F for ; Thu, 10 Feb 2000 11:23:16 -0800 (PST) Received: from petra ([212.30.69.193]) by mail.siol.net (InterMail v4.01.00 201-232-112) with SMTP id <20000210192253.PRUQ20309.mail@petra> for ; Thu, 10 Feb 2000 20:22:53 +0100 Message-ID: <00d601bf73fc$68cd48a0$0200000a@petra> From: "eve" To: Subject: Disk quota exceeded - but still accepts mail for Date: Thu, 10 Feb 2000 20:24:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I followed FreeBSD's Handbook and configured new kernel with "options QUOTA" defined in it. Then I put: - in file /etc/rc.conf: #quotas enable_quotas="YES" check_quotas="YES" - in file /etc/fstab: /dev/wd0s1e /usr ufs rw,userquota,groupquota 2 2 /dev/wd0s1f /var ufs rw,userquota,groupquota 2 2 #edquota -u test Quotas for user test: /usr: blocks in use: 22, limits (soft = 0, hard = 0) inodes in use: 22, limits (soft = 0, hard = 0) /var: blocks in use: 0, limits (soft = 50, hard = 70) inodes in use: 1, limits (soft = 0, hard = 0) # quota -v test Disk quotas for user test (uid 1002): Filesystem blocks quota limit grace files quota limit grace /usr 22 0 0 22 0 0 /var 440* 50 70 7days 1 0 0 I see it "complains" with an asterix that hard limit is exceeded, but how come that it still accepts mail for this user (/var/mail)? If I want to copy anything larger then hard quota defined - for example to /var/* as this user, it says: /var: warning, user disk quota exceeded /var: write failed, user disk limit reached cp: /var/mail/test: Disc quota exceeded I'm running FreeBSD xxx.domain.tld 3.4-STABLE FreeBSD 3.4-STABLE #0: Wed Feb 2 18:55:19 CET 2000 root@xxx.domain.tld:/usr/src/sys/compile/OBUTI i386 Thanks for any help!! eve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message