mount

command
v0.0.0-...-ba0b20d Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2026 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

`mount` manages filesystem mounts.

Main subcommands: - `list` shows mounted filesystems. - `add` mounts a device on a mount point. - `remove` unmounts a mount point.

Example usage: ```sh mount list mount add /dev/sda1 /mnt/data --type ext4 mount remove /mnt/data ```

Note: - Mount operations usually require elevated privileges.

Jump to

Keyboard shortcuts

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