cache logs

Chuck Swiger cswiger at mac.com
Tue Jan 23 02:46:13 UTC 2007


On Jan 22, 2007, at 5:43 PM, Helen.Nanong at pngharbours.com.pg wrote:
> I am running  FreeBSD 4.4 and currently have the following  
> displayed as
> output from the command df
>
>
> FileSystem         1K blocks    Used      Available     Capacity  
> Mounted
> on
> /dev/ad0s1a        63503           63214      -4791             
> 108%     /
>
>
> In issuing the following command: du / | sort -n the following 5  
> files are
> listed as biggest in size

It's almost certain that you've got more partitions on that machine,  
and that the files under /usr are on another partition then the root  
partition.  Try using "du -x /" to only consider files on the root  
partition without crossing filesystem mountpoints....

-- 
-Chuck



More information about the freebsd-questions mailing list