Ho una vecchia Western Digital WDG2TP10000N My Book Pro Edition II fornita con dischi 2x 500 GB . Ho usato lo strumento RAID in dotazione di WD per configurarli come mirror RAID1.
Un paio di giorni fa, il recinto è fallito. Così ho ingenuamente comprato un adattatore SATA portatile Anker e l'ho collegato ad uno dei drive, pensando che avrei potuto montare manualmente l'unità e recuperare semplicemente i dati in questo modo. Ma ovviamente Mac OSX High Sierra non ha riconosciuto il drive e mi ha persino spinto a inizializzarlo.
C'è un modo per recuperare i dati da un'unità RAID1 esterna in questo modo in MacOSX tramite una scheda SATA?
Modifica 1: facendo un diskutil list
mostra il disco nel Terminale:
/dev/disk3 (external, physical):
#: TYPE NAME SIZE
IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk3
1: EFI EFI 209.7 MB disk3s1
Modifica 2:
L'emissione di diskutil info /dev/disk3
mostra quanto segue:
Device Identifier: disk3
Device Node: /dev/disk3
Whole: Yes
Part of Whole: disk3
Device / Media Name: 2115
Volume Name: Not applicable (no file system)
Mounted: Not applicable (no file system)
File System: None
Content (IOContent): GUID_partition_scheme
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Disk Size: 500.1 GB (500107862016 Bytes) (exactly 976773168 512-Byte-Units)
Device Block Size: 512 Bytes
Read-Only Media: No
Read-Only Volume: Not applicable (no file system)
Device Location: External
Removable Media: Fixed
Virtual: No
OS 9 Drivers: No
Low Level Format: Not supported
L'emissione di diskutil info /dev/disk3s1
mostra quanto segue:
Device Identifier: disk3s1
Device Node: /dev/disk3s1
Whole: No
Part of Whole: disk3
Volume Name: EFI
Mounted: No
Partition Type: EFI
File System Personality: MS-DOS FAT32
Type (Bundle): msdos
Name (User Visible): MS-DOS (FAT32)
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Volume UUID: 85D67001-D93E-3687-A1C2-79D677F0C2E0
Disk / Partition UUID: 7C0D9147-6018-43BB-964A-78750F8C62B0
Disk Size: 209.7 MB (209715200 Bytes) (exactly 409600 512-Byte-Units)
Device Block Size: 512 Bytes
Volume Total Space: 0 B (0 Bytes) (exactly 0 512-Byte-Units)
Volume Available Space: 0 B (0 Bytes) (exactly 0 512-Byte-Units)
Read-Only Media: No
Read-Only Volume: Not applicable (not mounted)
Device Location: External
Removable Media: Fixed
Modifica 3: utilizzando il suggerimento Gordon Davisson con sudo dd if=/dev/disk3 count=132 | xxd | grep "EFI PART"
, ha ottenuto quanto segue:
00000200: 4546 4920 5041 5254 0000 0100 5c00 0000 EFI PART....\...
132+0 records in
132+0 records out
67584 bytes transferred in 14.744811 secs (4584 bytes/sec)
Modifica 4: Ran sudo dd if=/dev/disk3 | xxd | more
e ottenuto il seguente testo in basso:
00005c00: eb58 9042 5344 2020 342e 3400 0201 2000 .X.BSD 4.4... .
00005c10: 0200 0000 00f0 0000 2000 1000 0000 0000 ........ .......
00005c20: 0040 0600 4f0c 0000 0000 0000 0200 0000 [email protected]...........
00005c30: 0100 0600 0000 0000 0000 0000 0000 0000 ................
00005c40: 0000 2901 17d6 7045 4649 2020 2020 2020 ..)...pEFI
00005c50: 2020 4641 5433 3220 2020 fa31 c08e d0bc FAT32 .1....
00005c60: 007c fb8e d8e8 0000 5e83 c619 bb07 00fc .|......^.......
00005c70: ac84 c074 06b4 0ecd 10eb f530 e4cd 16cd ...t.......0....
00005c80: 190d 0a4e 6f6e 2d73 7973 7465 6d20 6469 ...Non-system di
00005c90: 736b 0d0a 5072 6573 7320 616e 7920 6b65 sk..Press any ke
00005ca0: 7920 746f 2072 6562 6f6f 740d 0a00 0000 y to reboot.....
Modifica 5: altro risultato dai suggerimenti nel commento.
$ sudo dd if=/dev/disk2 | xxd | grep "00000200"
00000200: 4546 4920 5041 5254 0000 0100 5c00 0000 EFI PART....\...
$ sudo dd if=/dev/disk2 skip=409640 | xxd | grep "0c805000"
0c805000: 0000 0000 0000 0000 0000 0000 0000 0000 ................
$ sudo dd if=/dev/disk2 skip=409640 | xxd | grep "00000c00"
00000c00: 0000 0000 0000 0000 0000 0000 0000 0000 ................