macOS non mi permette di riallocare lo spazio libero!

1

Avevo due partizioni sul mio Mac, entrambi avevano su MacOS installato come risultato, entrambi avevano una partizione di ripristino, ora ho eliminato una causa perché è stata danneggiata a causa di alcuni script che ho eseguito.

Ora mac ha solo una partizione che è il volume di avvio.

Il problema è che la partizione precedente ha creato uno spazio libero dopo averla rimossa e non è assegnata a nessuno, ora quando provo a eliminare lo spazio libero, Utility Disco non riesce a eseguire l'operazione!

Entrambiipartitonshannoanchecreatounacartellapubblica,dicuinonsomoltoperchénonl'homaicreata,orailproblemaècosadovreifareconquestacartellapubblicadovreirimuoverladallemiepreferenzedisistemaodovreitenerenonsocosapotrebbeaccadere/esserecancellatoselorimuovodalmioiMac!

Quindifondamentalmentesonoemersidueproblemicomeconseguenzadellacorruzioneel'esecuzionediunoscriptpersonalizzatopermodificareiltuomac!

Hoseguitoquesto link post ma non sembra essere collegato con il mio problema non ne ho (nessun gruppo di volumi logici CoreStorage trovato - Output terminale per diskutil cs list; diskutil list)

E quando provo a ridimensionare il disco via Terminale ottengo questo errore:

Sayans-iMac:~ sayanhussain$ diskutil resizeVolume disk0s2 R
Resizing to full size (fit to fill)
Started partitioning on disk0s2 macOS
Error: -69742: The requested size change for the target disk or a related disk is too small; please try a different disk or partition, or make a larger change
Sayans-iMac:~ sayanhussain$ 
    
posta Sayan 30.11.2017 - 09:50
fonte

1 risposta

1

Ok, quindi l'errore è ora risolto. Quello che ho fatto!

Prima ho eseguito l'elenco di diskutil per visualizzare tutte le partizioni attive, ora ho avuto solo su partiton quindi ho aggiunto un nuovo partiton tramite DiskUtility

Poi ho eseguito nuovamente una lista di diskutil, ora sono riuscito a vedere il partiton appena aggiunto

Ora quello che ho fatto per rimuovere lo spazio libero è che ho unito entrambe le partizioni

Per unire due partizioni ho semplicemente eseguito questo comando nel terminale

Sayans-iMac:~ sayanhussain$ diskutil mergePartitions
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.
Sayans-iMac:~ sayanhussain$ 
    
risposta data 30.11.2017 - 18:27
fonte

Leggi altre domande sui tag