Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2009 22:10:02 GMT
From:      Mateusz Guzik <mjguzik@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/141050: fstab(5): Problem with userquota, groupquota  parameters in /etc/fstab
Message-ID:  <200912022210.nB2MA2ge005485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/141050; it has been noted by GNATS.

From: Mateusz Guzik <mjguzik@gmail.com>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912022210.nB2MA2ge005485>