Dev Drive is a new evolution of the ReFS filesystem starting in Windows 11 22H2 Oct 2023. It was announced at Microsoft Build 2023, and features significantly faster execution vs. earlier 22H2 ReFS or NTFS along with CoW support and a performance mode for Defender antivirus. More details can be found here.
Windows benchmarks on various versions of Windows compare System.IO.File.Copy()
with CloneFile()
,
50 or more copies/clones of a single source file per measurement, highest performance clone flags and settings.
Defender real-time scanning was disabled in the test directory. See CoWComparisons.cs.
- Jan 2024 - Windows Preview Win11 23H2 with copy-on-write implementation built into OS APIs (with feature flag turned on) - fixes large file clone performance
- Oct 2023 - Windows Canary Win11 22H2 with early copy-on-write implementation built into OS APIs
- Oct 2023 - Windows Win11 22H2 initial Dev Drive release
- May 2023 - Windows prerelease Dev Drive
- Dec 2022 - Windows Win11 22H2 ReFS