|
|
@ -13,13 +13,13 @@ 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 (100G is 100GibiByte):
|
|
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
```shell
|
|
|
|
qm resize 100 ide0 +100G
|
|
|
|
qm resize 100 ide0 +100G
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
After that grow the filesystem as described in [the disk-management article](linux/disk-management.md).
|
|
|
|
After that grow the filesystem as described in [the disk-management article](disk-management.md).
|
|
|
|
|
|
|
|
|
|
|
|
## VM passthrough
|
|
|
|
## VM passthrough
|
|
|
|
|
|
|
|
|
|
|
|