Accessing LUKS and ext4 drives from macOS
Summary
This article provides a practical method to access LUKS-encrypted, ext4 drives from macOS by running a minimal Ubuntu VM via QEMU. The approach keeps data inside a VM, decrypts and mounts inside Linux, and transfers files back to macOS with rsync over SSH, highlighting caveats and potential improvements.