Quiero crear una partición con un sistema de archivos diferente, pero para eso necesito cambiar el tamaño de mi contenedor APFS.
Estecontenedortiene292,4GBdeespacioutilizado.Sutamañomínimoesde500,07GB. Estecontenedornopuededividirseporqueloscontenedoresresultantes serdemasiadopequeño.
Loqueprobé
De" Cómo cambiar el tamaño de su contenedor APFS en macOS High Sierra "
diskutil list
Output:
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.3 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 500.1 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +500.1 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 288.3 GB disk1s1
2: APFS Volume Preboot 43.9 MB disk1s2
3: APFS Volume Recovery 512.3 MB disk1s3
4: APFS Volume VM 3.2 GB disk1s4
/dev/disk2 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme +1.9 TB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_HFS Time Machine Backups 1.9 TB disk2s2
Luego :
sudo diskutil apfs resizeContainer disk0s2 450g
Or:
sudo diskutil apfs resizeContainer disk0s2 450g jhfs+ Extra 50g
Output:
Aligning shrink delta to 50.068.037.632 bytes and targeting a new physical store size of 449.999.998.976 bytes
Determined the minimum size for the targeted physical store of this APFS Container to be 500.068.036.608 bytes
Error: -69521: Your APFS Container resize request is below the APFS-system-imposed minimal container size (perhaps caused by APFS Snapshot usage by Time Machine)
(quizás causado por el uso de instantáneas APFS por Time Machine)
He eliminado eliminando todas las instantáneas de la máquina de la hora local pero todavía obtengo el mismo resultado.
¿Cómo cambio el tamaño mínimo de un contenedor APFS?