archivemount | |
---|---|
Original author(s) | Andre Landwehr |
Developer(s) | Andre Landwehr |
Initial release | 2005 |
Final release | 0.9.1 / 20 April 2020 |
Repository | |
Written in | C |
Operating system | Unix-like |
Successor | Archivemount-ng |
Type | Special file system |
License | LGPL |
Website | www |
archivemount is a FUSE-based file system for Unix variants, including Linux. Its purpose is to mount archives (e.g. tar, tar.gz, etc.) to a mount point where it can be read from or written to as with any other file system. This makes accessing the contents of the archive, which may be compressed, transparent to other programs, without decompressing them. Archivemount depends on libarchive and will support any format that is supported by libarchive. [1]
Archivemount was created in 2005 and maintained until his death in 2020 by Andre Landwehr, a code developer based in Germany. [2] [3]
An annonymous Polish code developer who goes by the handle "Nabijaczleweli" announced in June 2024 that they had forked the project and is the maintainer of the new Archivemount-ng project, the successor to Archivemount. That person ported the code to C++ and fixed most of the Archivemount bugs that had accumulated since 2020. [4] [5] Debian unstable, [6] OpenSUSE, [7] and MacPorts [8] had replaced archivemount with archivemount-ng by mid-2025.
The most recently released version of Archivemount-ng is version "1b" that was released in June 2025. [9]