iMac Problème espace irrécupérable sur SSD

Bloc de code:
iMac-de-Virgile:~ virgileferroukh$ diskutil eraseVolume free null disk0s4 ; diskutil eraseVolume free null disk0s5 ; diskutil resizeVolume disk0s2 0b ; diskutil list disk0
Started erase on disk0s4 El Capitan
Unmounting disk
Error: -69888: Couldn't unmount disk
Started erase on disk0s5 Recovery HD
Unmounting disk
Finished erase on disk0
Resizing to full size (fit to fill)
Started partitioning on disk0s2 Macintosh HD
Verifying the disk
Verifying file system
Using live mode
Performing live verification
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Checking Journaled HFS Plus volume
Checking Journaled HFS Plus volume
File system check exit code is 0
Resizing
Error: -69742: The requested size change for the target disk or a related disk is too small; please try a different disk or partition, or make a larger change
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Macintosh HD            399.8 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
   4:                  Apple_HFS El Capitan              98.7 GB    disk0s4
 
L'enchaînement a échoué sur la partition El Capitan > car ce volume n'a pas pu être démonté.

Passe la commande :
Bloc de code:
diskutil umount force disk0s4

  • qui démonte de force El Capitan

Poste le retour.
 
Je l'ai fait une première fois et juste après avoir validé, le terminal s'est fermé tout seul.
Je l'ai donc réouvert et retapé la commande :

Bloc de code:
iMac-de-Virgile:~ virgileferroukh$ diskutil umount force disk0s4
disk0s4 was already unmounted

Je pense donc qu'il me dit que la partition a déjà été démontée précédemment.
 
Donc c'est reparti. Repasse la commande :
Bloc de code:
diskutil eraseVolume free null disk0s4 ; diskutil resizeVolume disk0s2 0b ; diskutil list disk0

  • que j'ai élaguée du segment destructeur de la partition de secours (puisque cela a déjà été fait)

Poste le retour.
 
Bloc de code:
iMac-de-Virgile:~ virgileferroukh$ diskutil eraseVolume free null disk0s4 ; diskutil resizeVolume disk0s2 0b ; diskutil list disk0
Started erase on disk0s4 El Capitan
Unmounting disk
Finished erase on disk0
Resizing to full size (fit to fill)
Started partitioning on disk0s2 Macintosh HD
Verifying the disk
Verifying file system
Using live mode
Performing live verification
Performing live verification
Performing live verification
Performing live verification
Performing live verification
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Checking Journaled HFS Plus volume
Performing live verification
Checking Journaled HFS Plus volume
Checking extents overflow file
Checking extents overflow file
Checking Journaled HFS Plus volume
Checking extents overflow file
Checking extents overflow file
Checking Journaled HFS Plus volume
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking extents overflow file
Checking catalog file
Checking extents overflow file
Checking catalog file
Checking extents overflow file
Checking catalog file
Checking extents overflow file
Checking catalog file
Checking extents overflow file
Checking catalog file
Checking multi-linked files
Checking catalog hierarchy
Checking extended attributes file
Checking extended attributes file
Checking extended attributes file
Checking extended attributes file
Checking extended attributes file
Checking extended attributes file
Checking volume bitmap
Checking extended attributes file
Checking volume bitmap
Checking extended attributes file
Checking volume bitmap
Checking extended attributes file
Checking volume bitmap
Checking extended attributes file
Checking volume bitmap
Checking volume information
Checking volume information
Checking extended attributes file
Checking volume bitmap
Checking volume information
Checking volume information
Checking extended attributes file
Checking volume bitmap
Checking volume information
Checking volume information
Checking extended attributes file
Checking volume bitmap
Checking volume information
Checking volume information
Checking extended attributes file
Checking volume bitmap
Checking volume information
Checking extended attributes file
Checking volume bitmap
Checking volume information
File system check exit code is 0
Resizing
Waiting for the disks to reappear
Finished partitioning on disk0s2 Macintosh HD
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Macintosh HD            499.1 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s4
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Macintosh HD            499.1 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s4
 
Problème résolu cette fois-ci. Ce tableau du disque interne -->
Bloc de code:
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Macintosh HD            499.1 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s4

  • montre que tout est rentré dans l'ordre.
 
  • J’aime
Réactions: FalloutXtreme
Parfait !
J'ai effectivement récupéré mes 500 Go sur ma partition principale (Macintosh HD).

Merci encore pour tout le temps que tu as consacré à mon problème ;)

Passe une bonne soirée !