You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a head's up, FSCTL_DUPLICATE_EXTENTS_TO_FILE only works on ReFS which is only available on Windows Server 2016+. To makes things worse, ReFS volumes are not bootable. Therefore, this will not work on any Windows boot volume.
Running the example on 99.999% of Windows volumes will result in this: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: Other, message: "Incorrect function." }', libcore\result.rs:945:5
Running the example on 99.999% of Windows volumes will result in this:
thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 1, kind: Other, message: "Incorrect function." }', libcore\result.rs:945:5
This is known and expected.
If certain file systems do not support the functionality, we can't to anything about it.
Maybe in the future, some Windows client versions will be supported.
Is only compile-tested at the moment
The text was updated successfully, but these errors were encountered: