Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2008 20:35:55 GMT
From:      mpp@FreeBSD.org
To:        jumper99@gmx.de, mpp@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/114766: [quotas] Disk quota does not work as expected
Message-ID:  <200802242035.m1OKZtLP061617@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [quotas] Disk quota does not work as expected

State-Changed-From-To: open->feedback
State-Changed-By: mpp
State-Changed-When: Sun Feb 24 20:29:07 UTC 2008
State-Changed-Why: 
I am unable to duplicate this problem.

I think this is an error on the submitters part.

The proper sequence of commands should have been:

quotacheck /home
quotaon /home
chown ....
repquota ...
du ...

The key step is running quotacheck before actually turning

That would explain all the fix ups quotacheck did later as
seen in the submitters follow up message.

Enabling quotas for /home in /etc/fstab makes sure that
quotacheck is run before enabling quotas for the file system at
boot time.

http://www.freebsd.org/cgi/query-pr.cgi?pr=114766



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