Reading an APFS disk in Aurora

Hi!

How would I go about reading an APFS drive in Aurora. GitHub - linux-apfs/linux-apfs-rw: APFS module for linux, with experimental write support doesn’t look super friendly for immutable systems. I’m fine with layering but not building.

Solved. If someone else looks for a solution:

  • rpm-ostree install apfs-fuse
  • mkdir /home/username/mnt/apfs/
  • lsblk -t
  • sudo apfs-fuse -o allow_other /dev/sdb2 /home/username/mnt/apfs/
  • sudo umount /var/home/username/mnt/apfs

I guess layering is the way to go? apfs-fuse is not in Homebrew as it’s mac centric.

1 Like