From owner-freebsd-doc@FreeBSD.ORG Fri Dec 9 04:06:55 2005 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C747116A41F for ; Fri, 9 Dec 2005 04:06:55 +0000 (GMT) (envelope-from uncletime@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD4843D95 for ; Fri, 9 Dec 2005 04:06:30 +0000 (GMT) (envelope-from uncletime@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so535381wxc for ; Thu, 08 Dec 2005 20:06:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GJYbs9IpmI17LNLROoROl6/f5Csaz9eL3Ys3SOomZo6afvBQa+QmqZ67c6CTkOIkjIr9j2Cg25NiuIb2gNrOYoCFhguTjKbCQY6/0jCaFv30+uGBj8zWv1ykWbJGdOiomXcipx8jBhQAXpsecr+R//96VUBjFFrNIJnoYzV/c1Q= Received: by 10.70.115.9 with SMTP id n9mr4986966wxc; Thu, 08 Dec 2005 20:06:28 -0800 (PST) Received: by 10.70.108.12 with HTTP; Thu, 8 Dec 2005 20:06:28 -0800 (PST) Message-ID: <2eaadb210512082006q18b977e3v6787228025c654a1@mail.gmail.com> Date: Thu, 8 Dec 2005 20:06:28 -0800 From: Andrew Korff To: doc@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Regarding Handbook Section 16.14... X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 04:06:55 -0000 I don't know if this is the appropriate address to send this sort of thing to, but I wanted to suggest regarding the section of the FreeBSD Handbook concerning File System Quotas (16.14). In 16.14.1, when describing how to configure your system for quotas, it suggests setting" check_quotas" to "NO= " in /etc/rc.conf for faster booting, but then later states that quota.groupa= nd quota.user will automatically be created by /etc/rc when you reboot after setting up quotas. I think some mention should be made of the fact that if you set "check_quotas" to "NO", /etc/rc will NOT automatically create those files for you; that you should enable it for the first reboot, and can disable it after that. This seems to me to be an important distinction, a= s users might, as I did, think they should manually create those files, which can have unpredictable consequences. Let me know if I should send this suggestion to another address. Thanks, Andrew