Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 09:08:56 -0500 (CDT)
From:      mark tinguely <tinguely@web.cs.ndsu.NoDak.edu>
To:        mark@summersault.com
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: "find" and "quota" find different amounts of files
Message-ID:  <200105301408.f4UE8u569218@web.cs.ndsu.NoDak.edu>
In-Reply-To: <3B140406.CC829B0D@summersault.com>

next in thread | previous in thread | raw e-mail | index | archive | help
sometimes quota counts do go off (for example if you quotacheck
an active filesystem).

another possiblity is that the files have been opened, unlinked, but
not yet closed. These files are still open, and correctly counted
by the quota system, but not found by find.

The only way to test for either case is to go into single user mode.

--mark tinguely

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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