Zum Inhalt springen

Festplatte unter Linux vergrößern

Aus LHlab Wiki
  1. Install cfdisk (apk add cfdisk)
  2. Use it to expand partition (just run cfdisk and it pretty intuitive)
  3. Install e2fsprogs-extra
  4. run resize2fs /dev/sda* to expand the file system (substitute * with partition that you want to expand)