30 Sep
2005
30 Sep
'05
1:57 a.m.
Andy Cravens wrote:
I could write a script to look at each user's mbox files, count the number messages and calculate the average number of emails per user, then add a fudge factor for expected growth. However, I doubt anybody actually goes to this much trouble to plan ahead. Or do they?
The other approach is to work out the average size of emails and your spool disk size and adjust inode count (and block/frag size) to that (assuming you can adjust block size on your filesystem)! This turns the "have I got enough inodes?" problem back into the already-familiar "do i have enough disk space?" problem.
My gut feel says go with 4k/1k blocks and 1 inode/8k sounds about right.