Ich bin erstmal dieser Anleitung gefolgt
http://ubuntuforums.org/showthread.php?t=1389429
1 Run parted on your device: parted /dev/sdX
2 Change display unit to sectors: unit s
3 Print current partition table and note the start sector for your partition: p
4 Delete your partition (won't delete the data or filesystem): rm <number>
5 Recreate the partition with the starting sector from above: mkpart primary <start> <end>
6 Exit parted: quit
7 Check the filesystem: sudo e2fsck -f /dev/sdXX
8 Resize filesystem: sudo resize2fs /dev/sdXX
Ist das so richtig wie es dort steht?
--------------------------------------------------------------------------------------------------------------------------
Ich möchte Partition 2 von 200 GiB auf 300 GiB vergrößern.
(parted) p
Modell: ATA WDC WD15EARX-00Z (scsi)
Festplatte /dev/sda: 1500GB
Sektorgröße (logisch/physisch): 512B/4096B
Partitionstabelle: gpt
Disk Flags:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 2048s 25167871s 25165824s ext4 Linux filesystem
2 25167872s 444598271s 419430400s ext4
Bzw. mit unit=GiB:
Nummer Anfang Ende Größe Dateisystem Name Flags
1 0,00GiB 12,0GiB 12,0GiB ext4 Linux filesystem
2 12,0GiB 212GiB 200GiB ext4