1 votos

PASF partición inaccesible

Me pregunto si alguien me puede ayudar con mi desorden. He creado híbridos MBR que estaba trabajando en el comienzo, El que me decidí a eliminar la partición Bootcamp desde la utilidad de disco. Aquí es donde las cosas se pusieron mal estado. Luego he intentado siguiendo esta guía , porque yo tenía los datos originales:

Disk /dev/disk1: 1000215216 sectors, 476.9 GiB
Sector size (logical): 512 bytes
Disk identifier (GUID): DF8BA5A4-2A3A-4A1B-9F1F-AA6A6332D9A5
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1000215182
Partitions will be aligned on 8-sector boundaries
Total free space is 3213 sectors (1.6 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1              40          409639   200.0 MiB   EF00  EFI System Partition
   2          409640       707245575   337.0 GiB   AF0A  CATALINA
   3       707246080      1000212479   139.7 GiB   0700

Command (? for help): c
Partition number (1-3): 3
Enter name: WIN10APFSL

Command (? for help): w

Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/disk1.
Warning: The kernel may continue to use old or deleted partitions.
You should reboot or remove the drive.
The operation has completed successfully.
g5@G5s-Mac-Pro ~ % sudo gdisk /dev/disk1
GPT fdisk (gdisk) version 1.0.4

Partition table scan:
  MBR: hybrid
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with hybrid MBR; using GPT.

Command (? for help): p
Disk /dev/disk1: 1000215216 sectors, 476.9 GiB
Sector size (logical): 512 bytes
Disk identifier (GUID): DF8BA5A4-2A3A-4A1B-9F1F-AA6A6332D9A5
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1000215182
Partitions will be aligned on 8-sector boundaries
Total free space is 3213 sectors (1.6 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1              40          409639   200.0 MiB   EF00  EFI System Partition
   2          409640       707245575   337.0 GiB   AF0A  CATALINA
   3       707246080      1000212479   139.7 GiB   0700  WIN10APFSL

Y me hizo

sudo gpt remove -i 2 /dev/disk3

Intentó agregar:

sudo gpt add -i 2 -b 409640 -s 707245575 -t apfs /dev/disk3

Pero tengo este error:

gpt add: /dev/disk3: error: no space available on device

Este es el estado actual ahora:

 start        size  index  contents
           0           1         MBR
           1           1         Pri GPT header
           2          32         Pri GPT table
          34           6         
          40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
      409640   706835936      2  MBR part 175
   707245576   292969607         
  1000215183          32         Sec GPT table
  1000215215           1         Sec GPT header

1voto

G5tube Puntos 21

Bueno, nadie respondió, pero yo era capaz de recuperar mi APF volumen. Es importante mencionar que se debe tener conocimiento de la distribución de la partición para el éxito de la restauración. Híbrido MBR se extiende por todo el volumen, y cuando me quité las mal colocado volumen de los Híbridos MBR se reduce hasta el punto de no dejar espacio adicional y tengo el error:

gpt add: /dev/disk3: error: no space available on device

Yo era capaz de solucionarlo mediante:

sudo gdisk /dev/disk6
Password:
GPT fdisk (gdisk) version 1.0.5

Partition table scan:
  MBR: hybrid
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with hybrid MBR; using GPT.

Command (? for help): p
Disk /dev/disk6: 1000215216 sectors, 476.9 GiB
Sector size (logical): 512 bytes
Disk identifier (GUID): DF8BA5A4-2A3A-4A1B-9F1F-AA6A6332D9A5
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1000215182
Partitions will be aligned on 8-sector boundaries
Total free space is 999805549 sectors (476.7 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1              40          409639   200.0 MiB   EF00  EFI System Partition
   2          409640       707245575   337.0 GiB   FFFF  CATALINA

Command (? for help): x

Expert command (? for help): n

Expert command (? for help): w

Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/disk6.
Warning: The kernel may continue to use old or deleted partitions.
You should reboot or remove the drive.
The operation has completed successfully.

Que convierte de Híbrido a MBR de Protección regular (GPT). Pero todavía APF no tiene el código correcto:

sudo gdisk /dev/disk6
GPT fdisk (gdisk) version 1.0.5

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): p
Disk /dev/disk6: 1000215216 sectors, 476.9 GiB
Sector size (logical): 512 bytes
Disk identifier (GUID): DF8BA5A4-2A3A-4A1B-9F1F-AA6A6332D9A5
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1000215182
Partitions will be aligned on 8-sector boundaries
Total free space is 999805549 sectors (476.7 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1              40          409639   200.0 MiB   EF00  EFI System Partition
   2          409640       707245575   337.0 GiB   FFFF  CATALINA

Así que, yo era capaz de emitir:

sudo gpt add -i 2 -b 409640 -s 707245575 -t apfs /dev/disk6
/dev/disk6s2 added

sudo gdisk /dev/disk6                                          
GPT fdisk (gdisk) version 1.0.5

Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): p
Disk /dev/disk6: 1000215216 sectors, 476.9 GiB
Sector size (logical): 512 bytes
Disk identifier (GUID): DF8BA5A4-2A3A-4A1B-9F1F-AA6A6332D9A5
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 1000215182
Partitions will be aligned on 8-sector boundaries
Total free space is 292559974 sectors (139.5 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1              40          409639   200.0 MiB   EF00  EFI System Partition
   2          409640       707655214   337.2 GiB   AF0A  CATALINA

Ahora la APF restaurado el código correcto AF0A y reapareció en la utilidad de disco y pude examinar mis archivos de nuevo.

AppleAyuda.com

AppleAyuda es una comunidad de usuarios de los productos de Apple en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X