I love the new features that ReFS (version 3.4 as of now) brings. Each feature sounds wonderful. Self-healing, large volumes, checksums, etc.. it all sounds good.. on paper.
But when used, they all fall flat on how easy it is to break ReFS. (seriously!)
A reboot at the wrong time can totally fry the ReFS volume. Simply gone. Poof. Little chance of recovery. I’ve seen it happen multiple times on multiple servers. No known way to repair the now-RAW partition. There is a recovery tool ReFSUtil.exe built-in on windows, but I haven’t had any success recovering anything useful with it.
Just thinking.. why doesn’t any file system (that I know about) have at least 3 master file tables? One at the beginning, middle, and end of the drive? Think of the speed increase when searching for files, and the added resiliency! The drive heads would never have to seek more than 1/3 of the platter to read from the MFT.
Sigh. I should write my own FS.. just give me a few decades lol.
Like this:
Like Loading...
Related
The ReFSUtil executable has four main modes of operation: fixboot - Repair boot sectors. leak - Leak Detection and Fixing. triage - Handle corruptions. salvage - Salvage operations for corrupt volume. The command I've found most useful is "salvage", which I'll go into at the end of this article. WARNING: If…
In "Anything"
Here you go, an "Overview of ReFS" straight from Microsoft Docs. (Preserved here for posterity, in March 2018) Applies to: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 The Resilient File System (ReFS) is Microsoft's newest file system, designed to maximize data availability,…
In "ReFS"
How to use Resilient File System (ReFS) on Windows 10Like on any other operating system, Windows features a file system to control how data is stored and retrieved from disk.However, even though NTFS provided us with many performance, reliability, and advanced features you can't find on other file system, NTFS has been designed years ago. Today, we face new storage…
In "Anything"