Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


unhappy_mage said:The default is 4KB, that's very likely what these are. You can find the size if you can read the boot sector off the disk; extract byte 0x0B and it's how many sectors per cluster there. Multiply that by 512 bytes and you've got the cluster size. Oh, got it. Create a 1KB file (or find one), hit properties, and see how much "space on disk" it takes up.
Why does it matter?
![]()
MixManSC said:Actually thats works perfect for verifying block size on a drive. On my graphics workstation I have the first SCSI RAID volume (C) set to a 4KB default block size as this drive simply contains the OS and apps. The second RAID volume (D) I have set to 64KB as this volume is storage for a massive amount of very large files (typically hundreds of MB each). I created a 1 byte txt file with a single digit in it contents and copied it to both drives. Pull up the properties and viola - your block size is displayed as the file is smaller than the block size it will use exactly one block.