Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338542 - change options in fstab
Summary: change options in fstab
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: nm (RETIRED)
URL: http://www.gentoo.org/doc/en/security...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-24 11:51 UTC by droide02
Modified: 2011-05-10 20:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description droide02 2010-09-24 11:51:56 UTC
in fstab : usrquota,grpquota
=> quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.

Solution :
in fstab replace by options : usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0

And enjoy !

Reproducible: Always
Comment 1 nm (RETIRED) gentoo-dev 2010-09-26 16:33:26 UTC
Please show the code block you refer to. What does it look like now, and what should the whole fstab look like?
Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2010-09-26 22:07:24 UTC
The whole section should be re-written to better reflect current state of how quotas are activated. For example, the XFS way should be better integrated into the document instead of being mentioned just as a <warn>.
Comment 3 nm (RETIRED) gentoo-dev 2010-09-26 22:17:24 UTC
Fine. Let's get a patch posted, or else you can do the work. Otherwise this'll be closed as NEEDINFO, since the doc is still correct as-is.
Comment 4 nm (RETIRED) gentoo-dev 2011-03-02 08:55:21 UTC
I had to dig through several manpages and kernel documentation, but I finally figured out what the reporter was trying to communicate. Our example wasn't the best idea for journaled filesystems, including ext3 as featured in the code listing. Journaled quotas needed a modified config. While I was at it, I dug around and determined that there is a newer format (version 1) of the vfs, so the line should end with jqfmt=vfsv1, not v0.

Fixed in CVS.
Comment 5 cilly 2011-05-10 13:46:47 UTC
vfsv1 did not work for me, had to use vfsv0 with hardened-sources-2.6.32.x.
Comment 6 nm (RETIRED) gentoo-dev 2011-05-10 20:34:55 UTC
(In reply to comment #5)
> vfsv1 did not work for me, had to use vfsv0 with hardened-sources-2.6.32.x.

This bug is closed. Please report that bug to the hardened team against that kernel version.