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

    • AMD 26.6.2 driver brings FSR 4.1 support to RDNA 3 RX 7000 series graphics cards by Pulasthi Ariyasinghe A new driver is rolling out to Radeon graphics hardware owners, and alongside support for new games, AMD has just made its FSR 4.1 upscaling tech available to an entire generation of its products. Last month, AMD announced it is answering community requests to bring FSR 4.1 to past generations of its Radeon graphics cards. This would be starting with RDNA 3 RX 7000 products. Right on schedule, this is what's rolling out now with the AMD Software: Adrenalin Edition 26.6.2 driver containing official support for over 300 games. Following this, AMD is planning to bring out RDNA 2 (RX 6000 series) support for FSR 4.1 sometime in early 2027. As for the games, this Adrenalin 26.6.2 driver is a recommended install for anyone jumping into Ubisoft's upcoming Assassin's Creed Black Flag Resynced remake or id Software's DOOM: The Dark Ages' Revelations expansion. The two fixed issues in this release are these: Intermittent application crash or driver timeout may be observed while playing RoadCraft on Radeon™ RX 7000 series products. Purple screen may be displayed when using an HP Reverb G2 headset with SteamVR on Radeon™ RX 6000 series graphics products. The known issues AMD is still working on are the following: Intermittent application crash or driver timeout may be observed while playing Battlefield 6 on AMD Ryzen AI 9 HX 370. AMD is actively working on a resolution with the developer to be released as soon as possible. Texture flickering or corruption may appear while playing Battlefield 6 with AMD Record and Stream on some AMD graphics products. AMD FSR Upscaling and AMD FSR Frame Generation may show as inactive in AMD Software: Adrenalin Edition while playing Battlefield 6 when enabled on Radeon™ RX 9000 series graphics products. Failure to install may be observed while installing AI Bundle components in some regions with limited access to HuggingFace and GitHub. Model flickering or rendering failure may be observed in Maxon Cinema 4D and Blender on Radeon RX 7000 series and above graphics products. Users experiencing this issue are recommended to install AMD Software: Adrenalin Edition 26.3.1. Intermittent application crash may be observed on some models while running Blender on Radeon RX 7000 and above graphics products. Users experiencing this issue are recommended to install AMD Software: Adrenalin Edition 26.3.1. The newly released AMD Software: Adrenalin Edition 26.6.2 driver is now available for download from the AMD Software app. Find the official changelog here.
    • How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy —was $28 now FREE by Steven Parker Claim your complimentary copy (worth $28) of "How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy" for free, before the offer ends on June 30. Description In today’s workplace, headlines about artificial intelligence can feel overwhelming. With headlines swinging between promises of utopia and warnings of mass unemployment, for most knowledge workers, the truth feels unclear. In this book, Sharon Gai cuts through the noise. Drawing from real-world examples and global insights, she explains how AI is reshaping the way we work—without hype or fearmongering. Instead of choosing between blind optimism or outright pessimism, she offers a practical, balanced perspective that helps readers make sense of the rapidly evolving AI landscape. You’ll learn how to: Reskill and future-proof your career in the face of AI disruption Identify which parts of your role can be automated, and which require human creativity and judgment Use proven frameworks to evaluate AI’s impact on your work and your organization Apply actionable tips and tools to boost productivity, make smarter decisions, and do more with less Gain clarity as a parent, leader, or professional navigating what this means for the next generation Whether you’re an employee anxious about your future, a parent concerned about your children’s opportunities, or a leader managing a lean team with tight budgets, this book provides the strategies and mindset you need to adapt so you can stop worrying and start preparing. How to download for free Please ensure you read the terms and conditions to claim this offer. Complete and verifiable information is required in order to receive this free offer. If you have previously made use of these offers, you will not need to re-register. Was $28, but is now FREE | Below free offer link expires on June 30. How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy The below offers are also available for free in exchange for your (work) email: The Vibe Coding Playbook: Building Your Tech Business with AI ($35 Value) FREE - Expires 6/23 The Persuasion Engine: How Any Business Can Use AI-Powered Neuromarketing to Understand and Win Customers ($28 Value) FREE - Expires 6/24 How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy ($28 Value) FREE - Expires 6/30 Cloud Security Fundamentals: Building the Foundations for Secure Cloud Platforms ($131.95 Value) FREE - Expires 7/1 The Complete Free AI Learning: Master ChatGPT, Claude, Gemini & More ($21 Value) FREE How to Build an AI Design Workflow with Gamma ($21 Value) FREE The Ultimate Linux Newbie Guide – Featured Free content Python Notes for Professionals – Featured Free content Learn Linux in 5 Days – Featured Free content Quick Reference Guide for Cybersecurity – Featured Free content We post these because we earn commission on each lead so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin The above deal not doing it for you, but still want to help? Check out the links below. Check out our partner software in the Neowin Store Buy a T-shirt at Neowin's Threadsquad Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: An account at Neowin Deals is required to participate in any deals powered by our affiliate, StackCommerce. For a full description of StackCommerce's privacy guidelines, go here. Neowin benefits from shared revenue of each sale made through the branded deals site.
    • Microsoft admits one of the most crucial Outlook features is currently broken by Sayan Sen Microsoft is making some decent progress when it comes to Windows 11. Recently we have confirmed reports of some rather useful improvements landing in the next version of the OS, 26H2, wherein GPU driver TDR crashes may finally be fixed, plus the company is also allowing users to disable web content on the Search. On the Outlook front though things have not been so rosy. Last month in May we reported several problems affecting basic functionalities on the app. These included a problem where documents would open blank or corrupt themselves. Following that, Quick Steps, a very useful feature, would no longer work correctly, and finally, Microsoft acknowledged a problem wherein images would fail to load up properly inside the email. Microsoft had resolved those bugs later and almost exactly a month after we reported on them, the company has now admitted a new similarly basic issue, this time on Macs. Users recently started noticing that Outlook would no longer display email threads properly as the original message itself was not displayed. An affected user Tsoumpas, C (ngmb) nicely described the problem in a forum post they made on Microsoft's site. They wrote: "Description of the issue: After updating Outlook for Mac [Version 16.110 (26061317)] on 18/6/2026, replying to any email no longer includes the original message in the reply window. Prior to the update, replies correctly contained the original email text below my response. Expected behavior: The original message should be included in the reply, as in previous Outlook versions and according to the configured reply settings. Actual behavior: The reply window contains only a blank composition area (or only my response), with none of the original email text included." Obviously this must be a highly frustrating for users as noted by several in that thread. The post, at the time of writing, has also been upvoted by more than 40 users indicating that is a fairly widespread bug. Thankfully Microsoft seems to have acknowledged the problem right around that time as it opened a new issue on its official website. In the support article, the company recommends switching to Outlook for Mac from the legacy app, where the problem appears to be happening.
    • PotPlayer 260622 by Razvan Serea PotPlayer is an extremely light-weight multimedia player for Windows. It feels like the KMPlayer, but is in active development. Supports almost every available video formats out there. PotPlayer contains internal codecs and there is no need to install codecs manually. Other key features include WebCam/Analog/Digital TV devices support, gapless video playback, DXVA, live broadcasting. Distinctive features of the player is a high quality playback, support for all modern video and audio formats and a built DXVA video codecs. A wide range of subtitles are supported and you are also able to capture audio, video, and screenshots. A comprehensive video and audio player, that also supports TV channels, subtitles and skins. Its been described on the Internet as The KMPlayer redux, and it pretty much is. Daum PotPlayer 260622 (1.7.22963) changelog: Removed Kakao TV Added pause function when navigating via the navigation bar Significantly improved internal stability Fixed an issue where colors appeared strange during RGB24 processing Improved playback for some HTTP streams Improved sync processing for the built-in audio renderer Fixed an issue where certain MP4 files behaved abnormally during playback Download: Daum PotPlayer (64-bit) | 54.7 MB (Freeware) Download: Daum PotPlayer (32-bit) | 61.1 MB View: Daum PotPlayer Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      tuben earned a badge
      Dedicated
    • Week One Done
      mnsgroup earned a badge
      Week One Done
    • Conversation Starter
      sumytbe earned a badge
      Conversation Starter
    • One Year In
      B4dM1k3 earned a badge
      One Year In
    • One Year In
      DarkWun earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      522
    2. 2
      +Edouard
      199
    3. 3
      PsYcHoKiLLa
      94
    4. 4
      Michael Scrip
      82
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!