John, Thanks for that - never thought of it before but it makes obvious sense. I would expect less fragmentation from the larger clusters. As you say video files are huge.maddrummer3301 wrote:.......When I format a drive for video or audio I usually go with formatting larger cluster sizes other than the default 4k for NTFS. A 4k cluster size is good for small files but large audio / video data uses much more space. A large cluster size is efficient for large files.
Windows default is 4k cluster sizes when formatting NTFS.........
To save everyone looking up what John means by larger clusters here's a very quick explanation.
Your hard drive is split up into small bits called clusters. When the computer wants to find something on the hard drive it looks inside a directory to find the start of that something. The directory points it to a cluster - which is a small bit of hard drive (like a drawer). When the cluster is full the last bit of info in that cluster is to direct you to the next cluster used by that item. (Termed a chain)
Normally you keep these clusters small because as soon as something has been written in that cluster, the rest of that cluster cannot be used for anything else. So if the thing you wrote inside the cluster was only 1 byte - it has used the whole cluster up. This means that a large amount of hard drive space remains unused and is termed slack space.
For anyone interested in reading more about this there is an interesting article here:
http://www.pcguide.com/ref/hdd/perf/per ... ter-c.html
Although that link refers to the FAT filing system but most of us use NTFS - the article describes it very well. There is also a link in that article relating to NTFS.
