10.14 Mojave Mojave bloqué sur l'ouverture de session

Je n'ai pas vu de conteneur apfs particulier sinon celui du disque SSD 960
J'y ai effectué un SOS tous comme sur chacun des disques (des fois que...)
De retour dans ma session :
Bloc de code:
MacBook-Pro-de-JP:~ Tinou$ diskutil verifyVolume disk1
Started file system verification on disk1
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l /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 SSD 960 was formatted by diskmanagementd (945.275.7) and last modified by apfs_kext (945.275.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking snapshot 1 of 10
Checking snapshot 2 of 10
Checking snapshot 3 of 10
Checking snapshot 4 of 10
Checking snapshot 5 of 10
Checking snapshot 6 of 10
Checking snapshot 7 of 10
Checking snapshot 8 of 10
Checking snapshot 9 of 10
Checking snapshot 10 of 10
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Preboot was formatted by diskmanagementd (945.230.6) and last modified by apfs_kext (945.275.7)
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.230.6) and last modified by apfs_kext (945.275.7)
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.275.7) and last modified by apfs_kext (945.275.7)
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
warning: Overallocation Detected on Main device: (85301370+1) bitmap address (1389d)
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Finished file system verification on disk1
MacBook-Pro-de-JP:~ Tinou$
 
Erreur réparée. Mais ! ...

- tu as 10 snapshots ! = instantanés du volume à l'instant T => qui verrouillent à l'état occupé l'espace des blocs correspondant aux fichiers imagés.​

Va à : Menu  > Préférences Système > Time Machine => décoche l'option : "Sauvegarder automatiquement" qui est la génératrice des snapshots.

- cela fait > passe la commande (copier-coller) :​
Bloc de code:
sudo tmutil thinlocalsnapshots / 99000000000000 4 ; say 'ENFIN TERMINÉ LA PURGE'

  • à validation > une demande de password s'affiche (commande sudo) --> tape ton mot-de-passe de session admin en aveugle - aucun caractère ne se montrant à la frappe - et revalide
  • la commande supprime en lot les snapshots. Attends d'entendre une voix déclarer : "Enfin ! terminé la purge..." en signal de fin

Poste le retour.
 
Voilà fait.
Dois-je ensuite réactiver la sauvegarde auto (si toutefois ça a un intérêt que ce soit automatique) ?
Bloc de code:
MacBook-Pro-de-JP:~ Tinou$ sudo tmutil thinlocalsnapshots / 99000000000000 4 ; say 'ENFIN TERMINÉ LA PURGE'
Password:
Thinned local snapshots:
com.apple.TimeMachine.2019-11-06-214016
com.apple.TimeMachine.2019-11-06-184235
com.apple.TimeMachine.2019-11-06-142215
com.apple.TimeMachine.2019-11-06-103202
com.apple.TimeMachine.2019-11-06-080245
com.apple.TimeMachine.2019-11-06-055232
com.apple.TimeMachine.2019-11-06-022141
com.apple.TimeMachine.2019-11-05-234834
com.bombich.ccc.8C06DB57-BF15-4665-A20F-932FD226A340.2019-11-05-233717
com.bombich.ccc.safetynet.8C06DB57-BF15-4665-A20F-932FD226A340.2019-11-05-230632
MacBook-Pro-de-JP:~ Tinou$
 
Apparemment > tu as aussi Carbon Copy Cloner qui crée des snapshots de son côté (tu peux désactiver cette fonctionnalité dans le panneau du logiciel).

- passe la commande vérificatrice :​
Bloc de code:
tmutil listlocalsnapshots /

  • qui affiche les snapshots associés au volume de démarrage

=> est-ce que tu obtiens un retour ?
 
et pour compléter :
Bloc de code:
MacBook-Pro-de-JP:~ Tinou$ diskutil list
/dev/disk0 (internal):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                         960.2 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         960.0 GB   disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +960.0 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume SSD 960                 309.3 GB   disk1s1
   2:                APFS Volume Preboot                 45.9 MB    disk1s2
   3:                APFS Volume Recovery                517.5 MB   disk1s3
   4:                APFS Volume VM                      1.1 GB     disk1s4

MacBook-Pro-de-JP:~ Tinou$