Different OS recommends different file system and depending on which file system it uses it might be difficult to move a file from one file system to another.

Resilient FIle System, is a Microsoft proprietary file system introduced with Windows Server 2012 with the intent of becoming the “next generation” file system after NTFS. NTFS was introduced in the previous version of microsoft OS, windows NT.

ReFS Directory contents uses B+ tree. B+ tree is an m-ary tree with a variable but often large number of children per node. A B+ tree consists of a root, internal nodes and leaves. The root may be either a leaf or a node with two or more children.