1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-29 20:54:31 +02:00
tldr/pages/linux/qm-disk-rescan.md
Dylan d9ce58b101
qm-{disk-rescan,guest-cmd}: add Dutch translation (#17794)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-08-25 20:28:46 +02:00

16 lines
500 B
Markdown

# qm disk rescan
> Rescan all storages and update disk sizes and unused disk images of virtual machines.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Rescan all storages and update disk sizes and unused disk images:
`qm {{[di|disk]}} {{[resc|rescan]}}`
- Perform a dry-run of a rescan and do not write any changes to configurations:
`qm {{[di|disk]}} {{[resc|rescan]}} --dryrun`
- Specify a virtual machine by its ID:
`qm {{[di|disk]}} {{[resc|rescan]}} --vmid {{100}}`