On Wed, May 01, 2002 at 04:08:00PM +0100, Chris Thompson wrote:
A circumvention is to set soft limits explicitly equal to hard ones in /etc/quotas, e.g. foobar user@/home 200M 10K - 200M 10K
In fact, documentation is misleading on that!
A typical line from the /etc/quotas file might include the following descriptors: <quota target> <type> <disk space> <files> [<threshold>] [#<comment>]
And so I had: * user@/admini 1G - 900M #default
But that gave wrong results. After adding one field: * user@/admini 1G - 900M - #default
It works fine! And it doesn't have to be equal, Chris.
User sees now: /f/admini 0 0 1048576 0 -1 -1
p.