Filesystem full messages

Matthew Seaman m.seaman at infracaninophile.co.uk
Wed Feb 7 19:48:11 UTC 2007


Robert Huff wrote:
> Paul Khavkine writes:
> 
>>  We have a server that keeps reporting /usr filesystem full:
>>  
>>  Feb  7 11:20:41 srv15 kernel: pid 47903 (popper), uid 32999 inumber 1011621
>>  on /usr: filesystem full
>>  
>>  But it /usr is not full at all:
>>  
>>  df -h
>>  /dev/da0s1g     23G    8.7G     13G    41%    /usr
> 
>>  Is there anything that can be taking disk space that "df" or "du"
>>  would not be able to report ?
>>  How can i find out this is hapenning ?
> 
> 	Try something like:
> 
> /usr/local/sbin/lsof | grep VREG | awk '{print $1, $3, $7, $9}' | sort -nr -k 3
> 
> 	(this assumes you have sysutils/lsof installed) and see if
> anything is bigger than it ought to be.
>

Also: what's the result of:

    df -i /usr

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070207/bef9984f/signature.pgp


More information about the freebsd-questions mailing list