10.15 Catalina Impossible de partitioner le disque de mon Macbook

mariion.ncs

Membre confirmé
15 Mai 2020
12
0
22
Bonjour, je souhaite utiliser Windows 10 sur mon Mac en utilisant Boot Camp mais c'est impossible. Il est dit que mon espace de stockage est insuffisant et qu'il requiert 42 Go d'espace minimum. Or j'ai 48,8 Go d'espace de dispo sur 120... Pourriez-vous m'aider ?

Voilà quelques infos qui peuvent être utiles (je m'y connais pas trop) :

Bloc de code:
Disponible :    48,87 Go (48 866 611 200 octets)

  Capacité :    120,47 Go (120 473 067 520 octets)

  Point de montage :    /

  Système de fichiers :    APFS

  Inscriptible :    Non

  Ignorer les autorisations :    Non

  Nom BSD :    disk1s5

  UUID du volume :    DC682BAA-DEC4-4047-A1FD-5144388809D3

  Lecteur physique :

  Nom du périphérique :    APPLE SSD SM0128G

  Nom du support :    AppleAPFSMedia

  Type de média :    SSD

  Protocole :    PCI

  Interne :    Oui

  Type de carte de partition :    Inconnu

  État S.M.A.R.T. :    Vérifié
 
Dernière édition par un modérateur:
Bonsoir,
As tu des snapshots? Utilises tu Time Machine ?
Passe depuis le terminal accessible depuis Spotlight en tapant terminal
Bloc de code:
diskutil ap listSnaps disk1s1
Poste le retour ?
 
Bloc de code:
marion@macbook-pro-de-marion ~ % diskutil ap listSnaps disk1s1

No snapshots for disk1s1
marion@macbook-pro-de-marion ~ %

Voilà ce que j'obtiens. Et je n'utilise pas Time Machine, j'ai ce mac depuis seulement 2 mois alors il y a des apps que je n'ai pas encore eu l'opportunité d'explorer...
 
Il arrive que les snapshots bloquent le redimensionnement.
Passe alors
Bloc de code:
diskutil list
Pour connaître la distribution de ton disque
 
Bloc de code:
marion@macbook-pro-de-marion ~ % diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         120.5 GB   disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +120.5 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD - Données  58.6 GB    disk1s1
   2:                APFS Volume Preboot                 83.0 MB    disk1s2
   3:                APFS Volume Recovery                528.1 MB   disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4
   5:                APFS Volume Macintosh HD            11.1 GB    disk1s5

marion@macbook-pro-de-marion ~ % diskutil ap listSnaps disk1s1

No snapshots for disk1s1
marion@macbook-pro-de-marion ~ % diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         120.5 GB   disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +120.5 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD - Données  58.7 GB    disk1s1
   2:                APFS Volume Preboot                 83.0 MB    disk1s2
   3:                APFS Volume Recovery                528.1 MB   disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4
   5:                APFS Volume Macintosh HD            11.1 GB    disk1s5
 
Tu as de la place
On vérifie le volume
Bloc de code:
diskutil verifyVolume disk1s1
 
Bloc de code:
marion@macbook-pro-de-marion ~ % diskutil verifyVolume disk1s1

Started file system verification on disk1s1 Macintosh HD - Données
Verifying file system
Volume could not be unmounted
Using live mode
Performing fsck_apfs -n -l -x /dev/rdisk1s1
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the space manager free queue trees
Checking the object map
Checking volume
Checking the APFS volume superblock
The volume Macintosh HD - Données was formatted by hfs_convert (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
The volume /dev/rdisk1s1 appears to be OK
File system check exit code is 0
Restoring the original state found as mounted
Finished file system verification on disk1s1 Macintosh HD - Données
 
Il n’y a rien qui bloque la partitionnement
Il faudrait que @Locke qui connaît très bien Bootcamp puisse t’aider. Il n’est sans doute pas pertinent de créer la partition hors procédure Windows.
 
La méthode employée par @macomaniac consiste à créer une partition pour vérifier que le disque l’accepte. Puis de la supprimer.
Veux tu essayer ?
 
Alors passe en copier coller
Bloc de code:
diskutil ap resizeContainer disk1 80 g fat32 BOOTCAMP 0b ; diskutil list
La commande réduit ton conteneur à 80 Go, crée une partition Bootcamp en fat32 avec le reste
 
Bloc de code:
marion@macbook-pro-de-marion ~ % diskutil ap resizeContainer disk1 80 g fat32 BOOTCAMP 0b ; diskutil list
Incorrect number of arguments
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         120.5 GB   disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +120.5 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD - Données  58.9 GB    disk1s1
   2:                APFS Volume Preboot                 83.0 MB    disk1s2
   3:                APFS Volume Recovery                528.1 MB   disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4
   5:                APFS Volume Macintosh HD            11.1 GB    disk1s5

marion@macbook-pro-de-marion ~ %

Est-ce que c'est bon ?
 
Non, il ne veut pas. On tente de reduire la partition Windows
Bloc de code:
diskutil ap resizeContainer disk1 90g fat32 BOOTCAMP 0b ; diskutil list
 
Bloc de code:
marion@macbook-pro-de-marion ~ % diskutil ap resizeContainer disk1 90g fat32 BOOTCAMP 0b ; diskutil list
Started APFS operation
Aligning shrink delta to 30 473 068 544 bytes and targeting a new physical store size of 89 999 998 976 bytes
Determined the minimum size for the targeted physical store of this APFS Container to be 75 665 244 160 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 -S /dev/disk0s2
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the space manager free queue trees
Checking the object map
Checking volume
Checking the APFS volume superblock
The volume Macintosh HD - Données was formatted by hfs_convert (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Preboot was formatted by hfs_convert (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Recovery was formatted by diskmanagementd (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume VM was formatted by diskmanagementd (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Macintosh HD was formatted by diskmanagementd (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Shrinking APFS Physical Store disk0s2 from 120 473 067 520 to 89 999 998 976 bytes
Shrinking APFS data structures
Shrinking partition
Modifying partition map
4096 bytes per physical sector
/dev/rdisk0s3: 60754912 sectors in 1898591 FAT32 clusters (16384 bytes/cluster)
bps=512 spc=32 res=32 nft=2 mid=0xf8 spt=32 hds=255 hid=176191488 drv=0x80 bsec=60784640 bspf=14840 rdcl=2 infs=1 bkbs=6
Mounting disk
1 new disk created or changed due to APFS operation
Disk from APFS operation: disk0s3
Finished APFS operation
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         90.0 GB    disk0s2
   3:       Microsoft Basic Data BOOTCAMP                31.1 GB    disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +90.0 GB    disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD - Données  58.9 GB    disk1s1
   2:                APFS Volume Preboot                 83.0 MB    disk1s2
   3:                APFS Volume Recovery                528.1 MB   disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4
   5:                APFS Volume Macintosh HD            11.1 GB    disk1s5
 
Ça a fonctionné mais il ne libère que 31 Go. Je pense que tu es trop juste sur ta partition Mac. Le système ne peut pas libérer 40 Go.
En pratique, il faut au moins 10% à 15 % de disponible pour que le Mac puisse fonctionner
. Tu as 72 Go d’occupation, au plus juste il faut laisser à la partition Mac 80 Go si ce n’est 85. Trop juste pour libérer 40 Go. Il faudrait que tu fasses un peu de place. Gagner 10 Go.
Sachant qu’après tu vas être très très juste sur ta partition Mac. A toi de voir
Repasse
Bloc de code:
diskutil eraseVolume free null disk0s3 ; diskutil ap resizeContainer disk1 0b ; diskutil list
Pour revenir à ta distribution normale
Poste le retour
 
D'accord de toutes manières je n'ai pas vraiment le choix ? Soit je libère 10 Go de plus, soit j'abandonne l'idée de la partition c'est ça ?

Bloc de code:
marion@macbook-pro-de-marion ~ % diskutil eraseVolume free null disk0s3 ; diskutil ap resizeContainer disk1 0b ; diskutil list
Started erase on disk0s3 BOOTCAMP
Unmounting disk
Finished erase on disk0
Started APFS operation
Aligning grow delta to 31 123 070 976 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 -S /dev/disk0s2
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the space manager free queue trees
Checking the object map
Checking volume
Checking the APFS volume superblock
The volume Macintosh HD - Données was formatted by hfs_convert (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Preboot was formatted by hfs_convert (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Recovery was formatted by diskmanagementd (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume VM was formatted by diskmanagementd (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Macintosh HD was formatted by diskmanagementd (1412.81.1) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk0s2 from 89 999 998 976 to 121 123 069 952 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         121.1 GB   disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +121.1 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD - Données  58.9 GB    disk1s1
   2:                APFS Volume Preboot                 83.0 MB    disk1s2
   3:                APFS Volume Recovery                528.1 MB   disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4
   5:                APFS Volume Macintosh HD            11.1 GB    disk1s5
 
Oui. 120 Go est un peu juste pour 2 partitions .
Tu peux peut-être envisager de déplacer ta photothèque ou des documents sur un disque externe.
Sinon, c’est bien, tu es revenue à ta configuration d’origine et ton disque accepte le partitionnement.
 
D'accord merci bcp ! J'essaierai avec le disque dur du coup. Merci pour ton aide !
A la base ton SSD de 120 Go est d'une taille ridicule et je déconseille depuis longtemps avec une telle taille de faire l'installation de Windows. Je sais ça refroidi l'ambiance. A l'heure actuelle, tu as 72 Go d'occupés par macOS, tes logiciels et tes données. Il reste donc 48 Go et tu te dis, c'est bon, car Assistant Boot Camp ne réclame que 42 Go.

Le souci pour macOS est qu'il doit disposer d'un espace libre entre 20/30 Go, permettant son bon fonctionnement et la possibilité d'écrire des données, tes données. Or, si en théorie il reste 48 Go et qu'Assistant Boot Camp en réclame 42, tu penses honnêtement que macOS va fonctionner correctement avec seulement 6 Go de disponible ?

Alors grosse mise en garde, si tu persistes et signes dans cette installation, dans un laps de temps très court, la partition contenant macOS sera complètement saturée avec un blocage total de la partition. Oui, oui, cela est arrivé à des membres qui ont persisté sans tenir compte des avertissements. Le résultat est la perte de la partition macOS avec l'obligation de devoir faire une réinstallation complète de macOS avec en prime la perte de la partition Windows.

De plus, si tu as un MBA (MacBook Air), si c'est pour vouloir jouer à des jeux récents pour PC, sans un gros espace disque de disponible pour l'installation des jeux et sans une carte graphique dédiée, tu oublies totalement.