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