resize disk note

master
Jeff Moe 6 years ago
parent dbfc251c8b
commit bce1765ca8

@ -19,6 +19,18 @@ See:
../sharkfork-bootstrap/forksand-sf-proxmox
##############################################################################
unlock example:
# unlock example:
qm unlock 102
##############################################################################
# Resize disk:
apt install parted
# Delete partition, create new one new full size, write.
fdisk /dev/FOO
# Re-read partition table
parprobe -s
# Resize filesystem
resize2fs -p /dev/FOO
##############################################################################

Loading…
Cancel
Save