This week we are going to talk technology.
Overview
Very recently(today) I read an article about the shift in the sector size on the hard drives from 512 bytes to 4kb.As it is nicely explained here, the sector is a fixed size storage unit on the hard drive (or optical media) that can store data. The sector size has an effect on the HDD transfer speed and latency (speed) at which the disc can access data. It also affects how much data we can store on the hard drive.
Little bit of history
What happens is that when we write files to the disc, they occupy at least one sector (given that the files are smaller than the sector size). The more small files we have (lets say 2-3kb in size) the more we save by converting from 4kb to 512bytes. This was the case when the HDD industry was converting from FAT16 to FAT32 (circa 1998). And I remember how everybody was talking about saving space (about 10% more free space after conversion), how much bigger drives we will be able to have now (due to FAT16 not being able to address more clusters, etc.So today we have another push, to move back to 4kb sectors... As explained here and actually compared here those drives are being slightly faster. Also now they can address more clusters, perform more writes/reads per second, etc. The explanation is that 4kb sector size today is more appropriate as almost no file is less than 4kb and each one of the 512b sectors had ECC (Error Correction Code) which obviously also took up space.
Conclusion
The interesting thing is that the whole recent switch went almost unnoticed, where move from Fat16 to Fat32 was all over the professional magazines.How come 10-12 years ago we didn't know how to make 4kb sectors work to our advantage and we got bombarded with marketing campaigns about how good the 512bytes sectors are, and now it just goes under the radar that we are going back to what it was 12 years ago?