- SQL Server supports disk drives that have standard native sector sizes of 512 bytes and 4 KB.
- SQL Server does not support drives with sector sizes that are greater than 4K. For example, 8K sector size.
If you try to use sector size that is higher than 4K, you will encounter the following error message:
Error: 5179, Severity: 16, State: 1.
Cannot use file 'data file path', because it is on a volume with sector size 8192. SQL Server supports a maximum sector size of 4096 bytes. Move the file to a volume with a compatible sector size.
You can use the following Windows OS commands to determine the physical sector sizes that are reported by the hardware: