[manual index][section index]

NAME

zipfs - mount zip archive

SYNOPSIS

mount { 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 efficiently. The downside is that checksums are not checked.

SOURCE

/appl/cmd/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 supported.

ZIPFS(4 ) Rev:  Wed Feb 22 04:14:06 GMT 2023