Linux – Partition und Filesystem online erweitern

Partition vergrößern:

sudo parted /dev/sdX
(parted) resizepart 1
Warning: Partition /dev/sdb1 is being used. Are you sure you want to continue?
Yes/No? yes
End? 100%

Mit „q“ speichern, danach:

sudo resize2fs /dev/sdbX