[!IMPORTANT]
No longer needed
Since Windows 11 24H2, Windows copy engine uses block cloning by default.
Copy file using Block Cloning, like cp --reflink.
Copy file without actual data write.
reflink <source> <destination>
source Specifies a file to copy.
source must have placed on the ReFS volume.
destination Specifies new file name.
destination must have placed on the same volume as source.
[!NOTE] Block Cloning requires ReFS v21.
You may check local volume byfsutil fsinfo volumeinfoorfsutil fsinfo refsinfo.
- by volumeinfo
WhenSupports Block Cloningis included in fsutil output, can use Block Cloning.- by refsinfo
Version 1.2 or 1.1 is ReFS v1.
Version 3.1 or upper is ReFS v2.
MIT License
If including non-Microsoft products, then reflink capable with WinBtrfs, OpenZFS, and so on. ↩
89 commits
1 commits
C++
98.1%
C
1.9%
[!IMPORTANT]
No longer needed
Since Windows 11 24H2, Windows copy engine uses block cloning by default.
Copy file using Block Cloning, like cp --reflink.
Copy file without actual data write.
reflink <source> <destination>
source Specifies a file to copy.
source must have placed on the ReFS volume.
destination Specifies new file name.
destination must have placed on the same volume as source.
[!NOTE] Block Cloning requires ReFS v21.
You may check local volume byfsutil fsinfo volumeinfoorfsutil fsinfo refsinfo.
- by volumeinfo
WhenSupports Block Cloningis included in fsutil output, can use Block Cloning.- by refsinfo
Version 1.2 or 1.1 is ReFS v1.
Version 3.1 or upper is ReFS v2.
MIT License
If including non-Microsoft products, then reflink capable with WinBtrfs, OpenZFS, and so on. ↩
89 commits
1 commits
C++
98.1%
C
1.9%