Recommended Posts

Microsoft?s new Windows 8 Resilient File System (ReFS) will be server only

Microsoft?s new file system for Windows 8 will only be available in server variants of the operating system, WinRumors has learned.

The software maker is currently readying a new file system as an offshoot to the original concept of Windows Future Storage (WinFS). According to sources familiar with the company?s plans, the new file system is called Resilient File System. The project originally started out as Monolithic NTFS (MNTFS) and then ended up codenamed Protogon before the final Resilient File System (ReFS) naming was chosen. Screenshots from the latest Windows 8 builds surfaced on Thursday demonstrating the new file system in action.

The naming reveals some of the concepts around what Microsoft is trying to achieve with the new file system. The idea is that server variants of Windows 8 will be able to utilise the new technology to improve file system resilience to hardware and software errors. The technology will not be widely used and is designed for specific use by server administrators. As a result, client versions of Windows 8 will not be able to utilise the new file system according to our sources.

Microsoft?s original Windows Future Storage (WinFS) concept made its way into Longhorn (Windows Vista) builds during the early beta phases. WinFS was first demonstrated in 2003 at the company?s Professional Developers Conference. Microsoft promised an advanced storage subsystem designed to manage data by means of a database. The WinFS database would allow any type of information to be stored in it alongside a defined schema for the data type. The idea was to speed up searching and data sharing between applications. Microsoft ditched the idea before Windows Vista was brought to market.

Microsoft hasn?t publicly discussed any plans to incorporate a new file system in Windows 8. The software giant did detail its large disk and large sector support in Windows 8 earlier this week. Microsoft plans to make it possible to install Windows 8 and boot from a 3TB or bigger hard disk. The support will be possible with UEFI firmware systems that allow Microsoft to take advantage of new partitioning techniques to better manage data stored on large disks.

Source: WinRumors

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/
Share on other sites

Wow... that's too bad (N)

At first they can't incorporate it at all (WinFS) and then they make it server-exclusive.

Well, who knows what it's good for... :/

Glassed Silver:mac

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594490611
Share on other sites

I have doubts on this "rumor". It appeared as a fully functional feature in the drive management function of a client build, that means the user can format a drive in ReFS, then found the drive is useless? Doesn't sound reasonable to me. :(

Just because a feature appeared in a build doesn't mean it'll stay there until final.

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594491417
Share on other sites

Quite possible. Maybe it's designed for Server 2012's Storage Pools and Storage Spaces features.

Just because a feature appeared in a build doesn't mean it'll stay there until final.

Yeah, I know, but all of this atm are just rumors and speculations, guess we just have to wait and see.

btw, I got a unconfirmed(repeat: unconfirmed) tip-off: the beta is expected to be installable on ReFS, and also expects to install and run faster. So, let's see how things would develop. :/

Edit: I don't exactly know what canouna meant by "work great"; just have to wait for more infos.

image_126.jpg

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594491473
Share on other sites

I hope they include they hash type security/integrity on files similar to ZFS, as i think this would be the biggest feature to stop data rot.

It may be server only as like ZFS it may have some heavy requirements, if so then the small percentage of users who might benefit might not have been a compelling reason to bump the requires from say 1GB to 4GB (example).

Im still a big fan of NTFS, with the upgrades they have done over the years there is plenty of life in the FS and i don't see it disappearing to soon. My only wish was that the specification for NTFS was open so Linux and Mac users could have proper read write access to it, i would use it on all devices, from USB Sticks to External Hard Disks instead of ExFAT.

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594491483
Share on other sites

Yeah, I know, but all of this atm are just rumors and speculations, guess we just have to wait and see.

btw, I got a unconfirmed(repeat: unconfirmed) tip-off: the beta is expected to be installable on ReFS, and also expects to install and run faster. So, let's see how things would develop. :/

Edit: I don't exactly know what canouna meant by "work great"; just have to wait for more infos.

image_126.jpg

From what it sounds like he is running a newer build and it is running off ReFS already - I have a feeling it will be in the client version but only used in specific case scenarios rather than it being the default.

