> From: André Warnier [mailto:a...@ice-sa.com] 
> Subject: Re: Access log behavior
> 
> how is that space reclaimed when the application finally 
> closes the file ?  Is that automatic, or does one need 
> to run an fsck or the like to really reclaim that space ?

It's automatic.  The disk allocation is either part of or linked to from the 
inode; the file system makes such space available when both the link count and 
busy count on a regular file inode go to zero.  Only if the system crashes and 
you're using a non-journaling file system (e.g., ext2, FAT32) would you need to 
run fsck.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to