mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 18:47:45 +02:00
- main wiki folder added - removed partition into software-types - thinking about partition by software/general
651 B
651 B
Proxmox
Proxmox is an environment for virtual machines and containers.
Disk Management
Enlarging disk of a VM
SSH into Proxmox.
Enlarge a disk by using:
qm resize <vmid> <vm-disk-to-enlarge> <size>
For example:
qm resize 100 ide0 +100G
PCI/GPU passthrough
To use GPUs or other PCI devices you need to work with PCI passthrough. For documentation you can look in the Proxmox wiki. There is also an article on reddit, that focusses especially on windows 10 VMs with GPU passthrough.