archivemount

Rating: 
0
No votes yet

mounts an archive for access as a file system
archivemount is a FUSE based file system for Unix variants, including Linux.
Its purpose is to mount archives 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 maybe compressed,
transparent to other programs, without decompressing them.
The archive formats that archivemount supports are:
* old-style tar archives,
.
* most variants of the POSIX “ustar” format,
.
* the POSIX “pax interchange” format,
.
* GNU-format tar archives,
.
* most common cpio archive formats,
.
* ISO9660 CD images (with or without RockRidge extensions),
.
* Zip archives.
.
* two different variants of shar archives.
.
archivemount is FUSE (Filesystem in USErspace).

Application versions: 
AttachmentSizeDate
File archivemount_0.6.1-2_armel.deb20.57 KB05/08/2013 - 01:29
Changelog: 

archivemount (0.6.1-2) unstable; urgency=low

* Updated S-V to 3.9.2
* Changed Architecture field in debian/control file so the package compiles
only in linux specific architectures.
(Closes: Bug#613119)
* Change the dependency on fuse-utils to fuse (>=2.8.5-2). Since
fuse 2.8.5-2 fuse-utils package is only a transitional dummy package.
* Change debian/rules to keep a backup copy of config.guess in the
configure target which will be restored in the clean target, to keep
the diff.gz clean. Thanks to Sven Hoexter.