Festplatte unter Linux vergrößern
- Install cfdisk (apk add cfdisk)
- Use it to expand partition (just run cfdisk and it pretty intuitive)
- Install e2fsprogs-extra
- run
resize2fs /dev/sda*
to expand the file system (substitute * with partition that you want to expand)