> On Tue, Feb 06, 2007 at 07:41:36PM -0500, Sam Varshavchik wrote:
> > Timothy Lee Roden writes:
> > 
> > >This is making me crazy:
> > >
> > >% courier-maildirmake -q 13631488S /home/$USER/Maildir
> > >
> > >% cat /home/$USER/Maildir/maildirsize
> > >13631488S
> > >     4132186          202
> > >
> > >% du -hs /home/$USER/Maildir
> > >12M     /home/$USER/Maildir
> > >
> > >
> > >What is making the quota report 30% of what it actually is?
> > 
> > A one-byte message will take up 4kb or 8kb of disk space, but count as 1 
> > byte towards the quota.
>  
>  
> This partition has a 16k block size and 2k frag size. Here's the quota test 
> for
> that user:
>                         Block limits               File limits
> User            used    soft    hard  grace      used    soft    hard  grace
> $USER     --   12154   13312   13312              453     500     500       
> 
> 
> Is that really possible that ~4MB and 202 files = ~12MB and 453 inodes?

No, I would think the maximum distortion you could expect from block
size would = (Num of files) * (block size) or about 3MB in your setup.

try "du -hs /home/$USER/Maildir/*" and "ls -l /home/$USER/Maildir" to
see where it is used at. Not everything in the Maildir will necessarily
count against the maildir quota.
-- 
Kenny Dail <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to