reordered and renamed for wikidocs
This commit is contained in:
10
documents/alpine/alpine_resize_disk/content.md
Executable file
10
documents/alpine/alpine_resize_disk/content.md
Executable file
@@ -0,0 +1,10 @@
|
||||
after the virtual disk has already been expanded (e.g. in proxmox)
|
||||
```bin
|
||||
apk add --no-cache cfdisk e2fsprogs-extra
|
||||
|
||||
# choose partition then "Resize" > "Write" (to finalize)
|
||||
cfdisk
|
||||
|
||||
# replace * with partition you are resizing
|
||||
resize2fs /dev/sda3
|
||||
```
|
||||
Reference in New Issue
Block a user