Microsoft Announces ReFS, a New Filesystem For Windows 8
bonch writes "Microsoft has shared details about its new filesystem called ReFS, which stands for Resilient File System. Codenamed 'Protogon,' ReFS will first appear as the storage system for Windows Server and later be offered to Windows clients. Microsoft plans to deprecate lesser-used NTFS features while maintaining 'a high degree of compatibility' for most uses. NTFS has been criticized in the past for its inelegant architecture."
After my initial tests, I must say that ReFS is incredible advangement. ReFS supports named streams, object IDs, short names, compression, file level encryption (EFS), user data transactions, sparse, hard-links, extended attributes and quotas. It is basically all the best filesystems compiled into one.
Not only is this good for Windows system, but overall network architecture.
This is a bad idea.
Now we can count on some guy named 'Hans Resilient" to be tried and found guilty of murder.
Free unix account: freeshell.org
Today, NTFS is the most widely used, advanced, and feature rich file system in broad use.
If this is true...it's a very sad world we live in...
I do wish Windows had a sane soft-link system like *nix does; I've yet to run into an application that automatically dereferences a .lnk when opening it. You have to futz around with opening the link manually, reading it's redirect, and then opening THAT instead. Very crude and ugly.
Man, if only.
(OK, it's not quite sane considering you have to distinguish between links to files and links to directories at creation time. I'm not sure what happens if you flip it behind its back.)
There's already no Linux driver for it... so does that mean you're going to switch? And if someone makes a Linux driver will you switch back to not using it?
If you're married to "Hans Resilient", you'll want to start running now.
Sounds like they're due for a refresh so they can get some new patents on their filesystem to make sure all the device makers need to continue to pay them money.
That might be motivation for creating ReFS. Third party NTFS drivers finally became mature enough to safely read/write the file system... so lets create a new undocumented filesystem and make data exchange between other OSes a PITA again. It also means WinFS is completely dead and never coming back.
There's a blog post linked from the article.
There's all kinds of promising stuff, like data corruption resilience and dropped/extended limits.
Much more interesting read than the linked ZDNet article.
.
I have to wonder how much of the pre-release ReFS hype will prove to be true in the coming years.
Respect?? That's absolutely terrible.
A modern journalling filesystem should not experience any corruption after a crash, because journal recovery is supposed to keep data structures consistent.
Not only that, but NO filesystem, journalling or not, should cause a kernel crash if it is corrupted.
Microsoft has done one thing well, and that is to lower the expectations of their users so far, that what should have been a few second journal recovery turned into a big outage and manual recovery of a massively corrupted filesystem, and that gains them "Absolute respect".