Steven <[EMAIL PROTECTED]> writes: > That's correct in RH9. Is that a bug of du in the coreutils 5.2.1 ? Or > where am I wrong ?
A 128Mb file occupies more than 128Mb of disk storage, due to filesystem overhead. For example, when stored on an ext3 filesystem the reported disk storage is 134352896 bytes. And non-integer quantities are rounded up to the next higher unit, as documented in the manual. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
