1fuse-zip(1) FUSE filesystem to read and modify ZIP archives fuse-zip(1)
2
3
4
6 fuse-zip - a FUSE filesystem for zip archives with write support
7
9 fuse-zip [options] zip-file mount-point
10
12 -h print help
13
14 -V print version
15
16 -r open archive in read-only mode
17
18 -o opt[,opt...]
19 mount options (refer to mount.fuse(8) for details)
20
21 -f don't detach from terminal
22
23 -d turn on debugging, also implies -f
24
25 If you want to specify character set conversion for file names in ar‐
26 chive, use the following fusermount options:
27
28 -omodules=iconv,from_code=$charset1,to_code=$charset2
29
30 See FUSE documentation for details.
31
33 fuse-zip is a FUSE filesystem, that enables any program to work with a
34 ZIP archive as though it is a plain directory. Unlike KIO or Gnome
35 VFS, it can be used in any application without modifications.
36
37 Unlike other FUSE filesystems, only fuse-zip provides write support to
38 ZIP archives. Also, fuse-zip is faster than all known implementations
39 on large archives with many files.
40
41 Since version 0.3.0 fuse-zip has support for absolute and parent-rela‐
42 tive paths in file names, but only in read-only mode (-r command line
43 switch). Absolute paths are displayed under "ROOT" directory, every
44 ".." in path replaced by "UP" in directory name and "normal" files are
45 placed under "CUR" directory.
46
47 Support for UNIX file permissions and owner information has been added
48 in version 0.4.0. See PERMISSIONS for details.
49
50 Since version 0.5.0 fuse-zip forces open in read-only mode if archive
51 file or its parent directory is not writable.
52
53
55 General usage would look like this
56
57
58 1 mkdir /tmp/zipArchive
59 2 fuse-zip foobar.zip /tmp/zipArchive
60 3 (do something with the mounted file system)
61 4 fusermount -u /tmp/zipArchive
62
63 Be patient. Wait for fuse-zip process finish after unmounting, espe‐
64 cially on a big archives.
65
67 Access check will not be performed unless -o default_permissions mount
68 option is given.
69
71 /var/log/user.log
72 see this file in case any errors occur
73
75 fusermount(1), mount.fuse(8).
76
78 This is Free Software; this software is licensed under the GPL version
79 3, as published by the Free Software Foundation, or later. There is NO
80 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
81 POSE.
82
84 Alexander Galanin <al@galanin.nnov.ru> http://galanin.nnov.ru/~al
85 This manual page was originally written by Kirill Zaitsev <teferiin‐
86 cub@gmail.com>. Updated by Alexander Galanin.
87
88
89
90
91FUSE filesystem to read and modifyDeZcIePmbaerrch2i0v1e8s fuse-zip(1)