| > The only current issue with ext4 that I found was https://dev.haiku-os.org/ticket/16392 A 3 year old ticket with only one reproduction from 2 years ago, and it appears to have been fixed in the interim, and now the ticket has been closed by the main developer of the ext2/3/4 driver. I wouldn't be too worried about that. > I don't think I will be plugging in my primary backup drive just yet That's probably a good idea anyway. > but at least it can now deal with journaling on ext4, progress. I think it's supported journaling for many years, I don't believe that to be a new feature. > ZFS and Btrfs both are very good these days? We don't support ZFS at all, and btrfs support is read-only (there's experimental write support but it's disabled in default builds still, I think.) > Can linux mount the Haiku version of BFS? Yes, read-only with the upstream Linux driver. There is a way to get read-write support with Haiku's driver under FUSE, however it's not very performant to say the least. |