Coda File System

Re: filesystem sizes

From: Davor Ocelic <docelic_at_hcoop.net>
Date: Wed, 2 May 2007 16:29:34 -0400
On Wed, May 02, 2007 at 01:01:55PM -0400, shivers_at_ccs.neu.edu wrote:
>     From: Jan Harkes <jaharkes_at_cs.cmu.edu> 
>     Clearly the average file size is considerably larger and we are far more
>     likely to see reasonable numbers for the number of cached files. If we
>     have a 1TB cache we may see something in the order of 200K digital
>     photos, 3000 whole-CD flacs, 1000 TV recordings, or a couple of hundred
>     VM images.
> 
> Actually, I *just now* checked my 20Gb homedir:
>     % du -sk . ; find . -type f -print | wc -l
>     20088072        .
>     379371
> 
> 20088072/379371 = 53
> 
> So my average file size is 53kb (a little less, actually, if du includes
> the blocks used by directories).

    % du -sk . ; find . -type f -print | wc -l
		10607492        .
		44720

 10607492/44720 = 237

-doc
Received on 2007-05-02 16:31:22