Realmente tengo un problema con mi HDD. Estaba trabajando en ello, era mi HDD local instalado en una MacBook 2009, pero un día mi Mac se apagó de repente y no funcionó de nuevo.
Instalé OS X en un disco nuevo e intenté adjuntar el otro en un estuche externo pero el volumen no se monta.
El disco ahora roto contenía un volumen visible y se instaló OS X 10.10 Yosemite.
Aquí están las informaciones de partición que puedo ver:
arturoperez$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *250.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS New Mac 99.5 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Apple_HFS Datos 149.6 GB disk0s4
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *159.3 GB disk1
1: 0xEE 159.3 GB disk1s1
arturoperez$ diskutil info /dev/disk1s1
Device Identifier: disk1s1
Device Node: /dev/disk1s1
Part of Whole: disk1
Device / Media Name: Untitled 1
Volume Name: Not applicable (no file system)
Mounted: Not applicable (no file system)
File System: None
Partition Type: 0xEE
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Total Size: 159.3 GB (159307878400 Bytes) (exactly 311148200 512-Byte-Units)
Volume Free Space: Not applicable (no file system)
Device Block Size: 4096 Bytes
Read-Only Media: No
Read-Only Volume: Not applicable (no file system)
Ejectable: Yes
Whole: No
Internal: No
La salida de sudo gpt -r show /dev/disk1
y sudo fdisk /dev/disk1
:
arturoperez$ sudo gpt -r show /dev/disk1
start size index contents
0 1 PMBR
1 38893525
arturoperez$ sudo fdisk /dev/disk1
Disk: /dev/disk1 geometry: 2421/255/63 [38893526 sectors]
Sector size: 4096 bytes
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 312581807] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Aparentemente, no tiene una partición activa, pero lo intenté de diferentes maneras para solucionarlo y no pude.
¿Hay alguien que pueda ayudarme con esto? Tengo información importante allí y necesito restaurarla lo antes posible.
Actualización 1
Después de intentar seguir las instrucciones en la respuesta de klanomath, recibo este mensaje cuando intento crear un nuevo GPT.
arturoperez$ diskutil unmountDisk disk1
Unmount of all volumes on disk1 was successful
arturoperez$ sudo gpt -r show /dev/disk1
start size index contents
0 1 PMBR
1 38893525
arturoperez$ sudo gpt create disk1
arturoperez$ sudo gpt add -b 40 -i 1 -s 409600 -t C12A7328-F81F-11D2-BA4B-00A0C93EC93B disk1
gpt add: disk1: error: no primary GPT header; run create or recover
Actualización 2
Intenté hacer una imagen con TestDisk, tardé 3 días en finalizar ... Cambié la geometría del disco y luego la analicé nuevamente. Este es el resultado:
TestDisk 7.0, Data Recovery Utility, April 2015
Christophe GRENIER <[email protected]>
http://www.cgsecurity.org
Disk /dev/disk1 - 160 GB / 149 GiB - CHS 19457 255 63
Partition Start End Size in sectors
1 P EFI System 40 409639 409600 [EFI System Partiti
> 2 P Mac HFS 409640 311312231 310902592 [Sin t ulo]
3 P Mac Boot 311312232 312581767 1269536 [Recovery HD]
Ahora estoy atascado porque no sé cuál es el siguiente paso.