10.13 High Sierra Problème d’installation d’OS

Dans ta session > tu trouves le Terminal de macOS at: Applications > Utilitaires > Terminal. Lance-le > passe la commande :
Bloc de code:
diskutil list

  • et poste le tableau des disques --> que je voie comment ça se présente...
 
Bloc de code:
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *120.0 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS                         119.7 GB   disk0s2

/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *250.1 GB   disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk2         246.0 GB   disk1s2
   3:                  Apple_HFS OS X Base System        3.7 GB     disk1s3

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +246.0 GB   disk2
                                 Physical Store disk1s2
   1:                APFS Volume Macintosh HD            33.7 GB    disk2s1
   2:                APFS Volume Preboot                 23.9 MB    disk2s2
   3:                APFS Volume Recovery                516.1 MB   disk2s3
   4:                APFS Volume VM                      5.4 GB     disk2s4

/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *1.0 TB     disk3
   1:               Windows_NTFS SAMSUNG                 1.0 TB     disk3s1

MacBook-Pro:~ julien$
 
Alors passe la commande (copier-coller) :
Bloc de code:
diskutil eraseVolume free null disk1s3 ; diskutil ap resizeContainer disk2 0b

  • cette commande concaténée --> a) supprime la partition du bas > b) récupère son espace au Conteneur du haut

=> poste l'affichage retourné par la commande.
 
Bloc de code:
MacBook-Pro:~ julien$ diskutil eraseVolume free null disk1s3 ; diskutil ap resizeContainer disk2 0b
Started erase on disk1s3 OS X Base System
Unmounting disk
Finished erase on disk1
Started APFS operation
Aligning grow delta to 3 849 596 928 bytes and targeting a new physical store size of 249 849 593 856 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 249 848 565 760 bytes
Resizing APFS Container designated by APFS Container Reference disk2
The specific APFS Physical Store being resized is disk1s2
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l /dev/disk1s2
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 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 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 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
Verifying allocated space
The volume /dev/disk1s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk1s2 from 245 999 996 928 to 249 849 593 856 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
voici ce que j'obtiens!
 
Le problème est résolu. Repasse une commande :
Bloc de code:
diskutil list

  • et poste le tableau des disques mis à jour --> qu'on contemple le paysage...
 
Bloc de code:
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *120.0 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS                         119.7 GB   disk0s2

/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *250.1 GB   disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk2         249.8 GB   disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +249.8 GB   disk2
                                 Physical Store disk1s2
   1:                APFS Volume Macintosh HD            34.2 GB    disk2s1
   2:                APFS Volume Preboot                 23.9 MB    disk2s2
   3:                APFS Volume Recovery                516.1 MB   disk2s3
   4:                APFS Volume VM                      5.4 GB     disk2s4

/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *1.0 TB     disk3
   1:               Windows_NTFS SAMSUNG                 1.0 TB     disk3s1

voici
 
Voici le partitionnement primaire du SSD -->
Bloc de code:
/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *250.1 GB   disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk2         249.8 GB   disk1s2

  • la partition apfs a récupéré tout l'espace-disque possible. Problème résolu !