21 lines
389 B
Markdown
Raw Normal View History

# pvesm
> Manage Proxmox storage.
> More information: <https://pve.proxmox.com/pve-docs/pvesm.1.html>.
- Get status for all datastores:
`pvesm {{[st|status]}}`
- List storage contents:
`pvesm {{[l|list]}} {{storage_name}}`
- Add a directory storage:
`pvesm add {{[d|dir]}} {{storage_name}} --path {{path/to/directory}}`
- Remove a storage:
`pvesm {{[r|remove]}} {{storage_name}}`