Tengo un SSD en mi MacBook que no puedo usar todo su espacio. ¿Qué estoy haciendo mal aquí?
Christofers-MBP:~ buffche$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *128.0 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 57.2 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +57.2 GB disk1
Physical Store disk0s2
1: APFS Volume OSX-2 53.4 GB disk1s1
2: APFS Volume Preboot 22.2 MB disk1s2
3: APFS Volume Recovery 517.8 MB disk1s3
4: APFS Volume VM 1.1 GB disk1s4
Christofers-MBP:~ buffche$ sudo gpt -r show /dev/disk0
Password:
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 137976824
138386464 111683176 2 GPT part - 7C3457EF-0000-11AA-AA11-00306543ECAC
250069640 7
250069647 32 Sec GPT table
250069679 1 Sec GPT header
Estoy tratando de cambiar el tamaño de esta manera:
Christofers-MBP:~ buffche$ diskutil apfs resizeContainer disk0s2 0
Started APFS operation
Error: -69743: The new size must be different than the existing size
Apreciaría enormemente cualquier ayuda. gracias !!