Earlier quoted context omitted.
Some amount of that might be coming from Windows Defender and similar, but yeah NTFS isn't exactly a speed demon.
Nothing particularly wrong with NTFS, it's Windows filesystem architecture that is slow.
Windows on Btrfs
51–60 of 286 posts
Re: Windows on Btrfs
#52Haha wow that is so ridiculous it's awesome. Seeing both the Linux root and Windows root with Program Files living right next to usr, etc. is _wild_. Very cool hack!
Given there's now native NTFS support in the Linux kernel, you could also do that that the other way around.
Re: Windows on Btrfs
#53I've always thought filesystem compatibility between OSes should be a priority. Moreover, I've never understood why Microsoft developed ReFS instead of adopting ZFS.
Re: Windows on Btrfs
#54https://en.m.wikipedia.org/wiki/Installable_File_System
Although I'm sure that Windows would have some issues with that as XP was the last version that let you boot off of FAT32
I remember it being not too difficult to boot Vista and 7 from FAT32, although the official installer wouldn't let you.
Re: Windows on Btrfs
#55Speaking of Windows storage drivers, years ago, I managed to get Windows to boot and run entirely in RAM using some fairly obscure tools from the reboot.pro forums. I always wanted to have an immutable Windows system that I could manage like cattle. Unfortunately, setting up such a system was extremely complicated and a manual process. I am aware that Windows now has a driver called UWF that functions a bit like an o…
Re: Windows on Btrfs
#56I am sure this will break the second time you run Windows Update.
> I am sure this will break the second time you run Windows Update. Then you are confidently wrong, because Windows Update rarely (if ever) touches the bootloader, while this is the main innovation of the WinBTRFS project.
I am sure your custom bootloader will not be overwritten. All types of hell can happen, borking the entire installation -- and your bootloader will still be perfectly fine.
Re: Windows on Btrfs
#57Too bad the article doesn't talk about performance vs NTFS. Any quick and dirty comparative benchmark would have been nice. But then again, If BTRFS had been slower than NTFS it could have been due to a suboptimal (re)implementation.
This is due to file system filter [drivers], not the file system. NTFS is perfectly fine and performs well.
Re: Windows on Btrfs
#58I've always thought filesystem compatibility between OSes should be a priority. Moreover, I've never understood why Microsoft developed ReFS instead of adopting ZFS.
If Linus is afraid of Oracle, MS should definitely be afraid
Re: Windows on Btrfs
#59Interesting, I would've expected more Windows software to just assume NTFS with some fallbacks for (ex)fat given how there haven't really been any other options for quite some time. How stable is Btrfs these days? Remember reading years ago that it was bad about spontaneously corrupting itself for no apparent reason. Curious if something similar is possible with ZFS.
File systems are drivers and user space software shouldn’t really see the difference.
Re: Windows on Btrfs
#60Haha wow that is so ridiculous it's awesome. Seeing both the Linux root and Windows root with Program Files living right next to usr, etc. is _wild_. Very cool hack!
Given there's now native NTFS support in the Linux kernel, you could also do that that the other way around.