File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22title : MOUNT-ZIP
33section : 1
44header : User Manual
5- footer : mount-zip 1.9
6- date : July 2025
5+ footer : mount-zip 1.10
6+ date : August 2025
77---
88# NAME
99
@@ -48,7 +48,7 @@ working directory.
4848 encryption or compression method is unsupported.
4949
5050** -o precache**
51- : Preemptively decompress and cache the whole ZIP archives .
51+ : Preemptively decompress and cache the whole ZIP archive(s) .
5252
5353** -o cache=DIR**
5454: Use a different cache directory (default is ` $TMPDIR ` or ` /tmp ` ).
@@ -64,11 +64,11 @@ working directory.
6464
6565** -o notrim**
6666: Do not trim the base of the tree. Keep all the intermediate directories as
67- specified in the ZIP archive.
67+ specified in the ZIP archive(s) .
6868
6969** -o nomerge**
7070: Do not merge multiple ZIP archives on top of each other. Instead, create a
71- subdirectory for each ZIP inside the mount point.
71+ subdirectory for each ZIP archive inside the mount point.
7272
7373** -o nospecials**
7474: Hide special files (FIFOs, sockets, devices).
Original file line number Diff line number Diff line change 1+ 2025-08-03 François Degros <fdegros@chromium.org>
2+
3+ * Released mount-zip 1.10:
4+ - Can mount several ZIP archives, either on top of each other (by
5+ default), or next to each other (with the `-o nomerge` option)
6+ (https://github.com/google/mount-zip/issues/28)
7+ - Automatically trim as many directories as possible from the top
8+ of the tree
9+ - Add the `-o notrim` option for cases where no tree trimming is
10+ desired or necessary
11+
1122025-02-19 François Degros <fdegros@chromium.org>
213
314 * Released mount-zip 1.8:
4- - Use FUSE 3 by default
15+ - Use FUSE 3 by default (https://github.com/google/mount-zip/issues/26)
516
6172025-01-13 François Degros <fdegros@chromium.org>
718
You can’t perform that action at this time.
0 commit comments