Files
cheatsheet-tldr/tldr/linux/pvesm
2025-08-11 00:23:05 +00:00

26 lines
481 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`