From owner-freebsd-questions@FreeBSD.ORG Sat Jun 1 20:31:03 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6C92AC19 for ; Sat, 1 Jun 2013 20:31:03 +0000 (UTC) (envelope-from freebsdenml@fuckaround.org) Received: from mr003msr.fastwebnet.it (mr003msr.fastwebnet.it [85.18.95.66]) by mx1.freebsd.org (Postfix) with ESMTP id 012D6E11 for ; Sat, 1 Jun 2013 20:31:02 +0000 (UTC) Received: from server1.fuckaround.org (93.49.16.11) by mr003msr.fastwebnet.it (8.5.140.03) id 51A3567700A1ACCC for freebsd-questions@freebsd.org; Sat, 1 Jun 2013 22:30:55 +0200 Received: by server1.fuckaround.org (Postfix, from userid 65534) id 1C363758310; Sat, 1 Jun 2013 22:30:55 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on server1.fuckaround.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=7.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 Received: from [10.10.10.17] (unknown [10.10.10.17]) by server1.fuckaround.org (Postfix) with ESMTP id 22EDE75830F for ; Sat, 1 Jun 2013 22:30:50 +0200 (CEST) Message-ID: <51AA5AB3.7050207@fuckaround.org> Date: Sat, 01 Jun 2013 22:33:55 +0200 From: Pol Hallen User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: quota advice Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2013 20:31:03 -0000 Hello all :-) I using quota and I've a doubt: many howto advice to put to cron something like: quotacheck -vguma but the problem is: quotacheck: Quota for users is enabled on mountpoint /data so quotacheck might damage the file. Please turn quotas off or use -f to force checking. So... can be a good idea, put: quotaoff -a quotacheck -vguma quotaon -a to script to do this check or there is another way? thanks for help! Pol