How to check where space is LOST

Adam Vande More amvandemore at gmail.com
Mon Sep 12 06:37:43 UTC 2011


2011/9/12 Коньков Евгений <kes-kes at yandex.ru>

> **
>
> # fstat -f /var
>
> USER     CMD          PID   FD MOUNT      INUM MODE         SZ|DV R/W
>
> clamav   clamd      19682    3 /var      47113 -rw-r-----  767747  w
>
> clamav   smtp-gated  9428   wd /var      23569 drwxr-xr-x     512  r
>
> >>> root     snmpd       8948    3 /var      47171 -rw-------  282447082  w
>
> That is FD #3, how to find what file is that?
>

find /var -inum 47171 -ls

-- 
Adam Vande More


More information about the freebsd-questions mailing list