David Scheidt wrote:
> 
> :So "find" is reporting 2435 files, but "quota" is reporting 2537. Where
> :could the difference be hiding?
> :
> These should match.  Two things pop into my head as first possibilities.
> First, you have a race.  find(1) and quota(1) are looking at the disk at
> different times.  It's possible that the files got created in the time
> between find looking at a directory and when quota is run.  Whether that's
> likely will depend on what the machine and the user are doing.
> 
> If it's consistently like this, then maybe your quota file is corrupt.
> Are you running quotacheck(8) at startup?  I believe the rc.conf flag
> for that is "check_quotas".  If you can afford to take the machine down,
> run quotacheck and see it fixes the problem.

David,

  Your suggestion helped us resolve this. Running quotacheck again
seemed to do the trick. Thanks for the tip!

  -mark

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to