• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is the difference btw "Size" and "Size on disk"

Passions

Diamond Member
Size on disk refers to the total size of clusters the file is using as opposed to the size the fize uses, whatever the hell that means. Can someone clarify and tell me in english? MUAHAH THANX:|
 
A formatted partition is divided into clusters (default is 4K on NTFS I believe) and each file takes up a multiple of those clusters, any space not used in the last cluster is wasted.

So if you have a 1K file it takes up 4K on disk and a 5K file will take up 8K.
 
Adding to that, if your using NTFS compression, you can wind up with a file that is say 1meg, but is only taken 1/2 meg of physical disk space.
Bill
 
Back
Top