View Single Post
  #10 (permalink)  
Old 07-19-2006, 08:39 PM
Michael M.'s Avatar
Michael M. Michael M. is offline
Teh h4x0r admin
My Mood:
 
Join Date: Feb 2006
Location: New York
Age: 26
Posts: 961
Points: 9,999,500,274.23
Donate
Send a message via AIM to Michael M. Send a message via ShopTapNham to Michael M.
Actually, jcoolkatzerg, that's not correct.

FAT-formatted disks are set up so that a file must take up at least one disk allocation unit. Depending on the size of the unit, this could mean that a one-byte file takes up 4KB on disk. Files also cannot share allocation units. So if you have a bunch of one-byte files on a disk with 4KB units, they'll each take up 4KB. This could mean that 100 bytes' worth of data takes up 400KB on disk.

"Size on disk" is the total size of all the allocation units used by the data for which you're getting the properties.

And yes, there's a way around it: Format your disk with a smaller allocation unit size. However, the smaller the allocation unit, the more each file will take up, so the longer it'll take to read/write the disk.
Reply With Quote