
For decades, data trapped on Amiga hard disks and images has lingered in a kind of digital limbo. Enthusiasts could boot emulators, wire up aging hardware, or wrestle with incomplete tools, but there was no seamless way to browse those volumes from a modern desktop. That changes with amifuse, a new project that brings native access to Amiga filesystems to Linux and macOS through a clever fusion of emulation and a user‑space filesystem layer, as reported by OSNews. Amifuse takes an unusually purist approach. Instead of re‑implementing Amiga filesystems, it runs the original 68k filesystem handlers—most notably Professional File System 3 (PFS3)—inside a tiny emulated Amiga environment, then exposes them via a standard filesystem interface on modern systems. To the user, an Amiga hard‑disk image simply mounts like any other external drive, ready to be explored in a file manager or terminal window. The choice of PFS3 is significant. In the 90s, as Amiga users pushed into larger drives and more demanding workloads, they increasingly abandoned Commodore’s own filesystems in favor of third‑party options like PFS3, prized for speed and robustness. Linux never gained native support for this format, which meant countless “modern” Amiga setups remained opaque to today’s machines. By wrapping the authentic driver, amifuse promises far better compatibility with real‑world disks than clean‑room parsers ever could. This new bridge between eras does come with temporary caveats. Amifuse currently targets power users willing to compile from source and install the necessary filesystem framework themselves. Performance is also a work in progress: the emulated driver can feel sluggish, and aggressive indexing by desktop search tools may peg a CPU while scanning a mounted volume. For now, it focuses on disk images rather than directly attached hardware, so users must image their old drives before mounting. Even with those limitations, the implications are clear. Long‑lost demos, music modules, graphics projects, and personal archives stored on PFS3 volumes are no longer locked behind obsolete hardware. Instead, they sit a single mount command away, reminding the modern desktop world that one of the most experimental home computers of the late twentieth century still has stories left to tell













