Comments
-
ext2fs and ext3fs have %5 of the disk held in reserve for use only by the root user so that root can do critical operations even if the disk is "full". The right thing to do IMHO would be to have triggers based on available and used directly, not total - used because total will include the reserved %5 which is not usable…