1 votos

Partición del disco duro y ahora falta la mitad del espacio

He parcheado mi disco duro y ahora tengo la mitad del espacio que tenía originalmente, incluso después de haber borrado el parche. ¿Cómo puedo recuperar mi espacio? enter image description here

0 votos

¿Cómo lo has dividido? ¿Era distinto del contenedor APFS, o un nuevo volumen dentro de él?

4voto

geocoin Puntos 121

Puedes decirle a APFS que haga crecer el contenedor para llenar el disco de la siguiente manera:

diskutil apfs resizeContainer disk0s2 0

Esto no es destructivo, y lo hará crecer automáticamente para llenar el disco actual - eso es lo que significa ese último 0.

Explicación completa:

Usage:  diskutil APFS resizeContainer <inputDisk> limits [-plist]
        diskutil APFS resizeContainer <inputDisk> <newSize> [<triple>*]
        where <inputDisk> = A Container Reference DiskIdentifier (preferred)
              or a Physical Store DiskIdentifier
              <newSize> = the desired new Container or Physical Store size
              <triple> = a { fileSystemPersonality, name, size } tuple
Resize an APFS Container. One of the Container's Physical Store disks will be
resized, and therefore the Container which it defines will be resized by an
equal amount. You do this by specifying a new Container size; to preview the
current available range, you can instead specify "limits"; no change will be
made. A new size of zero is taken as a request to do a grow-to-fit operation.
If the new size implies a shrink, you can specify ordered triples in the same
manner as `diskutil partitionDisk`, etc, to fill the partition map's free
space gap that would otherwise result. If there is more than one Physical Store
and you specify a Container Reference, the appropriate Physical Store will be
chosen automatically. Ownership of the affected disks is required, and all of
the Container's Volumes must be unencrypted or unlocked.
Example:  diskutil apfs resizeContainer disk5 110g
          diskutil apfs resizeContainer disk0s2 110g
          diskutil apfs resizeContainer disk5 0
          diskutil apfs resizeContainer disk5 1.5t jhfs+ foo 10g ms-dos BAR 0

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