1fuse-zip(1)     FUSE filesystem to read and modify ZIP archives    fuse-zip(1)
2
3
4

NAME

6       fuse-zip - a FUSE filesystem for zip archives with write support
7

SYNOPSIS

9       fuse-zip [options] zip-file mount-point
10

OPTIONS

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
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

DESCRIPTION

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 that all known implementations
39       on large archives with many files.
40

USAGE

42       General usage would look like this
43
44
45       1   mkdir /tmp/zipArchive
46       2   fuse-zip foobar.zip /tmp/zipArchive
47       3   (do something with the mounted file system)
48       4   fusermount -u /tmp/zipArchive
49
50       Be patient. Wait for fuse-zip process finish  after  unmounting,  espe‐
51       cially on a big archives.
52

FILES

54       /var/log/user.log
55              see this file in case any errors occur
56

SEE ALSO

58       fusermount(1).
59

LICENSE

61       This is Free Software; this software is licensed under the LGPL version
62       3, as published by the Free Software Foundation, or later.  There is NO
63       warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
64       POSE.
65

AUTHORS

67       Alexander Galanin <al@galanin.nnov.ru> http://galanin.nnov.ru/~al
68       This manual page was originally written by  Kirill  Zaitsev  <teferiin‐
69       cub@gmail.com>. Updated by Alexander Galanin.
70
71
72
73
74
75FUSE filesystem to read and modifyJaZnIuParayrc2h0i1v0es                    fuse-zip(1)
Impressum