Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

From crates.io

cargo install clean-mount

From git

git clone <repo-url>
cd clean-mount
cargo build --release
./target/release/clean-mount --help

From source (local install)

After cloning, install the binary to ~/.cargo/bin/:

cd clean-mount
cargo install --path .
clean-mount --help

Docker

docker build -t clean-mount .

Requirements

  • Linux: fuse3 runtime (sudo apt install fuse3 or equivalent). No development headers needed to run.
  • macOS: macFUSE