Linux Partition zusammenführen unter Windows?

Ich habe mit dem AOMEI Partitionsmanager meine SD-Karte mit 16GB aus meinem Raspberri geklont auf einen SD Karte mit 64 Gig. Jetzt sind da aber noch 44,64 Gig frei bzw. nicht zugeordnet.

Ich habe nur einmal die Boot Partition FAT32 und die 14,33 Gig Ext4 als Primäre. Jetzt habe ich versucht die Leere Partition anzuwählen und auf Partitionen zusammenführen geklickt aber ich kann da nichts zusammenführen, weil es ausgegraut ist. Ich könnte nur eine neue Partition erstellen, was ich eigentlich nicht möchte.

Oder gibt es die Möglichkeit das ganze auch in Linux auf meinem Raspberri zu partitionieren, also das Freie zu dem belegten hinzufügen?

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
9 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
davegarten
6 months ago

Can’t you just delete the “not assigned” space, and then enlarge the 14.3 GB partition to the end of the drive?

For this purpose, a deletion is not even necessary, since “not assigned” may not correspond to any partition entry, but is only an interpretation of this graphic partitioning tool.

At any rate: First data backups… if something goes wrong, you will otherwise lose 14.3 GB of data within fractions of seconds, if there is something important in this partition. There are partition fix tools, but if they can really help you, it’s not safe.

davegarten
5 months ago
Reply to  herzgefuehle

Try “parted” on Linux on the commandline as root. If you have no Linux bootable, you can boot a Knoppix from a USB stick.

Here’s a tutorial on how to do it.

https://www.tecmint.com/parted-command-create-linuxpartitions/

First stop using “print” to find out how the device is. Shouldn’t be difficult.

davegarten
5 months ago

The problem is probably that your GUI tool cannot respect Ext4.

Under Linux, you would have to increase the Ext4 file system in the now enlarged partition with “resize2fs” after resizing the partition.

Thomasg
5 months ago

You don’t run Linux partitions on Windows!

start the pi with the sd card and then call the program there

raspi-config

up. There is an option to enlarge the partition.

KainaMora
3 months ago

Click the Ext4 partition and then move/enlarge the Partition function to change the size of the partition to the size you want.