Skip to content

Instantly share code, notes, and snippets.

View syl3n7's full-sized avatar
๐Ÿ 
Working from home

syl3n7 syl3n7

๐Ÿ 
Working from home
View GitHub Profile
@andrewnk
andrewnk / gist:ecba8448b5009eaa3ae1433c549d881d
Created July 20, 2021 01:01
Resize partition in alpine
# after the virtual disk has already been expanded (e.g. in proxmox)
apk add --no-cache cfdisk e2fsprogs-extra
# choose partition then "Resize" > "Write" (to finalize)
cfdisk
# replace * with partition you are resizing
resize2fs /dev/*