quibble icon indicating copy to clipboard operation
quibble copied to clipboard

Ext4 support?

Open kinooyume opened this issue 5 years ago • 7 comments

Hi, thank you for this projet! I wanted to ask if a Ext4 support is plan and if I can help with that ? In a dual boot with Linux cenario, even if btrfs is already a good alternative to ntfs.

kinooyume avatar Feb 14 '20 10:02 kinooyume

The bootloader supports all filesystems with EFI drivers. I'm not sure if they have to support writes. If not, rEFInd includes a collection of several RO EFI filesystem drivers, including ext4. The bigger issue is Windows support, not bootloader support. If there is an ext4 driver for Windows anywhere near as complete as WinBtrfs, I'm not aware of it.

leo60228 avatar Feb 14 '20 13:02 leo60228

Note that ReactOS includes an incomplete ext4 driver that can be booted from with some patches to other parts of the system. As ReactOS's btrfs driver is a port of WinBtrfs, perhaps the reverse could be done?

leo60228 avatar Feb 14 '20 13:02 leo60228

Ah, there's https://github.com/matt-wu/Ext3Fsd which has complete support for ext2 and partial support for ext3/ext4. I'm not sure if even ext2 supports enough Windows features to boot from, though. You could try it with an ext2 filesystem and rEFInd's ext2 driver?

leo60228 avatar Feb 14 '20 13:02 leo60228

@leo60228 is correct. Booting from ext4 might well work already, but the issues are whether the EFI driver is good enough (which it probably is), and whether the Windows driver is good enough (which it probably isn't).

@leo60228 - calling ReactOS's version of my driver a "port" is stretching it a bit - they've just commented out bits of the code that don't work yet on their system.

maharmstone avatar Feb 15 '20 13:02 maharmstone