updated
This commit is contained in:
@@ -3,10 +3,14 @@
|
|||||||
after the virtual disk has already been expanded (e.g. in proxmox)
|
after the virtual disk has already been expanded (e.g. in proxmox)
|
||||||
```bash
|
```bash
|
||||||
apk add --no-cache cfdisk e2fsprogs-extra
|
apk add --no-cache cfdisk e2fsprogs-extra
|
||||||
|
```
|
||||||
|
|
||||||
# choose partition then "Resize" > "Write" (to finalize)
|
# choose partition then "Resize" > "Write" (to finalize)
|
||||||
|
```bash
|
||||||
cfdisk
|
cfdisk
|
||||||
|
```
|
||||||
|
|
||||||
# replace * with partition you are resizing
|
# replace * with partition you are resizing
|
||||||
|
```bash
|
||||||
resize2fs /dev/sda3
|
resize2fs /dev/sda3
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user