inodes for mailing list archive filesystem?

Incoming Mail List mailist at whoweb.com
Thu May 6 13:53:30 PDT 2004


That should give you double the default number of inodes.  To find out
how many files that will allow on the file system, divide the size of
the file system by 4096.  Don't forget meta-data (superblock, etc)
overhead will reduce the actual amount of data space available in the
file system.  If you subtract 10% from your final figure you will have
covered the overhead more than enough.

>I'm creating a large new filesystem for an html mailing list archive...
>I think I need to create more inodes than the default 'newfs' does (?).
>Does something like 'newfs -i 4096 ...' seem reasonable?



More information about the freebsd-questions mailing list