Ich habe ein Problem mit einer Partition. Ich möchte diese erweitern, sodass sie den gesamten Platz der Festplatte
nutzt. Gemounted ist sie als sdb1 unter /media/storage... Hier mal die Ausgabe von lsblk:
Code: Alles auswählen
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
fd0 2:0 1 4K 0 disk
sda 8:0 0 50G 0 disk
├─sda1 8:1 0 47,9G 0 part /
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 2,1G 0 part [SWAP]
sdb 8:16 0 2T 0 disk
└─sdb1 8:17 0 250G 0 part /media/storage
sr0 11:0 1 1024M 0 rom
die alte Größe fest:
Code: Alles auswählen
Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
GPT PMBR size mismatch (524287999 != 4294967295) will be corrected by w(rite).
GPT PMBR size mismatch (524287999 != 4294967295) will be corrected by w(rite).
Command (m for help): p
Disk /dev/sdb: 2 TiB, 2199023255552 bytes, 4294967296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 11F63CE2-7B54-4F41-A219-BE7DE324BED7
Device Start End Sectors Size Type
/dev/sdb1 2048 524287966 524285919 250G Linux filesystem
Command (m for help): d
Selected partition 1
Partition 1 has been deleted.
Command (m for help): n
Partition number (1-128, default 1): 1
First sector (2048-524287966, default 2048):
Last sector, +sectors or +size{K,M,G,T,P} (2048-524287966, default 524287966):
Created a new partition 1 of type 'Linux filesystem' and of size 250 GiB.
Command (m for help): ^C
Gruß, Christoph