Differences between version 4 and previous revision of DiskCluster.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Saturday, November 16, 2002 8:10:42 pm | by PerryLorier | Revert |
Older page: | version 1 | Last edited on Saturday, November 16, 2002 8:05:16 pm | by PerryLorier | Revert |
@@ -1,4 +1,4 @@
-Managing all the bytes on a disk has a lot of overhead. A most disks internally uses 512 byte "Sectors" to store data. So you can manage data by 512 byte blocks (ie the BlockSize is 512 bytes). Now, some FileSystem's
manage data in "FileClusters
" which is some multiple of the BlockSize. For [Ext2]/[Ext3] for instance, this is by default 4k[1] (although this can be changed). Microsoft took this to all new hights by having huge block sizes, up to 64k in size.
+Managing all the bytes on a disk has a lot of overhead. A most disks internally uses 512 byte "Sectors" to store data. So you can manage data by 512 byte blocks (ie the BlockSize is 512 bytes). Now, some FileSystems
manage data in "DiskCluster''''s
" which is some multiple of the BlockSize. For [Ext2]/[Ext3] for instance, this is by default 4k[1] (although this can be changed). Microsoft took this to all new hights by having huge block sizes, up to 64k in size.
[1]: 8 disk blocks