Subject: Re: [vserver] incorrect filesystem usage in guest...
From: Martin Fick <mogulguy@yahoo.com>
Date: Tue, 14 Sep 2010 14:51:29 -0700 (PDT)

--- On Tue, 9/14/10, Jarry <mr.jarry@gmail.com> wrote:
>
> Based on the above host-output, I'd say it is "df" in
> guest which does not show correct filesystem usage (much less,
> than it should show). Concerning hardlinks, I'm not aware of
> any, but they are hard to find. 

I think this will tell you:

find . -type f \! -links 1

-Martin