From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 2 22:10:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DDBA106566C for ; Wed, 2 Dec 2009 22:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D7ED98FC14 for ; Wed, 2 Dec 2009 22:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nB2MA2tP005491 for ; Wed, 2 Dec 2009 22:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nB2MA2ge005485; Wed, 2 Dec 2009 22:10:02 GMT (envelope-from gnats) Date: Wed, 2 Dec 2009 22:10:02 GMT Message-Id: <200912022210.nB2MA2ge005485@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mateusz Guzik Cc: Subject: Re: conf/141050: fstab(5): Problem with userquota, groupquota parameters in /etc/fstab X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mateusz Guzik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2009 22:10:03 -0000 The following reply was made to PR conf/141050; it has been noted by GNATS. From: Mateusz Guzik To: bug-followup@FreeBSD.org, piotr.matuszczyk@expro.pl Cc: Subject: Re: conf/141050: fstab(5): Problem with userquota, groupquota parameters in /etc/fstab Date: Wed, 2 Dec 2009 22:33:32 +0100 Quotas are managed by quotaon/quotaoff (8), so mount(8) ignores quota-related options. Given that I believe it's safe to just omit those while mounting /. (Quotas will be enabled later by quotaon just like for non-root filesystems.) This patch should fix your issue: http://student.agh.edu.pl/~mjguzik/vfs_mount.diff -- Mateusz Guzik