From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 20:06:46 2004 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 3969B16A4CE for ; Thu, 18 Nov 2004 20:06:46 +0000 (GMT) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6213B43D2F for ; Thu, 18 Nov 2004 20:06:45 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) iAIK6gJl004877 for ; Thu, 18 Nov 2004 15:06:43 -0500 (EST) Message-ID: <000501c4cda9$fb65b3d0$0200a8c0@satellite> From: "dave" To: Date: Thu, 18 Nov 2004 15:05:41 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: quotas on 5.3 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: Thu, 18 Nov 2004 20:06:46 -0000 Hello, Got a question on quotas. I've enabled them on /usr and /var filesystems by adding the userquota option to their options in fstab. This is after i recompiled my kernel with the QUOTA option in it and rebooted. I then added: enable_quotas="YES" check_quotas="NO" to /etc/rc.conf and again rebooted. According to the handbook quota files should be created automatically i don't have to touch any zero-length quota files. When the system came back up i checked /usr and /var for quota user files, i did not see them. Boot up messages indicate quota on /usr but again no quota file. Is this normal? Did i miss something? Thanks. Dave.