Forum Discussion
What to use ReFS or NTFS?
- Dec 29, 2021
JensNilsson , see SQL Server Hardware and software requirements => Hard Disk
ReFS is supported, but because of security reasons not recommended, so better go with NTFS.
Format the disk for data files with a sector size of 64 kb instead of default 4 kb, that's best practice.
JensNilsson , see SQL Server Hardware and software requirements => Hard Disk
ReFS is supported, but because of security reasons not recommended, so better go with NTFS.
Format the disk for data files with a sector size of 64 kb instead of default 4 kb, that's best practice.
- MrKvasiNov 28, 2023Copper Contributor
That's incorrect. ReFS is just as safe as NTFS.
I would however still choose NTFS since the performance tests I've seen have favored NTFS.
- --BF--Feb 08, 2022Copper ContributorThe doc you cite does not match what was stated.
"Installing SQL Server on computers with the NTFS or ReFS file formats is recommended. The FAT32 file system is supported but not recommended as it is less secure than the NTFS or ReFS file systems. "
FAT32 is less secure, not ReFS- olafhelperFeb 09, 2022Bronze Contributor
--BF-- , please have a look at your calendar: We are writing year 2022, and you talk about FAT32; really?
- JensNilssonDec 29, 2021Copper Contributor
Thanks! olafhelper
That helped my decision. The sector size I'm aware of, so that I'll fix 🙂
Have a great new year of 2022/Jens