Regarding people invoking ZFS - I suggest they look at the file system, or better still use it with Solaris 11 then come back and say, "sure, that'll have no problems running on a 32bit computer with 2GB of memory".

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594495749
Share on other sites

  • 2 weeks later...
  • 1 month later...

I hope they include they hash type security/integrity on files similar to ZFS, as i think this would be the biggest feature to stop data rot.

"Checksums (64-bit) are always turned on for ReFS metadata, and assuming that the volume is hosted on a mirrored Storage Space, automatic correction is also always turned on. All integrity streams (see below) are protected in the same way. This creates an end-to-end high integrity solution for the customer, where relatively unreliable storage can be made highly reliable."

If you have not read Steven Sinofsky's post on ReFS, you should read it over anyone else?s materials. It's just a wee bit less speculative and likely accurate than everything everyone else has been posting:

http://blogs.msdn.co...ndows-refs.aspx

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594615848
Share on other sites

There is no way to replace RAID on server a system. If they drive fails, it doesn't matter what filesystem is on it.

Erm, I'm not talking about FileSystems, I'm talking about the new Storage Spaces thingy.

That's what Storage Spaces is good for. At least the iteration that'll support at least RAID6 and 10 like redundancy.

^^ Yeah what he said.

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594618856
Share on other sites

In Windows 8, ReFS will be introduced only as part of Windows Server 8, which is the same approach we have used for each and every file system introduction.

Source

Seems like if it's happened with file systems in the past, there is no reason why they would change it for ReFS.

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594618860
Share on other sites

Storage Spaces as-is isn't really suited for enterprise storage. Small servers maybe, but that's it. With growing disk sizes, there's a significant statistical possibility for read errors messing with array rebuilds. That's why storage solutions introduced triple parity RAID a while ago (three parity disks in an array). Right now it offers equivalents to RAID5 and 2/3-way mirrors. Latter is OK, former not to much.

Furthermore, according to Microsoft itself in their B8 blog, ReFS+SS can't cope with online repair of bad data on parity spaces. So if you want safe data that's online 24/7, mirrors are your only option.

And finally, I'm sure you'll be able to format your stuff to ReFS from command line, like with Protogon. If refs.sys is missing in the client builds, steal it from the server ones. Both versions come from the same source tree and are 100% compatible to each other.

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594618868
Share on other sites

[/i]

Source

Seems like if it's happened with file systems in the past, there is no reason why they would change it for ReFS.

Yes, they said that it would release in a Server release first before coming to the Desktop OS. I'm not sure how this is news. I figure the Desktop OS will likely have some support for it, but won't use it as the Server version does...

Link to comment
https://www.neowin.net/forum/topic/1042591-microsoft/#findComment-594618878
Share on other sites

