Supprimer partiton windows sur mac

Bon. Redémarre via ⌘R pour ouvrir la session de secours. Dans le terminal > passe la commande :
Bloc de code:
diskutil list internal
  • qui affiche la configuration du disque interne seule

Voici comment tu vas pouvoir poster ici ce tableau sans avoir besoin de prendre de photo -->

  • tu sélectionnes le tableau > ⌘C pour le copier dans le presse-papier > ⌘Q pour quitter le «Terminal» > option  : "Obtenir de l'aide en ligne" (dans la fenêtre des 4 Utilitaires) > ce qui lance un navigateur «Safari»
  • page Apple par défaut > un clic sur l'adresse de haut de page pour l'éditer > saisis  : macgénération (tout court  : c'est une barre de recherche Google) et valide > tu atteins le site MacGé > Forums > te connectes > ce fil > tu colles dans un Bloc de code

=> ces informations montreront la configuration logique de ton disque vu depuis le démarrage de secours.

Note 1 : si tu ne peux pas poster via le Safari de la session de secours (ça arrive) --> poste une photo du tableau (à partir du commencement = le disque /dev/disk0 ou disque physique interne) - tu as un bouton : "Joindre un fichier" en bas de cette page.

Note 2 : dans la session de secours > les applications se lancent en mode "alternatif" et pas parallèle. Il faut quitter le Terminal pour lancer Safari. Vice-versa > quitter Safari pour récupérer l'écran général de la session de secours et pouvoir relancer le Terminal. Aucun redémarrage n'est requis.
j'y suis voila :
Bloc de code:
/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk1
   1:                        EFI EFI                     314.6 MB   disk1s1
   2:                 Apple_APFS Container disk2         199.0 GB   disk1s2
   3:       Microsoft Basic Data BOOTCAMP                51.7 GB    disk1s3

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +199.0 GB   disk2
                                 Physical Store disk1s2
   1:                APFS Volume Macintosh HD - Données  148.2 GB   disk2s1
   2:                APFS Volume Preboot                 83.3 MB    disk2s2
   3:                APFS Volume Recovery                528.9 MB   disk2s3
   4:                APFS Volume VM                      1.1 GB     disk2s4
   5:                APFS Volume Macintosh HD            11.3 GB    disk2s5
 
j'y suis voila le resultat :

Bloc de code:
/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk1
   1:                        EFI EFI                     314.6 MB   disk1s1
   2:                 Apple_APFS Container disk2         199.0 GB   disk1s2
   3:       Microsoft Basic Data BOOTCAMP                51.7 GB    disk1s3

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +199.0 GB   disk2
                                 Physical Store disk1s2
   1:                APFS Volume Macintosh HD - Données  148.2 GB   disk2s1
   2:                APFS Volume Preboot                 83.3 MB    disk2s2
   3:                APFS Volume Recovery                528.9 MB   disk2s3
   4:                APFS Volume VM                      1.1 GB     disk2s4
   5:                APFS Volume Macintosh HD            11.3 GB    disk2s5
 
Parfait. On tente d'abord une suppression classique de la partition BOOTCAMP.

- passe la commande :​
Bloc de code:
diskutil eraseVolume free null disk1s3
  • qui supprime la partition n°3

Poste le retour.
 
Parfait. On tente d'abord une suppression classique de la partition BOOTCAMP.

- passe la commande :​
Bloc de code:
diskutil eraseVolume free null disk1s3
  • qui supprime la partition n°3

Poste le retour.
Bloc de code:
Started erase on disk1s3 BOOTCAMP
Unmounting disk
Finished erase on disk1
-bash-3.2# diskutil list internal
/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk1
   1:                        EFI EFI                     314.6 MB   disk1s1
   2:                 Apple_APFS Container disk2         199.0 GB   disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +199.0 GB   disk2
                                 Physical Store disk1s2
   1:                APFS Volume Macintosh HD - Données  148.2 GB   disk2s1
   2:                APFS Volume Preboot                 83.3 MB    disk2s2
   3:                APFS Volume Recovery                528.9 MB   disk2s3
   4:                APFS Volume VM                      1.1 GB     disk2s4
   5:                APFS Volume Macintosh HD            11.3 GB    disk2s5
 
Hé ! ça a fonctionné ! => alors on finalise. Passe la commande :
Bloc de code:
diskutil ap resizeContainer disk2 0b ; diskutil list internal
  • tu peux faire un copier-coller à rebours : copier ici avec Safari > coller dans le terminal > exécution
  • la commande récupère l'espace libéré au Conteneur apfs > puis ré-affiche la configuration interne résultante

Poste le retour.
 
Oui je suis content merci voila le resultat :
Bloc de code:
-bash-3.2# diskutil ap resizeContainer disk2 0b
Started APFS operation
Aligning grow delta to 51 684 749 312 bytes and targeting a new physical store size of 250 685 575 168 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 250 684 547 072 bytes
Resizing APFS Container designated by APFS Container Reference disk2
The specific APFS Physical Store being resized is disk1s2
Verifying storage system
Performing fsck_apfs -n -x -S /dev/disk1s2
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 newfs_apfs (945.200.84) and last modified by apfs_kext (1412.141.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 newfs_apfs (748.77.4) and last modified by apfs_kext (1412.141.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 newfs_apfs (748.77.4) and last modified by apfs_kext (1412.141.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 apfs.util (945.250.134) and last modified by apfs_kext (1412.141.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.141.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/disk1s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk1s2 from 199 000 825 856 to 250 685 575 168 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
-bash-3.2# diskutil list internal
/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk1
   1:                        EFI EFI                     314.6 MB   disk1s1
   2:                 Apple_APFS Container disk2         250.7 GB   disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +250.7 GB   disk2
                                 Physical Store disk1s2
   1:                APFS Volume Macintosh HD - Données  148.2 GB   disk2s1
   2:                APFS Volume Preboot                 83.3 MB    disk2s2
   3:                APFS Volume Recovery                528.9 MB   disk2s3
   4:                APFS Volume VM                      1.1 GB     disk2s4
   5:                APFS Volume Macintosh HD            11.3 GB    disk2s5
 
Problème résolu sans combat (rien qu'avec une manœuvre de contournement par la session de secours) -->

- tu peux redémarrer et réouvrir ta session habituelle.​
 
Problème résolu sans combat (rien qu'avec une manœuvre de contournement par la session de secours) -->

- tu peux redémarrer et réouvrir ta session habituelle.​
ok merci beaucoup en tout cas pour ton aide :), après j'ai un petit problème avec ma touchbar, des fois elle bloque je suis obligé de redemarrer pour régler le problème tu connais peux etre un FIX ?