You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to mount an APFS Fusion Drive using this yet? You may want to look into how bcache implemented the binding of two devices into one for its cache system.
p.s. This is AFAIK the only Linux kernel filesystem module that supports easy automatic tiered filesystem, and it also have good feature parity with btrfs (too bad btrfs lacked tiering - it even struggles on top of bcache.) When this matures to the point of supporting both read/write access and Fusion Drive, I would seriously consider migrate my Linux boxes to this, as all of them have hybrid SSD and HDD setups, and bcache is wasteful for medium capacity SSD's.
Is it possible to mount an APFS Fusion Drive using this yet? You may want to look into how
bcacheimplemented the binding of two devices into one for its cache system.p.s. This is AFAIK the only Linux kernel filesystem module that supports easy automatic tiered filesystem, and it also have good feature parity with
btrfs(too badbtrfslacked tiering - it even struggles on top ofbcache.) When this matures to the point of supporting both read/write access and Fusion Drive, I would seriously consider migrate my Linux boxes to this, as all of them have hybrid SSD and HDD setups, andbcacheis wasteful for medium capacity SSD's.