The default size for NTFS is 4k, unless you use another disk mgmt program like partition magic where you can set this or you specify explicitly using the /a option (allocation size or cluster size) with the default
format cmd.
So unless you did this, i'd say its unlikely any other cluster size will be selected.
Windows filesystems are setup for general purpose files, not media ones. The bigger cluster size is better for just media only drives is something that needs to be clarified here. I have not noticed any speed increases using larger clusters as mentioned above.
johnnyboy is saying the space lost by using bigger clusters is compensated by a decrease in the MFT (Master File Table) file which NTFS uses to keep track of what is where on the HD. Does Treesize Pro indicate the size of the MFT file ?
Using chkdsk <drive-letter:>and the details from
here on my biggest partition.
244,187,968 KB total disk space.
223,066,768 KB in 25238 files.
13,792 KB in 1885 indexes. <--- Space used by NTFS indexes
100,444 KB in use by the system. <--- Includes MFT and other NTFS metafiles.
65,536 KB occupied by the log file. <--- NTFS Log file
21,006,964 KB available on disk.
4,096 bytes in each allocation unit.
61,046,992 total allocation units on disk.
5,251,741 allocation units available on disk.
i gather my MFT+indexes is approx
184MBNow if a larger cluster size was used, using Partition Magic's Resize Clusters option shows if the cluster size was changed for the current data on that 232GB partition using
8k cluster size 105.4 MB is wasted
16k " 210.7 MB " "
32k " 421.4 MB " "
64k " 842.8 MB
So if i used 64k clusters, then i would waste 842.8 MB, now presumably the MFT will come down since there are fewer clusters to manage. But by how much ? the number of clusters to manage has decreased to 1/16, becomes about 12MB for MFT+indexes
but i would still waste 842.MB. The decrease in MFT size is a lot less than what would be wasted going to a larger cluster size.
So No, i don't think more space is wasted using a smaller cluster size.
(In my case anyway).What i'd like to hear is whether a larger cluster size can increase performance.
In theory it should but i'm waiting to see it shown with figures.