This topic is now closed to further replies.
  • Posts

    • Google was using the old CATPCHAs data to train their LLMs. What is the say they won't use this camera data of users to train their LLM? these companies need some strict regulations!
    • Depends on what you need. Might be a bit clearer on what you plan to do with it. Sort of a waste if you get the newest and greatest, but don't know how to use it.
    • NTLite 2026.06.11200 by Razvan Serea NTLite is a Windows configuration tool that allows you to modify your existing Windows install or an image yet to be deployed, remove Windows components, configure and integrate, speed up the Windows deployment process. Reduce Windows footprint on your RAM and storage drive memory. Remove components of your choice, guarded by compatibility safety mechanisms, which speed up finding that sweet spot. Windows Unattended feature support, providing many commonly used options on a single page for easy setup. Easily integrate a single or multiple drivers, update or language packages. Package integration features smart sorting, enabling you to seamlessly add packages for integration and the tool will apply them in the appropriate order, keeping hotfix compatibility in check. One of the important new features of NTLite (compared to its predecessors) is the ability to modify an already installed the operating system, by removing unnecessary components. Supports Windows 11, 10, 8.1 and 7, x86 and x64, live and image. Server editions of the same versions, excluding support for component removals and feature configuration. ARM64 image support in the alpha stage. Does not support Checked/Debug, Embedded, IoT editions, nor Vista or XP. NTLite 2026.06.11200 changelog: New Secure Boot Migration support: Verification, certificate staging, and boot-manager/sector update across the Image, Updates, Apply, and Create-ISO pages (2023 CA migration, optional 2011 revocation, Anti-rollback, Boot sector choice etc) Secure Boot Host Readiness: Live host Secure Boot migration monitor and Servicing-task control Option under Image page - C:\Windows row, or load the host as the target - Updates - Secure Boot Image: 'Sort mounted images first' option for the image list in Menu-Settings UI: Hover description card for Components and Unattended pages, selectable text and quick access to Compatibility options Command line: Relay commands into the already-running instance Enables controlling already running NTLite via ntlite.exe Use /NewInstance to launch an additional instance using CLI operations (premium) UI: 'New instance' option via main menu instead of a secondary ntlite.exe prompt Apply: Hide individual Apply-page notes with a per-note dismiss (X), critical excluded Settings: 'Unsigned RDP file launch warnings' tweak (RDP client), bypassing the April 2026 security-update prompt on RDP connections Upgrade Image: Live OS and deployed image editing now unlocked on free/test licenses, same licensing as images Image: 'Recompress' option in manual dialog Remove Editions to shrink the WIM in one session Image: SWM part size set inline on the Apply page and image dialogs, split-size popup retired Image: Relative 'Last change' dates; editions grouped by build time to reduce noise Image: 'Forget - Missing' on the Edit-cache menu to mass drop entries whose folder is gone Components: Root groups reorganized - user-facing groups first, system/critical last Components: Show filter options to view components by Template or App-type, since Apps are now merged into groups Presets: Delete confirmation now lists the multi-selected preset names UI: Design update propagated to the rest of the tool UI: Filter and search match words in any order and partially, better results filtering Components Unattended: Input-locale language derives from the user locale, with an independent keyboard picker, enables combinations previously unavailable Unattended: Input-locale now allows for a user value override Unattended: Localization OOBE WinPE now can be copied with the new WinPE Copy OOBE localization toggle, enter locale settings once for both stages Updates: Downloader greys and locks updates the image already carries (hotfix and MSIX) Updates: Resume interrupted update downloads Command line: Many upgrades, see /?, now prints help to the console or redirected output UI-Translation: Finnish language added, also thanks for Chinese Traditional (Matt), French (tistou77), Italian (clarensio), Russian (RDS), Swedish (1FF), Vietnamese (Vu Anh Vu) Fix Components: Containers removal breaking Apps deployment Components: Microsoft Account had leftovers when Easy Migrate is kept Image: Export to an existing WIM improvements, Append renamed to Merge Image: Improved 26H1 live removal support Image: No more 'X:\ not accessible' popup for certain drives during image scan Presets: Manual image refresh picks up presets added/removed outside the app Tweaks: Disabled visual-effect animations no longer return after first logon on a new profile Tweaks: Live Visual Effects toggles (animations, drag full windows, font smoothing) now apply correctly Download: NTLite 2026.06.11200 | 20.5 MB (Free, paid upgrade available) Link: NTLite Home Page | NTLite Features | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Ah. La Fontana De Incontinentia ! Bella ! Bella !
    • Hi everyone, I'm planning a small network upgrade and was wondering how others prepare their networks for future needs. Do you usually invest in higher-speed switches and better cabling from the start, or do you upgrade only when necessary? I'd be interested in hearing what has worked well for you and any lessons you've learned over time. Thanks!
  • Recent Achievements

    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
    • First Post
      carols23 earned a badge
      First Post
    • One Month Later
      Tom Willson earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      +Edouard
      257
    3. 3
      PsYcHoKiLLa
      151
    4. 4
      Steven P.
      93
    5. 5
      macoman
      67
  • Tell a friend

    Love Neowin? Tell a friend!