Gracias a Michael. Estaba intentando repartir particiones de Macbook Air por segunda vez en la instalación de Windows 10. Durante el arranque del disco USB, el proceso de instalación no permitió la instalación en la partición ya creada e informó "El disco seleccionado es del estilo de partición GPT". Luego, dentro de esa configuración de Windows, probé el formato, eliminar, crear nuevo en ese espacio libre sin éxito. Así que salté y volví a macOS para revisar y arreglar cualquier cosa que me bloqueara. La "Utilidad de disco" continuó informando "Se produjo un error interno y no se pudo encontrar el disco para una de las operaciones especificadas". Si quiero borrar la partición de espacio libre. Finalmente, los comandos de Michael me salvaron la vida aunque mis particiones están en formato APFS con High Sierra 10.13.6. A continuación se muestran la captura de pantalla antes de la corrección y los detalles de la Terminal del proceso. Espero que ayuden.
Primero para verificar qué identificador de disco se necesita para expandir por comando. El mío pasó a ser el mismo con Michael (disk0s2). No copie pegar el ID.
$diskutillist/dev/disk0(internal,physical):#:TYPENAMESIZEIDENTIFIER0:GUID_partition_scheme*121.3GBdisk01:EFIEFI209.7MBdisk0s12:Apple_APFSContainerdisk181.0GBdisk0s2/dev/disk1(synthesized):#:TYPENAMESIZEIDENTIFIER0:APFSContainerScheme-+81.0GBdisk1PhysicalStoredisk0s21:APFSVolumeHighSierra60.1GBdisk1s12:APFSVolumePreboot20.3MBdisk1s23:APFSVolumeRecovery519.0MBdisk1s34:APFSVolumeVM1.1GBdisk1s4/dev/disk2(external,physical):#:TYPENAMESIZEIDENTIFIER0:FDisk_partition_scheme*16.0GBdisk21:DOS_FAT_32WININSTALL16.0GBdisk2s1
DesdequemisparticioneshancambiadoaAPFS,respondeunerror.
$diskutilresizeVolume/dev/disk0s20/dev/disk0s2isanAPFSPhysicalStore(use"diskutil apfs resizeContainer" instead to resize)
Después de una pequeña modificación, finalizó y la Utilidad de Disco está feliz.
$ diskutil apfs resizeContainer disk0s2 0
Started APFS operation
Aligning grow delta to 40,091,033,600 bytes and targeting a new physical store size of 121,123,069,952 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 121,122,041,856 bytes
Resizing APFS Container designated by APFS Container Reference disk1
The specific APFS Physical Store being resized is disk0s2
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l /dev/disk0s2
Checking volume
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the object map
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk0s2 from 81,032,036,352 to 121,123,069,952 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
El título de la pregunta tiene un error tipográfico "rezize", pero el motor de búsqueda aún me condujo hasta aquí.