ZIPFS(4) ZIPFS(4)
NAME
zipfs - mount zip archive
SYNOPSIS
mount { zip/zipfs [ -dDp ] zipfile } mtpt
DESCRIPTION
Zipfs makes the contents of zipfile available in the file
system, for reading. Zipfs serves the styx protocol on its
file descriptor 0.
Options
-d Print debugging information. A second -d increases
output.
-D Print a trace of styx messages.
-p Read uncompressed files in the zip file more effi-
ciently. The downside is that checksums are not
checked.
SOURCE
/appl/cmd/zip/zipfs.b
/appl/lib/zip.b
/module/zip.m
SEE ALSO
getzip(1), zipstream(1).
BUGS
Zip64 extensions are not supported.
Encrypted archives are not supported.
Only uncompressed and deflate-compressed files are sup-
ported.
Page 1 Plan 9 (printed 10/27/25)