Il mio vecchio Mac Book Pro 2011 si è schiantato, l'unità SSD ha alcuni mesi e la scheda madre mostra un marchio di masterizzazione leggero ma esistente ... È giusto credere che la scheda madre sia morta e che l'unità non lo sia.
Ci sono alcuni file che vorrei recuperare su un nuovo Mac ma sembra che ci sia un problema anche lì. Diciamo qui che l'unità sta usando Filevault. La macchina corrente che ho sta usando Sierra, ma c'è la possibilità che quella vecchia stia usando High Sierra (può questo generare incompatibilità?).
Approccio GUI
Vedo due dischi rigidi in Utility Disco quando inserisco il cattivo ragazzo. Solo per dare una rapida visione:
AppleAPFSMedia
> Preboot
> Recovery
> VM
Crucial_CT1050MX300SSD1 Media
Per entrambe le unità principali, il mount è disattivato e First Aid funziona correttamente (nessun errore), per il resto (Preboot, Recovery e VM) il First Aid dà un errore.
Verifying storage system
Checking the container superblock.
Checking the space manager.
Checking the object map.
Checking the APFS volume superblock.
Storage system check exit code is 0.
Repairing file system.
Checking the container superblock.
Checking the space manager.
Checking the object map.
Checking the APFS volume superblock.
File system check exit code is 0.
Updating boot support partitions for the volume as required.
An internal error has occurred.
Operation failed…
Il mount può essere cliccato lì e VM e Recovery montano bene (e senza password). Vorrei menzionare qui che la VM contiene un file "sleepimage" di 8,59 GB +. Nota a margine, mi chiedo se rimuovere questo potrebbe aiutarmi ad avviare uno "stato nuovo" sulla vecchia macchina.
Approccio alla linea di comando
diskutil cs list
mostra solo un albero dal disco rigido corrente.
diskutil list
fornisce quanto segue (ho rimosso il internal
dischi):
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.1 TB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_APFS Container disk3 1.1 TB disk2s2
/dev/disk3 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +1.1 TB disk3
Physical Store disk2s2
1: APFS Volume 326.2 GB disk3s1
2: APFS Volume Preboot 21.1 MB disk3s2
3: APFS Volume Recovery 509.8 MB disk3s3
4: APFS Volume VM 8.6 GB disk3s4
La mia ipotesi è che disk2s2 dovrebbe essere il mio obiettivo, ma niente sembra funzionare
➜ ~ diskutil mount disk2s2
Volume on disk2s2 failed to mount
If the volume is damaged, try the "readOnly" option
If the volume is an APFS Volume, try the "diskutil apfs unlockVolume" verb
➜ ~ diskutil apfs unlockVolume disk2s2
disk2s2 is not an APFS Volume
➜ ~ diskutil apfs unlockVolume disk3
disk3 is not an APFS Volume
➜ ~ diskutil apfs unlockVolume disk3s1
Passphrase:
Unlocking any cryptographic user on APFS Volume disk3s1
Error unlocking APFS Volume: The given APFS Volume is not encrypted (-69593)
➜ ~ diskutil apfs unlockVolume disk2s2
disk2s2 is not an APFS Volume
➜ ~ diskutil mount readOnly disk2s2
Volume on disk2s2 failed to mount
If the volume is damaged, try the "readOnly" option
If the volume is an APFS Volume, try the "diskutil apfs unlockVolume" verb
➜ ~ diskutil mount readOnly disk3
Volume on disk3 failed to mount; if it has a partitioning scheme, use "diskutil mountDisk"
If the volume is damaged, try the "readOnly" option
If the volume is an APFS Volume, try the "diskutil apfs unlockVolume" verb
➜ ~ diskutil mount disk3
Volume on disk3 failed to mount; if it has a partitioning scheme, use "diskutil mountDisk"
If the volume is damaged, try the "readOnly" option
If the volume is an APFS Volume, try the "diskutil apfs unlockVolume" verb
Sono aperto ai suggerimenti.