zmount

command module
v0.0.0-...-d46e842 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

zmount

A Fuse filesystem for compressed files. The tool currently supports Zip files in read-only mode.

Usage

  -m string
        directory to mount compressed file
  -o string
        mount option values are comma separated combination of [r,w,f] (default "r")
  -stop
        stop and unmount
  -z string
        path to compressed file
Usage examples
To mount zip file in read-only mode

The command runs as a daemon. Path to trace/debug logs under /tmp/ look for /tmp/zmount*.log

zmount -m /path/to/mount/dir -z /path/to/zip/file
To unmount and stop the daemon
zmount -m /path/to/mount/dir -stop
To mount zip file in read-only mode and run in forground
zmount -m /path/to/mount/dir -z /path/to/zip/file -o r,f

Press ctrl-c to stop the process. Or send SIGINT to unmount and exit.

Work In Progress

  • Work in progress to support writes / updates

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
zfs
zip

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL