1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-08 09:37:45 +02:00

Update proxmox.md

This commit is contained in:
Marten 2020-11-30 10:55:38 +01:00 committed by GitHub
parent f20d864f86
commit 93e41e7982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@ Enlarge a disk by using:
`qm resize <vmid> <vm-disk-to-enlarge> <size>` `qm resize <vmid> <vm-disk-to-enlarge> <size>`
For example: For example:
`qm resize 100 ide0 +100G` `qm resize 100 ide0 +100G`
After that grow the filesystem as described in [linux/disk-management.md]. After that grow the filesystem as described in [linux/disk-management.md] .
## PCI/GPU passthrough ## PCI/GPU passthrough
To use GPUs or other PCI devices you need to work with PCI passthrough. To use GPUs or other PCI devices you need to work with PCI passthrough.
For documentation you can look in the [Proxmox wiki](https://pve.proxmox.com/wiki/Pci_passthrough). For documentation you can look in the [Proxmox wiki](https://pve.proxmox.com/wiki/Pci_passthrough).
There is also an[article](https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough) There is also an [article](https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough)
on reddit, that focusses especially on windows 10 VMs with GPU passthrough. on reddit, that focusses especially on windows 10 VMs with GPU passthrough.