https://reactos.org/blogs/gsoc-2018-booting-btrfs-works
So, right now ReactOS is able to boot from BTRFS partition and it is in quite stable state. But there are a lot of problems left:
- Pagefile cannot be created on such partition. Our paging implementation is different from Windows one and requires extra functions in FS driver to be implemented.
- Errors during some write operations. For example, it is not able to install Git right now. Will need to investigate this.
- Occasional BSODs during shutdown. This problem is already tracked down, seems like nobody tried to use WinBtrfs as boot driver before
More PRs to upstream are expected next week.
Comment