Non sapevo come dare a questa domanda un titolo migliore dato che non ho idea di cosa sia successo al mio SSD.
Stavo usando questo SSD nel mio MacBook Pro impostato come unità di fusione fai-da-te con l'HD originale MBP.
Un giorno il mio computer ha smesso di fare il boot e sono stato in grado di formattare l'HD originale ma l'SSD ha smesso di funzionare completamente, non ero più in grado di farci niente. Non ho potuto cancellare, partizionare, riparare o qualsiasi cosa avessi pensato di fare, fino a quando non ho deciso di provare a "fondere" le due unità e ha funzionato. L'SSD era leggibile e potrei scrivere i dati su di esso semplicemente.
Fino al giorno in cui ha smesso di funzionare di nuovo e cercando di far funzionare l'unità di fusione non funziona più.
All'avvio di OS X, viene visualizzato il messaggio:
The disk you inserted was not readable by this computer. Initialize... Ignore Eject
Ecco cosa ricevo in Terminal:
diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: *512.1 GB disk0
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_CoreStorage 499.2 GB disk1s2
3: Apple_Boot Recovery HD 650.0 MB disk1s3
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Macintosh HD *498.9 GB disk2
Logical Volume on disk1s2
B181693D-440D-4DDB-9B37-09DF805FF3A5
Unencrypted
/dev/disk4
#: TYPE NAME SIZE IDENTIFIER
0: Apple_partition_scheme *184.1 MB disk4
1: Apple_partition_map 32.3 KB disk4s1
2: Apple_HFS Google Chrome 184.0 MB disk4s2
sudo gpt -r show disk0
Password:
start size index contents
0 1000215216
EDIT 01
Ho provato questo:
sudo gpt create -f disk0
sudo gpt -r show disk0
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 1000215149
1000215183 32 Sec GPT table
1000215215 1 Sec GPT header
sudo gpt add -i 1 -b 40 -s 409600 -t C12A7328-F81F-11D2-BA4B-00A0C93EC93B disk0
sudo gpt add -i 2 -b 409640 -s 999805509 -t 53746F72-6167-11AA-AA11-00306543ECAC disk0
disk0s2 added
sudo gpt -r show disk0
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 999805509 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
1000215149 34
1000215183 32 Sec GPT table
1000215215 1 Sec GPT header
diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *512.1 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_CoreStorage 511.9 GB disk0s2
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_CoreStorage 499.2 GB disk1s2
3: Apple_Boot Recovery HD 650.0 MB disk1s3
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Macintosh HD *498.9 GB disk2
Logical Volume on disk1s2
B181693D-440D-4DDB-9B37-09DF805FF3A5
Unencrypted
diskutil unmountDisk disk0
Unmount of all volumes on disk0 was successful
diskutil verifyDisk disk0
Started partition map verification on disk0
Checking prerequisites
Checking the partition list
Checking for an EFI system partition
Checking the EFI system partition's size
Checking the EFI system partition's file system
Problems were found with the partition map which might prevent booting
Error: -69766: The partition map needs to be repaired because there's a problem with the EFI system partition's file system
Underlying error: 8: POSIX reports: Exec format error
diskutil repairDisk disk0
Repairing the partition map might erase disk0s1, proceed? (y/N) y
Started partition map repair on disk0
Checking prerequisites
Checking the partition list
Adjusting partition map to fit whole disk as required
Problems were encountered during repair of the partition map
Error: -69697: Partition map repair failed while adjusting structures to fit current whole disk size
Underlying error: 5: POSIX reports: Input/output error