table of contents
- testing 6.0.5-8
- unstable 6.0.5-8
- experimental 6.22.0-1~exp1
| Incus - Command line client(1) | Incus - Command line client(1) |
NAME¶
incus-storage-volume-file-mount - Mount files from custom storage volumes
SYNOPSIS¶
incus storage volume file mount [:] [] [flags]
DESCRIPTION¶
Description:
Mount files from custom storage volumes.
If no target path is provided, start an SSH SFTP listener instead.
OPTIONS¶
--auth-user="" Set authentication user when using SSH SFTP listener
--listen="" Setup SSH SFTP listener on address:port instead of mounting
--no-auth[=false] Disable authentication when using SSH SFTP listener
OPTIONS INHERITED FROM PARENT COMMANDS¶
--debug[=false] Show all debug messages
--force-local[=false] Force using the local unix socket
-h, --help[=false] Print help
--project="" Override the source project``
-q, --quiet[=false] Don't show progress information
--sub-commands[=false] Use with help or --help to view sub-commands
-v, --verbose[=false] Show all information messages
--version[=false] Print version number
EXAMPLE¶
incus storage volume file mount mypool myvolume localdir
To mount the storage volume myvolume from pool mypool onto the local directory localdir.
incus storage volume file mount mypool myvolume
To start an SSH SFTP listener for the storage volume myvolume from pool mypool.
SEE ALSO¶
incus-storage-volume-file(1)
HISTORY¶
28-Feb-2026 Auto generated by spf13/cobra
| Feb 2026 | Auto generated by spf13/cobra |