GitHub - reinauer/amifuse: Native AMIGA filesystems on macOS / Linux with FUSE
github.com·5d·
Discuss: Hacker News
🍎Apple Archive
Preview
Report Post

amifuse

Mount Amiga filesystem images on macOS/Linux using native AmigaOS filesystem handlers via FUSE.

amifuse runs actual Amiga filesystem drivers (like PFS3) through m68k CPU emulation, allowing you to read Amiga hard disk images without relying on reverse-engineered implementations.

Requirements

  • macOS: macFUSE (or FUSE for Linux)
  • Python 3.9+
  • 7z: Required for make unpack (install via brew install p7zip on macOS)
  • A filesystem handler: e.g. pfs3aio (or use make download)

Installation

# Clone the repository with submodules
git clone --recursive https://github.com/reinauer/amifuse.git
cd amifuse

# Or if already cloned, initialize submodules
git submo...

Similar Posts

Loading similar posts...