i write 9k but space add 20k,it not right #17562
Replies: 1 comment 1 reply
-
Not sure what you try to find with these commands. You may get actual file size with And - information about file is a data too, so if you allocate a file even with one byte size you'll have FS metadata with some size. And IIRC minimal dir metadata size has same minimal allocatable sizes. It's no different with other FSes. But it looks like niggling for me (I think this word is appropriate), it's better to check size of metadata for many files, because metadata may be aggregated and efficiently compressed, so one alone file in dir is not an optimal example for that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions