Giter VIP home page Giter VIP logo

reflink's Introduction

reflink for Windows Build status

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.

Windows Server 2016 introduce Block Cloning feature.
I wanted cp --reflink. But, only exposed to API.

Important note

  • Block Cloning requires ReFS v2.
    ReFS v2 is only available in Windows Server 2016 and Windows 10 version 1703 (build 15063) or later.
    Windows 10 version 1607 (build 14393) and earlier Windows only can use ReFS v1.
    Even moving ReFS v1 volume from earlier Windows to WS2016 or W10 v1703 cannot use Block Cloning. Require format to ReFS v2 in WS2016 or W10 v1703.
    You may check by fsutil fsinfo refsinfo or fsutil fsinfo volumeinfo.
    • by volumeinfo
      When Supports Block Cloning is included in fsutil output, can use Block Cloning.
    • by refsinfo
      Version 1.2 or 1.1 is ReFS v1.
      Version 3.4, 3.3, 3.2 or 3.1 is ReFS v2.
LICENSE

MIT License

reflink's People

Contributors

0xbadfca11 avatar brunom avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.