Push-Nachrichten von MacTechNews.de
Würden Sie gerne aktuelle Nachrichten aus der Apple-Welt direkt über Push-Nachrichten erhalten?
Forum>Software>iMac24" mit 'diskutil mergePartitions' zwei Partitionen zusammen führen klappt nicht

iMac24" mit 'diskutil mergePartitions' zwei Partitionen zusammen führen klappt nicht

Flunki12.12.1717:16
Hallo liebe Leute,
ich bedarf mal der Hilfe. Auf meinem iMac 24" early 2008 ist El Capitan 10.11.6 und ich möchte die Partition 'Blank' disk0s4 zur großen Partition iMac HD disk0s2 hinzufügen, was leider nicht klappt. Was mach ich falsch bei der Eingabe?
Anbei das Terminalfenster:
Last login: Tue Dec 12 16:37:49 on console
Huberts-iMac:~ hubertkreft$ diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS iMac HD                 451.5 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
   4:                  Apple_HFS Blank                   650.0 MB   disk0s4
   5:       Microsoft Basic Data                         18.0 GB    disk0s5
   6:        Bios Boot Partition                         2.0 GB     disk0s6
Huberts-iMac:~ hubertkreft$ diskutil mergePartitions HFS+ El Capitan disk0s2 disk0s3
Usage:  diskutil mergePartitions [force] format name
        DiskIdentifier|DeviceNode DiskIdentifier|DeviceNode

Merge two or more pre-existing partitions into one.  The first disk parameter
is the starting partition; the second disk parameter is the ending partition;
this given range of two or more partitions will be merged into one.

All partitions in the range, except for the first one, must be unmountable.

All data on merged partitions other than the first will be lost; data on the
first partition will be lost as well if the "force" argument is given.

If "force" is not given, and the first partition has a resizable file system
(e.g. JHFS+), it will be grown in a data-preserving manner, even if a different
file system is specified (in fact, your file system and volume name parameters
are both ignored in this case). If "force" is not given, and the first
partition is not resizable, you will be prompted if you want to erase.

If "force" is given, the first partition is always formatted. You should
do this if you wish to reformat to a new file system type.

Merged partitions are required to be ordered sequentially on disk.
See diskutil list for the actual on-disk ordering; BSD slice identifiers
may in certain circumstances not always be in numerical order but the
top-to-bottom order given by diskutil list is always the on-disk order.

Ownership of the affected disk is required.

Example: diskutil mergePartitions JHFS+ NewName disk3s4 disk3s7
         This example will merge all partitions *BETWEEN* disk3s4 and disk3s7,
         preserving data on disk3s4 but destroying data on disk3s5, disk3s6,
         disk3s7 and any invisible free space partitions between those disks;
         disk3s4 will be grown to cover the full space if possible.
Huberts-iMac:~ hubertkreft$ 
0

Kommentare

HumpelDumpel
HumpelDumpel12.12.1717:43
Im Namen ist ein Leerzeichen - das musst du schon maskieren.
Ansonsten Achtung: Wie du unten im example siehst, wird das, was du vorhast "merge all partitions *BETWEEN*" disk0s2 und disk0s4 - also auch disk0s3
0
Boss
Boss12.12.1718:40
Der Befehl: diskutil mergePartitions HFS+ "El Capitan" disk0s2 disk0s4 disk0s3 Apple_Boot Recovery HD geht dann verloren!
0
HumpelDumpel
HumpelDumpel12.12.1721:55
Boss
Der Befehl: diskutil mergePartitions HFS+ "El Capitan" disk0s2 disk0s4
disk0s3 Apple_Boot Recovery HD geht dann verloren!
Sag ich doch...
0
Boss
Boss12.12.1722:14
Er hatte vor disk0s2 und disk0s4 zusammen zu bringen, hat aber disk0s2 disk0s3 im Befehl geschrieben, also nicht das was er wollte. diskutil erasevolume "Free Space" "Blank" /dev/disk0s4 entfernen die Partition
0
Flunki12.12.1722:41
Boss
stimmt, hab ich geändert >disk0s2 disk0s4mit dem gleichen Ergebnisdatei bin ich vorgegangen gemäß 'Usage:' siehe screen shot

HumpelDumpel,
bei welchem Namen sollte ich das Leerzeichen maskieren und was heißt maskieren (löschen)?

Vielen Dank erstmal für die Hinweise
0
Boss
Boss13.12.1708:44
Das solltest du kopieren diskutil mergePartitions HFS+ "El Capitan" disk0s2 disk0s4
0
Flunki13.12.1712:14
Boss
Danke Boss, hat geklappt, wieder was gelernt und schöne Weihnachten
0

Kommentieren

Diese Diskussion ist bereits mehr als 3 Monate alt und kann daher nicht mehr kommentiert werden.