200GB sin usar, pero no puede cambiar el tamaño del contenedor APFS debido a un requisito mínimo

3

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?

    
pregunta Merlijn Vos 10.12.2018 - 22:33

1 respuesta

1

Nuevamente, sí, has eliminado todas las instantáneas locales. Pero claramente tienes una unidad externa de Time Machine. Y las instantáneas de Time Machine (locales o remotas) establecen ciertos requisitos en la unidad de origen. Desde man tmutil :

BACKUP STRUCTURE
     Throughout this manual, specific language is used to describe particular
     "realms" associated with Time Machine backups. It is important to under-
     stand this terminology to make effective use of tmutil and its manual.

     backup source
             A volume currently being backed up by Time Machine.

     backup disk
             The HFS+ volume that contains Time Machine backups.

     backup destination
             In the case of a local destination, a synonym for backup disk.
             For network destinations, this is the AFP or SMB share on which
             the backup disk image resides.

     backup disk image (or backup image)
             A sparsebundle that, when mounted, is the backing store for a
             volume that is a backup disk.

     backup store
             The top-level "Backups.backupdb" directory at the root of a
             backup disk. E.g.,

             /Volumes/Chronoton/Backups.backupdb

     machine directory
             A directory inside a backup store that contains all the backups
             for a particular computer. For local destinations, a backup store
             can contain multiple machine directories, all for separate com-
             puters. E.g.,

             /Volumes/Chronoton/Backups.backupdb/thermopylae

-

¿Recuerdas el error?

Por ejemplo, (quizás causado por el uso de instantáneas APFS por Time Machine) ?

Lee este:

     snapshot
             A directory inside a machine directory that represents a single
             initial or incremental backup of one computer. The word "snap-
             shot", in most contexts, is a generic term and is not to be con-
             fused with a "local Time Machine snapshot", which is simply a
             snapshot stored locally on the computer. E.g.,

             /Volumes/Chronoton/Backups.backupdb/thermopylae/2011-07-03-123456
     snapshot volume
             A directory inside a snapshot that represents a single initial or
             incremental backup of one backup source. E.g.,

             /Volumes/Chronoton/Backups.backupdb/thermopy-
             lae/2011-07-03-123456/Mac HD

VERBS
     Each verb is listed with its description and individual arguments.

     destinationinfo [-X]
             Print information about destinations currently configured for use
             with Time Machine. For each backup destination, the following
             information may be displayed:

             with Time Machine. For each backup destination, the following
             information may be displayed:

                 Name          The volume label as shown in Finder.
                 Kind          Whether the destination is locally attached
                               storage or a network device.
                 URL           In the case of a network destination, the URL
                               used for Time Machine configuration.
                 Mount Point   If the volume is currently mounted, the path in
                               the file system at which it was mounted.
                 ID            The unique identifier for the destination.

             When more than one destination is configured, the most recent
             backup destination will be marked with the > indicator.

             When the -X option is provided, output will be printed in XML
             property list format.

     removedestination identifier
             Remove the destination with the specified unique identifier from
             the Time Machine configuration. Requires root privileges.

             To obtain the unique identifier for a destination, see
             destinationinfo.

A. El error:

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)

B. Su respuesta:

  

He eliminado todas las instantáneas de la máquina de la hora local, pero sigo obteniendo el mismo resultado.

C. La documentación:

La palabra "instantánea", en la mayoría de los contextos, es un término genérico y no debe confundirse con una "instantánea local de Time Machine" .

Capisce?

Sí, has eliminado todas tus instantáneas locales. Pero también tienes otra unidad de copia de seguridad. En el ejemplo que vinculaste, no hubo tal unidad.

Debe eliminar todos los almacenes de copias de seguridad de Time Machine, deshabilitar todos los destinos, etc. Puede volver a asociar sus copias de seguridad más adelante. Pero después de esto, deberías estar bien; En el peor de los casos, descifre su unidad también (el cifrado APFS es complicado y tiene una gran sobrecarga debido al sistema de clave de unidad / clave de usuario).

    
respondido por el Geoff Nixon 25.12.2018 - 07:40

Lea otras preguntas en las etiquetas