मुझे नहीं पता था कि इस प्रश्न को बेहतर शीर्षक कैसे दिया जाए क्योंकि मुझे नहीं पता कि मेरे एसएसडी के साथ क्या हुआ।
मैं अपने मैकबुक प्रो में इस एसएसडी का उपयोग एमबीपी मूल HD के साथ DIY फ्यूजन ड्राइव के रूप में स्थापित कर रहा था।
एक दिन मेरे कंप्यूटर ने बूट करना बंद कर दिया और मैं मूल HD को प्रारूपित करने में सक्षम था, लेकिन एसएसडी ने पूरी तरह से काम करना बंद कर दिया, मैं अब तक कुछ भी करने में सक्षम नहीं था। मैं तब तक मिटा, विभाजन, मरम्मत या कुछ भी नहीं कर सकता था, जब तक मैंने करने की कोशिश नहीं की, जब तक कि मैंने दो ड्राइव को फिर से चलाने और "फ्यूज" करने का फैसला नहीं किया। SSD पठनीय था और मैं इस पर डेटा ठीक लिख सकता था।
दिन तक यह फिर से काम करना बंद कर देता है और फ्यूजन ड्राइव बनाने की कोशिश अब काम नहीं कर रहा है।
OS X शुरू होने पर यह संदेश दिखाता है:
आपके द्वारा डाली गई डिस्क इस कंप्यूटर द्वारा पढ़ने योग्य नहीं थी। इनिशियलाइज़ ... इग्नोर इग्नोर
यहाँ मुझे टर्मिनल में क्या मिलता है:
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
मैंने यह कोशिश की है:
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
sudo gpt create -f disk0
। यदि यह विफल रहता है, तो आपका SSD या SATA केबल संभवतः टूट गया है। BTW Macintosh HD (डिस्क 2) एक बूट करने योग्य प्रणाली है या आपने (इंटरनेट) रिकवरी मोड को बूट किया है?