Alors tu passes la série de commandes (l'une après l'autre) :
Bloc de code:diskutil eraseVolume free null disk0s5 diskutil eraseVolume free null disk0s6 diskutil eraseVolume free null disk0s7
- qui suppriment les partitions-cibles en convertissant leur espace à de l'espace libre
Puis tu passes la commande :
Bloc de code:diskutil coreStorage resizeStack 1B33B42A-BD6D-41A4-B4F7-F24E75CE29D9 0b
- qui récupère tout l'espace libre disponible au CoreStorage de la partition disk0s2 et à son volume Macintosh
S'il n'y a pas eu d'échec > repasse un :
- une vérification du système de fichiers Apple_HFS+ de ce volume-hôte va intervenir --> s'il n'y a pas d'erreurs > la commande va passer
Bloc de code:diskutil list
- et poste le tableau.
Bloc de code:
Last login: Thu Nov 9 20:10:58 on ttys000
MacBook-Pro-de-Marvyn:~ marvyn$ diskutil eraseVolume free null disk0s5
Started erase on disk0s5 NO NAME
Unmounting disk
Finished erase on disk0
MacBook-Pro-de-Marvyn:~ marvyn$ diskutil eraseVolume free null disk0s6
Started erase on disk0s6
Unmounting disk
Finished erase on disk0
MacBook-Pro-de-Marvyn:~ marvyn$ diskutil eraseVolume free null disk0s7
Started erase on disk0s7 Untitled
Unmounting disk
Finished erase on disk0
MacBook-Pro-de-Marvyn:~ marvyn$ diskutil coreStorage resizeStack 1B33B42A-BD6D-41A4-B4F7-F24E75CE29D9 0b
The Core Storage Logical Volume UUID is 1B33B42A-BD6D-41A4-B4F7-F24E75CE29D9
Started CoreStorage operation
Checking prerequisites for resizing Logical-Physical volume stack
Growing Logical-Physical volume stack
Verifying file system
Using live mode
Performing live verification
Checking Journaled HFS Plus volume
Detected a case-sensitive volume
Checking extents overflow file
Checking catalog file
Checking multi-linked files
Checking catalog hierarchy
Checking extended attributes file
Checking volume bitmap
Checking volume information
The volume Macintosh appears to be OK
File system check exit code is 0
Growing Core Storage Physical Volume from 75 715 670 016 to 120 473 067 520 bytes
Copying booter
Growing disk partition
Modifying partition map
Growing Core Storage data structures
Resizing Core Storage Physical Volume structures
Resized Core Storage Physical Volume to 120 473 067 520 bytes
Growing Logical Volume
Resizing Core Storage Logical Volume structures
Resized Core Storage Logical Volume to 120 120 541 184 bytes
Growing file system
Finished CoreStorage operation
MacBook-Pro-de-Marvyn:~ marvyn$ 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_CoreStorage Macintosh HD 120.5 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s4
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Macintosh +120.1 GB disk1
Logical Volume on disk0s2
1B33B42A-BD6D-41A4-B4F7-F24E75CE29D9
Unlocked Encrypted
MacBook-Pro-de-Marvyn:~ marvyn$