@ deejay
Pour le problème de re-partitionnement --> passe la commande :
Bloc de code:diskutil verifyVolume /
- qui vérifie le système de fichiers apfs (générateur du volume) ; l'opération prend un moment
Poste l'affichage retourné par la commande.
Cela me donne le résultat suivant :
Bloc de code:
Last login: Fri May 4 18:35:54 on ttys000
MacBook-Pro-de-DeeJayZ4:~ deejayz4$ diskutil verifyVolume /
Started file system verification on disk1s1 Macintosh HD
Verifying file system
Volume could not be unmounted
Using live mode
Performing fsck_apfs -n -l -x /dev/rdisk1s1
Checking volume
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the object map
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking snapshot 1 of 2
Checking snapshot 2 of 2
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
MacBook-Pro-de-DeeJayZ4:~ deejayz4$