Impossible d'utiliser bootcamp, problème d'espace disque

Bonjour Minstrel

Le volume Macintosh HD n'a que 25 Go d'occuopation. Ce qui laisse un espace disponible énorme dans le Conteneur apfs.

Mais le volume Macintosh HD est en format apfs. Ce qui fait que des snapshots (instantanés) sont susceptibles d'exister (stockés hors du volume dans un magasin de l'apfs) > verrouillant les blocs du volume correspondant à leur cliché de l'instant T. Il suffit qu'un seul bloc verrouillé se trouve mal placé (en queue d'espace du Conteneur) --> pour qu'une bande continue de blocs libres ne puisse pas être créée en bas d'espace-disque de Conteneur en vue d'un repartitionnement.

Pour savoir si tu es dans ce cas de blocage > passe la commande (copier-coller) :
Bloc de code:
tmutil listlocalsnapshots /

  • qui liste df'éventuels snapshots

=> est-ce que tu obtiens un retour ?
 
Merci pour votre retour!

Bloc de code:
Last login: Sun Apr 28 16:53:53 on ttys000
macbook-pro-de-paul:~ paulcondaminas$ tmutil listlocalsnapshots /

Et je n'ai rien comme retour avec cette commande.
 
Donc aucun instantané ne retient d'espace dans le volume Macintosh HD.

Je te propose un test de repartitionnement : passe la commande (copier-coller) -->
Bloc de code:
diskutil ap resizeContainer disk1 300g fat32 BOOTCAMP 0b ; diskutil list

  • la commande rétrécit le Conteneur apfs à 300 Go > et crée en-dessous un volume BOOTCAMP de 200 Go en format FAT-32 > puis réaffiche le tableau de la configuration des disques

Poste l'ensemble de l'affichage retourné --> il sera instructif à examiner (une vérification de l'apfs intervenant en préalable du repartitionnement). S'il y a un blocage > la raison en sera mentionnée.
 
C'est parti!

Bloc de code:
Last login: Sun Apr 28 17:26:06 on ttys000
macbook-pro-de-paul:~ paulcondaminas$ diskutil ap resizeContainer disk1 300g fat32 BOOTCAMP 0b ; diskutil list
Started APFS operation
Aligning shrink delta to 200 068 038 656 bytes and targeting a new physical store size of 299 999 997 952 bytes
Determined the minimum size for the targeted physical store of this APFS Container to be 27 950 841 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 was formatted by hfs_convert (945.250.134) and last modified by apfs_kext (945.250.134)
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 (945.250.134) and last modified by apfs_kext (945.250.134)
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 (945.250.134) and last modified by apfs_kext (945.250.134)
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 (945.250.134)
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 500 068 036 608 to 299 999 997 952 bytes
Shrinking APFS data structures
Shrinking partition
Modifying partition map
4096 bytes per physical sector
/dev/rdisk0s3: 390660928 sectors in 6104077 FAT32 clusters (32768 bytes/cluster)
bps=512 spc=64 res=32 nft=2 mid=0xf8 spt=32 hds=255 hid=586348544 drv=0x80 bsec=390756352 bspf=47696 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                        *500.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         300.0 GB   disk0s2
   3:       Microsoft Basic Data BOOTCAMP                200.1 GB   disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +300.0 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD            25.1 GB    disk1s1
   2:                APFS Volume Preboot                 47.7 MB    disk1s2
   3:                APFS Volume Recovery                522.8 MB   disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4

/dev/disk2 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            CCCOMA_X64FRE_FR-FR... +5.4 GB     disk2

/dev/disk3 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            Boot Camp              +2.8 GB     disk3

/dev/disk4 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            Boot Camp              +2.8 GB     disk4
 
Comme tu peux le voir à la vérification --> aucune erreur n'est attestée dans l'apfs. En conséquence > voici la nouvelle configuration de ton disque -->
Bloc de code:
/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         300.0 GB   disk0s2
   3:       Microsoft Basic Data BOOTCAMP                200.1 GB   disk0s3

  • un volume BOOTCAMP de 200 Go a été créé sans aucune difficulté.
  • pour ramener la configuration à son état initial > passe la commande :
Bloc de code:
diskutil eraseVolume free null disk0s3 ; diskutil ap resizeContainer disk1 0b ; diskutil list

  • la commande supprime BOOTCAMP > récupère son espace au Conteneur > réaffiche la configuration des disques

Poste l'affichage retourné.
 
Merci beaucoup c'est vraiment agréable d'être aidé

Bloc de code:
Last login: Sun Apr 28 17:27:34 on ttys000
macbook-pro-de-paul:~ paulcondaminas$ 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 200 068 038 656 bytes and targeting a new physical store size of 500 068 036 608 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 500 067 006 464 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 was formatted by hfs_convert (945.250.134) and last modified by apfs_kext (945.250.134)
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 (945.250.134) and last modified by apfs_kext (945.250.134)
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 (945.250.134) and last modified by apfs_kext (945.250.134)
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 (945.250.134)
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 299 999 997 952 to 500 068 036 608 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
/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            25.2 GB    disk1s1
   2:                APFS Volume Preboot                 47.7 MB    disk1s2
   3:                APFS Volume Recovery                522.8 MB   disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4

/dev/disk2 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            CCCOMA_X64FRE_FR-FR... +5.4 GB     disk2

/dev/disk3 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            Boot Camp              +2.8 GB     disk3

/dev/disk4 (disk image):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            Boot Camp              +2.8 GB     disk4
 
Tout est revenu à la case départ. Aucun blocage. L'Assistant BootCamp n'a aucun raison logique de râler -->

- tu n'as qu'à le relancer...​
 
Bon et bien je suis bien embêté car cela ne fonctionne toujours pas!

Je sais pas pourquoi je savais que cela allait être compliqué haha

Merci pour toutes ces réponses. Si vous avez encore des idées je reste dans les parages!
 
Comme il n'y a absolument aucun problème logique qui bloquerait le repartitionnement --> je vais passer la main à Locke en ce qui concerne l'installation de Windows - un sujet qui n'est pas de ma partie mais de la sienne.

- tu n'as qu'à attendre sa visite dans ce fil...​
 
  • J’aime
Réactions: Minstrel
@Minstrel
Quel est le modèle exact de ton Mac, que dis /A propos de ce Mac et ta version de macOS en cours ?
 
Bonjour, j'ai le même problème que plusieurs, l'assistant Bootcamp me dit : Ce disque de démarrage ne peut pas être partitionné car l’espace y est insuffisant.
Le disque doit comporter au moins 40 Go d’espace libre.

Merci de l'aide à l'avance !




Bloc de code:
Last login: Mon Aug  5 17:33:46 on ttys000
MacBook-Pro-de-Yoan:~ yoandesjardins$ 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            42.2 GB    disk1s1
   2:                APFS Volume Preboot                 70.9 MB    disk1s2
   3:                APFS Volume Recovery                1.0 GB     disk1s3
   4:                APFS Volume VM                      2.3 GB     disk1s4
 
Voici la suite
Bloc de code:
MacBook-Pro-de-Yoan:~ yoandesjardins$ df -H /
Filesystem     Size   Used  Avail Capacity iused               ifree %iused  Mounted on
/dev/disk1s1   120G    42G    42G    51%  721769 9223372036854054038    0%   /
MacBook-Pro-de-Yoan:~ yoandesjardins$ sudo find -x / -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +
Password:
find: /.Spotlight-V100: Operation not permitted
find: /Library/Application Support/com.apple.TCC: Operation not permitted
find: /private/var/db/fpsd/dvp: Operation not permitted
find: /private/var/db/dslocal/nodes: Operation not permitted
find: /private/var/db/ConfigurationProfiles/Store: Operation not permitted
find: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.progressd/ClassKit: Operation not permitted
find: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.Safari/SafariFamily: Operation not permitted
find: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.LaunchServices.dv: Operation not permitted
find: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.nsurlsessiond: Operation not permitted
find: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.routined/dv: Operation not permitted
find: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/C/com.apple.WebKit.WebContent.Sandbox: Operation not permitted
find: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/C/com.apple.QuickLook.thumbnailcache: Operation not permitted
find: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/C/com.apple.WebKit.Networking.Sandbox: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/0: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000y800007k/0/com.apple.nsurlsessiond: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.nsurlsessiond: Operation not permitted
find: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.routined/dv: Operation not permitted
find: /Users/yoandesjardins/Library/Application Support/MobileSync: Operation not permitted
find: /Users/yoandesjardins/Library/Application Support/CallHistoryTransactions: Operation not permitted
find: /Users/yoandesjardins/Library/Application Support/com.apple.TCC: Operation not permitted
find: /Users/yoandesjardins/Library/Application Support/CallHistoryDB: Operation not permitted
find: /Users/yoandesjardins/Library/IdentityServices: Operation not permitted
find: /Users/yoandesjardins/Library/Messages: Operation not permitted
find: /Users/yoandesjardins/Library/HomeKit: Operation not permitted
find: /Users/yoandesjardins/Library/Mail: Operation not permitted
find: /Users/yoandesjardins/Library/Safari: Operation not permitted
find: /Users/yoandesjardins/Library/Suggestions: Operation not permitted
find: /Users/yoandesjardins/Library/Containers/com.apple.VoiceMemos: Operation not permitted
find: /Users/yoandesjardins/Library/Containers/com.apple.Home: Operation not permitted
find: /Users/yoandesjardins/Library/Containers/com.apple.Safari: Operation not permitted
find: /Users/yoandesjardins/Library/Containers/com.apple.iChat: Operation not permitted
find: /Users/yoandesjardins/Library/Containers/com.apple.mail: Operation not permitted
find: /Users/yoandesjardins/Library/Containers/com.apple.news: Operation not permitted
find: /Users/yoandesjardins/Library/Containers/com.apple.stocks: Operation not permitted
find: /Users/yoandesjardins/Library/PersonalizationPortrait: Operation not permitted
find: /Users/yoandesjardins/Library/Metadata/CoreSpotlight: Operation not permitted
find: /Users/yoandesjardins/Library/Metadata/com.apple.IntelligentSuggestions: Operation not permitted
find: /Users/yoandesjardins/Library/Cookies: Operation not permitted
find: /Users/yoandesjardins/Library/Caches/com.apple.safaridavclient: Operation not permitted
find: /Users/yoandesjardins/Library/Caches/com.apple.HomeKit.configurations: Operation not permitted
find: /Users/yoandesjardins/Library/Caches/CloudKit/com.apple.Safari: Operation not permitted
find: [code]
 
Il y a trop de caractère donc je l'envoie en plusieurs partie dsl
Bloc de code:
/Users/yoandesjardins/Library/Caches/com.apple.Safari: Operation not permitted
1,0K    /home
469M    /usr
du: /.Spotlight-V100: Operation not permitted
1,0K    /net
12K    /.DS_Store
  0B    /.PKInstallSandboxManager-SystemSoftware
2,7M    /bin
  0B    /installer.failurerequests
  0B    /Network
1,0M    /sbin
  0B    /.file
  0B    /etc
  0B    /var
du: /Library/Application Support/com.apple.TCC: Operation not permitted
4,4G    /Library
6,7G    /System
8,0K    /.com_kaspersky_iswift_journal
4,0K    /.OSInstallerMessages
17M    /.fseventsd
du: /private/var/db/fpsd/dvp: Operation not permitted
du: /private/var/db/dslocal/nodes: Operation not permitted
du: /private/var/db/ConfigurationProfiles/Store: Operation not permitted
du: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.progressd/ClassKit: Operation not permitted
du: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.Safari/SafariFamily: Operation not permitted
du: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.LaunchServices.dv: Operation not permitted
du: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.nsurlsessiond: Operation not permitted
du: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/0/com.apple.routined/dv: Operation not permitted
du: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/C/com.apple.WebKit.WebContent.Sandbox: Operation not permitted [code]
 
Bloc de code:
du: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/C/com.apple.QuickLook.thumbnailcache: Operation not permitted
du: /private/var/folders/x9/k0bn1mgn6d96wk7bcr2lrsqr0000gn/C/com.apple.WebKit.Networking.Sandbox: Operation not permitted
du: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/0: Operation not permitted
du: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C: Operation not permitted
du: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000y800007k/0/com.apple.nsurlsessiond: Operation not permitted
du: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.nsurlsessiond: Operation not permitted
du: /private/var/folders/zz/zyxvpxvq6csfxvn_n00000z000007r/0/com.apple.routined/dv: Operation not permitted
4,1G    /private
86M    /.DocumentRevisions-V100
  0B    /.vol
du: /Users/yoandesjardins/Library/Application Support/MobileSync: Operation not permitted
du: /Users/yoandesjardins/Library/Application Support/CallHistoryTransactions: Operation not permitted
du: /Users/yoandesjardins/Library/Application Support/com.apple.TCC: Operation not permitted
du: /Users/yoandesjardins/Library/Application Support/CallHistoryDB: Operation not permitted
du: /Users/yoandesjardins/Library/IdentityServices: Operation not permitted
du: /Users/yoandesjardins/Library/Messages: Operation not permitted
du: /Users/yoandesjardins/Library/HomeKit: Operation not permitted
du: /Users/yoandesjardins/Library/Mail: Operation not permitted
du: /Users/yoandesjardins/Library/Safari: Operation not permitted
du: /Users/yoandesjardins/Library/Suggestions: Operation not permitted
du: /Users/yoandesjardins/Library/Containers/com.apple.VoiceMemos: Operation not permitted
du: /Users/yoandesjardins/Library/Containers/com.apple.Home: Operation not permitted
du: /Users/yoandesjardins/Library/Containers/com.apple.Safari: Operation not permitted
du: /Users/yoandesjardins/Library/Containers/com.apple.iChat: Operation not permitted
du: /Users/yoandesjardins/Library/Containers/com.apple.mail: Operation not permitted
du: /Users/yoandesjardins/Library/Containers/com.apple.news: Operation not permitted
du: /Users/yoandesjardins/Library/Containers/com.apple.stocks: Operation not permitted
du: /Users/yoandesjardins/Library/PersonalizationPortrait: Operation not permitted
du: /Users/yoandesjardins/Library/Metadata/CoreSpotlight: Operation not permitted
du: /Users/yoandesjardins/Library/Metadata/com.apple.IntelligentSuggestions: Operation not permitted
du: /Users/yoandesjardins/Library/Cookies: Operation not permitted
du: /Users/yoandesjardins/Library/Caches/com.apple.safaridavclient: Operation not permitted
du: /Users/yoandesjardins/Library/Caches/com.apple.HomeKit.configurations: Operation not permitted
du: /Users/yoandesjardins/Library/Caches/CloudKit/com.apple.Safari: Operation not permitted
du: /Users/yoandesjardins/Library/Caches/com.apple.Safari: Operation not permitted
16G    /Users
4,1G    /Applications
4,5K    /dev
  0B    /Volumes
  0B    /tmp
  0B    /cores
MacBook-Pro-de-Yoan:~ yoandesjardins$ tmutil listlocalsnapshots /
MacBook-Pro-de-Yoan:~ yoandesjardins$




[/code]
 
Bonjour Mfjones

La kyrielle d'« Operation not permitted » retournée par la dernière commande --> signale l'activation du SIP (protocole de sécurisation) > lequel dénie d'accès en lecture à la commande du une série de localisations protégées du volume de démarrage. Ce qui donne un tableau à la fois illisible et erroné dans ses mesures (notamment de la Bibliothèque du compte d'utilisateur).

----------

Pour désactiver le SIP > redémarre > les 2 touches ⌘R (cmd R) tenues pressées de l'écran noir => à la  = démarrage sur l'OS de secours. Tu obtiens un écran affichant une fenêtre de 4 Utilitaires macOS. Va à la barre de menus supérieure de l'écran > Menu Utilitaires > sous-menu : Terminal.

Lance-le et passe la commande :
Bloc de code:
csrutil disable

  • qui désactive le SIP

Cela fait > quitte le Terminal > va à : Menu  > Disque de démarrage > sélectionne Macintosh HD > redémarre dessus.

----------

De retour dans ta session > repasse la commande :
Bloc de code:
sudo find -x / -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +

  • et reposte le tableau dans une fenêtre de code : il sera cette fois-ci concis > lisible et adéquat.
 
Bonjour MACOMANIA,

Je rencontre le même problème avec boot camp, j'ai besoin de ta précieuse aide.
Voila le tableau :

Bloc de code:
Last login: Wed Aug  7 11:57:23 on console
fred@MacBook ~ % diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk0
   1:                        EFI EFI                     314.6 MB   disk0s1
   2:                 Apple_APFS Container disk1         250.2 GB   disk0s2
   3:           Windows Recovery                         525.3 MB   disk0s3

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

fred@MacBook ~ % df -H /
Filesystem     Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk1s5   250G    11G   115G     9%  478283 2442478277    0%   /
fred@MacBook ~ % sudo find -x / -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +
Password:
find: /System/Volumes/Data/.Spotlight-V100: No such file or directory
find: /System/Volumes/Data/.PKInstallSandboxManager: No such file or directory
find: /System/Volumes/Data/.PKInstallSandboxManager-SystemSoftware: No such file or directory
find: /System/Volumes/Data/mnt: No such file or directory
find: /System/Volumes/Data/.DocumentRevisions-V100: No such file or directory
find: /System/Volumes/Data/.TemporaryItems: No such file or directory
find: /System/DriverKit: No such file or directory
  0B    /home
1,6G    /usr
  0B    /.DS_Store
2,4M    /bin
4,0K    /installer.failurerequests
1016K    /sbin
  0B    /.file
  0B    /etc
  0B    /var
2,1G    /Library
118G    /System
  0B    /.VolumeIcon.icns
16M    /.fseventsd
3,6G    /private
  0B    /.vol
92G    /Users
6,4G    /Applications
  0B    /opt
4,5K    /dev
  0B    /Volumes
  0B    /tmp
  0B    /cores
fred@MacBook ~ % tmutil listlocalsnapshots /
com.apple.TimeMachine.2019-08-06-124156.local
com.apple.TimeMachine.2019-08-06-134207.local
com.apple.TimeMachine.2019-08-06-144158.local
com.apple.TimeMachine.2019-08-06-154156.local
com.apple.TimeMachine.2019-08-06-164701.local
com.apple.TimeMachine.2019-08-06-174752.local
com.apple.TimeMachine.2019-08-06-194921.local
fred@MacBook ~ %
 
Dernière édition par un modérateur:
3: Windows Recovery 525.3 MB disk0s3
Tu as un reliquat de Windows à supprimer, je laisse faire macomaniac pour les manipulations.

Attention à la capacité, comme il faut laisser une réserve pour un bon fonctionnement de macOS, tu ne devras pas dépasser 90 Go pour la partition de Windows. Dans un premier temps, fais une sauvegarde avec Time Machine, puis dans Préférences Système/Time Machine désactive cette option...

Capture d’écran 2019-08-07 à 13.03.53.jpg
...car les sauvegardes temporaires prennent de la place et vont empêcher un bon fonctionnement d'Assistant Boot Camp.
com.apple.TimeMachine.2019-08-06-124156.local
com.apple.TimeMachine.2019-08-06-134207.local
com.apple.TimeMachine.2019-08-06-144158.local
com.apple.TimeMachine.2019-08-06-154156.local
com.apple.TimeMachine.2019-08-06-164701.local
com.apple.TimeMachine.2019-08-06-174752.local
com.apple.TimeMachine.2019-08-06-194921.local
 
  • J’aime
Réactions: JJsphynx
Bloc de code:
Last login: Wed Aug  7 11:57:23 on console
fred@MacBook ~ % diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk0
   1:                        EFI EFI                     314.6 MB   disk0s1
   2:                 Apple_APFS Container disk1         250.2 GB   disk0s2
   3:           Windows Recovery                         525.3 MB   disk0s3

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

fred@MacBook ~ % df -H /
Filesystem     Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk1s5   250G    11G   115G     9%  478283 2442478277    0%   /
fred@MacBook ~ % sudo find -x / -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +
Password:
find: /System/Volumes/Data/.Spotlight-V100: No such file or directory
find: /System/Volumes/Data/.PKInstallSandboxManager: No such file or directory
find: /System/Volumes/Data/.PKInstallSandboxManager-SystemSoftware: No such file or directory
find: /System/Volumes/Data/mnt: No such file or directory
find: /System/Volumes/Data/.DocumentRevisions-V100: No such file or directory
find: /System/Volumes/Data/.TemporaryItems: No such file or directory
find: /System/DriverKit: No such file or directory
  0B    /home
1,6G    /usr
  0B    /.DS_Store
2,4M    /bin
4,0K    /installer.failurerequests
1016K    /sbin
  0B    /.file
  0B    /etc
  0B    /var
2,1G    /Library
118G    /System
  0B    /.VolumeIcon.icns
16M    /.fseventsd
3,6G    /private
  0B    /.vol
92G    /Users
6,4G    /Applications
  0B    /opt
4,5K    /dev
  0B    /Volumes
  0B    /tmp
  0B    /cores
fred@MacBook ~ % tmutil listlocalsnapshots /
com.apple.TimeMachine.2019-08-06-124156.local
com.apple.TimeMachine.2019-08-06-134207.local
com.apple.TimeMachine.2019-08-06-144158.local
com.apple.TimeMachine.2019-08-06-154156.local
com.apple.TimeMachine.2019-08-06-164701.local
com.apple.TimeMachine.2019-08-06-174752.local
com.apple.TimeMachine.2019-08-06-194921.local
fred@MacBook ~ %
Tu as un reliquat de Windows à supprimer, je laisse faire macomaniac pour les manipulations.

Attention à la capacité, comme il faut laisser une réserve pour un bon fonctionnement de macOS, tu ne devras pas dépasser 90 Go pour la partition de Windows. Dans un premier temps, fais une sauvegarde avec Time Machine, puis dans Préférences Système/Time Machine désactive cette option...

Voir la pièce jointe 136347
...car les sauvegardes temporaires prennent de la place et vont empêcher un bon fonctionnement d'Assistant Boot Camp.

Salut Locke,

Merci beaucoup pour ton retour.
J'ai déjà effectué une sauvegarde time machine et également désactivé la sauvegarde automatique :)
J'attends le retour de Macomaniac :)

J'adorerais être aussi calé que vous :)
 
Bonjour JJsphynx

Passe la commande (copier-coller) :
Bloc de code:
diskutil eraseVolume free null disk0s3 ; diskutil ap resizeContainer disk1 0b ; diskutil list

  • la commande : a) supprime la petite partition Windows résiduelle > b) récupère son espace au Conteneur apfs et à sa partition de base > c) réaffiche le tableau des disques

Poste l'ensemble de l'affichage retourné.
 
  • J’aime
Réactions: JJsphynx
Merci pour ton retour Macomaniac :
voici l'affichage après la commande :

Bloc de code:
Last login: Wed Aug  7 11:59:18 on ttys000
fred@MacBook ~ % diskutil eraseVolume free null disk0s3 ; diskutil ap resizeContainer disk1 0b ; diskutil list
Started erase on disk0s3
Unmounting disk
Finished erase on disk0
Started APFS operation
Aligning grow delta to 526 823 424 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 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 (748.1.46) and last modified by apfs_kext (1412.0.6.151.2)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
warning: apfs_fs_alloc_count is not valid (expected 441435, actual 29952791)
Checking volume
Checking the APFS volume superblock
The volume Preboot was formatted by newfs_apfs (748.1.46) and last modified by apfs_kext (1412.0.6.151.2)
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.1.46) and last modified by apfs_kext (1412.0.6.151.2)
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 newfs_apfs (748.1.46) and last modified by apfs_kext (1412.0.6.151.2)
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 diskmanagement (1409.0.0.141.4) and last modified by apfs_kext (1412.0.6.151.2)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
warning: apfs_fs_alloc_count is not valid (expected 48540, actual 2568810)