diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-19 22:02:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-19 22:02:32 +0700 |
commit | 22f08a230e38474aea00dd48dfdb16bfb62faa1c (patch) | |
tree | 9de39dc33c10b2f743536815a34d63c4ff90fbf0 /system/archivemount/README | |
parent | 1194a92dc1261fd210bd2fca987483eb6a2e6c6d (diff) |
system/archivemount: Added (mounts an archive as a file system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/archivemount/README')
-rw-r--r-- | system/archivemount/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/archivemount/README b/system/archivemount/README new file mode 100644 index 0000000000000..51d606e0fe8c1 --- /dev/null +++ b/system/archivemount/README @@ -0,0 +1,9 @@ +archivemount (mounts an archive for access as a file system) + +archivemount is a FUSE based file system. Its purpose is to mount an +archive on 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. + +Supported archive formats: tar, pax, cpio, iso9660 (CD-ROM) images, zip, shar. |