DaisyDisk hidden space

En effet : les snapshots ont été supprimés cette fois-ci.

----------

Le tableau de mesure des fichiers que tu as posté a été rendu illisible par des "Operation not permitted". Signe de l'activation du SIP (protocole de sécurité).

----------

Pour désactiver le SIP > redémarre > les 2 touches ⌘R (cmd R) tenues pressées de l'écran noir => à la  = démarrage sur l'OS de secours. Tu obtiens un écran affichant une fenêtre de 4 Utilitaires macOS. Va à la barre de menus supérieure de l'écran > Menu Utilitaires > sous-menu : Terminal.

Lance-le et passe la commande :
Bloc de code:
csrutil disable

  • qui désactive le SIP

Cela fait > quitte le Terminal > va à : Menu  > Disque de démarrage > sélectionne Macintosh HD > redémarre dessus.

----------

De retour dans ta session > passe la commande (copier-coller) :
Bloc de code:
sudo find -x / -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +

  • la commande mesure (en Gi = gibibytes : base 2) les objets de 1er rang du volume Macintosh HD démarré. Elle est très lente d'exécution : attends le retour de l'invite de commande terminée par ton nomcourt$ en signal de fin.

Poste le tableau.
 
Merci, je viens de désactiver le SIP et de passer la commande.
Voici le tableau :
Bloc de code:
 0B    /sw
1,0K    /home
456M    /usr
1,0K    /net
8,0K    /.DS_Store
2,3M    /bin
4,0K    /installer.failurerequests
  0B    /Network
 18M    /Preboot
1016K    /sbin
  0B    /.file
  0B    /etc
  0B    /var
4,9G    /Library
  0B    /.Trashes
8,9G    /System
  0B    /mnt
9,0G    /private
  0B    /.vol
 26G    /Users
 21G    /Applications
251M    /opt
4,5K    /dev
  0B    /Volumes
  0B    /tmp
  0B    /cores
 
Je comptabilise 70,4 Gi = 75,6 Go de fichiers catalogués. Or tu as précédemment mesuré l'occupation des blocs à 122,8 Go (pour les 2 volumes principaux). Ce qui fait une sur-occupation de blocs occupés (par rapport à la taille des fichiers) de 122,8 Go - 75,6 Go = 47,2 Go !

- passe la commande :​
Bloc de code:
diskutil ap listSnaps disk1s1

  • qui affiche les snapshots associés au volume-Données (Macintosh HD - Données)

Poste le retour. Je 'arrive pas à croire qu'aucun snapshot ne soit responsable de cette sur-occupation de blocs occupés...
 
Effectivemment ça fait beaucoup d'espace perdu et qui me serait bien utile !

Voici les snapshots pour disk1s1
Bloc de code:
Snapshots for disk1s1 (2 found)
|
+-- 8A5C8F9B-8EB5-481B-947A-3000C8EE1D40
|   Name:        com.apple.TimeMachine.2019-11-10-132334.local
|   XID:         3410767
|   Purgeable:   Yes
|
+-- CE3C0837-B6A4-4868-9781-8453CCA10593
    Name:        com.apple.TimeMachine.2019-11-10-194434.local
    XID:         3416950
    Purgeable:   Yes
    NOTE:        This snapshot limits the minimum size of APFS Container disk1

EDIT : je viens de les supprimer individuellement et mon problème semble presque réglé ! Voilà ce que me donne df -H /
Bloc de code:
Filesystem     Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk1s5   120G    10G    35G    23%  474446 1176020354    0%   /

J'ai 35go disponibles. Ce n'est pas encore 47,2go mais on en approche. Merci beaucoup pour ton aide @macomaniac ! Si tu as une idée pour la suite, je suis preneuse :)
 
Dernière édition:
Passe la commande :
Bloc de code:
diskutil verifyVolume disk1

  • qui vérifie l'apfs du Conteneur et de ses volumes

Poste le retour.
 
Voici le résultat :
Bloc de code:
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 Macintosh HD - Données was formatted by hfs_convert (748.1.46) and last modified by apfs_kext (1389.0.0.121.1)
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 Preboot was formatted by newfs_apfs (748.1.46) and last modified by apfs_kext (1389.0.0.121.1)
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 newfs_apfs (748.1.46) and last modified by apfs_kext (1389.0.0.121.1)
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 newfs_apfs (748.1.46) and last modified by apfs_kext (1389.0.0.121.1)
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 Macintosh HD was formatted by diskmanagement (1389.0.0.121.1) and last modified by apfs_kext (1389.0.0.121.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking snapshot 1 of 3 (com.apple.TimeMachine.2019-07-01-115927.local)
Checking snapshot 2 of 3 (com.apple.TimeMachine.2019-08-11-160010.local)
Checking snapshot 3 of 3 (com.apple.TimeMachine.2019-08-11-170140.local)
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
warning: overallocation detected on Main device: (0x70b0b+1) bitmap address (0x6e8f)
warning: overallocation detected on Main device: (0x72de5+1) bitmap address (0x6e8f)
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Finished file system verification on disk1
 
Tu as 3 snapshots associés à Macintosh HD (volume-Système) :
Bloc de code:
com.apple.TimeMachine.2019-07-01-115927.local
com.apple.TimeMachine.2019-08-11-160010.local
com.apple.TimeMachine.2019-08-11-170140.local

  • passe les commandes (cipier-coller - séparément) :
Bloc de code:
sudo tmutil deletelocalsnapshots 2019-07-01-115927
sudo tmutil deletelocalsnapshots 2019-08-11-160010
sudo tmutil deletelocalsnapshots 2019-08-11-170140

  • qui les suppriment un à un

Poste les retours.
 
Je viens de passer les commandes individuellement. Elles semblaient avoir fonctionné puisque j'avais le message "deleted snapshot" à chaque fois mais en relançant diskutil verifyVolume disk1 j'ai toujours :
Bloc de code:
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 Macintosh HD - Données was formatted by hfs_convert (748.1.46) and last modified by apfs_kext (1389.0.0.121.1)
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 Preboot was formatted by newfs_apfs (748.1.46) and last modified by apfs_kext (1389.0.0.121.1)
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 newfs_apfs (748.1.46) and last modified by apfs_kext (1389.0.0.121.1)
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 newfs_apfs (748.1.46) and last modified by apfs_kext (1389.0.0.121.1)
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 Macintosh HD was formatted by diskmanagement (1389.0.0.121.1) and last modified by apfs_kext (1389.0.0.121.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking snapshot 1 of 3 (com.apple.TimeMachine.2019-07-01-115927.local)
Checking snapshot 2 of 3 (com.apple.TimeMachine.2019-08-11-160010.local)
Checking snapshot 3 of 3 (com.apple.TimeMachine.2019-08-11-170140.local)
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
warning: overallocation detected on Main device: (0x70b0b+1) bitmap address (0x76e0)
warning: overallocation detected on Main device: (0x72de5+1) bitmap address (0x76e0)
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Finished file system verification on disk1
 
Redémarre une fois -->

- est-ce que de retour dans ta session tu as toujours les 3 snapshots ?​
 
Après un reboot j'ai le message suivant quand je lance diskutil verifyVolume disk1...
Bloc de code:
Started file system verification on disk1
Error: -69502: Storage system verify or repair with one or more encrypted and locked volumes (e.g. in an APFS Container) is not supported
 
Passe la commande :
Bloc de code:
diskutil ap list

  • qui affiche le tableau détaillé du Conteneur apfs

Poste le tableau.
 
voici le résultat :
Bloc de code:
APFS Container (1 found)
|
+-- Container disk1 F77E3669-8718-4811-8187-A85C568E8DA4
    ====================================================
    APFS Container Reference:     disk1
    Size (Capacity Ceiling):      120473067520 B (120.5 GB)
    Capacity In Use By Volumes:   86585331712 B (86.6 GB) (71.9% used)
    Capacity Not Allocated:       33887735808 B (33.9 GB) (28.1% free)
    |
    +-< Physical Store disk0s2 FA8C2FB3-EE9A-457C-904F-10C7F1793AE3
    |   -----------------------------------------------------------
    |   APFS Physical Store Disk:   disk0s2
    |   Size:                       120473067520 B (120.5 GB)
    |
    +-> Volume disk1s1 EE4E510B-F1B5-37B4-90CE-12C63A77FAF1
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s1 (Data)
    |   Name:                      Macintosh HD - Données (Case-insensitive)
    |   Mount Point:               /System/Volumes/Data
    |   Capacity Consumed:         74548240384 B (74.5 GB)
    |   FileVault:                 Yes (Locked)
    |
    +-> Volume disk1s2 830CB903-2547-4F06-9767-4EF8079EA2AC
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s2 (Preboot)
    |   Name:                      Preboot (Case-insensitive)
    |   Mount Point:               Not Mounted
    |   Capacity Consumed:         79831040 B (79.8 MB)
    |   FileVault:                 No
    |
    +-> Volume disk1s3 E03B4027-56FE-460C-BC73-C04EE5EC43C5
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s3 (Recovery)
    |   Name:                      Recovery (Case-insensitive)
    |   Mount Point:               Not Mounted
    |   Capacity Consumed:         526974976 B (527.0 MB)
    |   FileVault:                 No
    |
    +-> Volume disk1s4 A35A6B41-8482-4EA5-AADB-BF6FBA98EAEC
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s4 (VM)
    |   Name:                      VM (Case-insensitive)
    |   Mount Point:               /private/var/vm
    |   Capacity Consumed:         1074831360 B (1.1 GB)
    |   FileVault:                 No
    |
    +-> Volume disk1s5 6069E4E2-2DA4-43AB-84CE-158624B60AE8
        ---------------------------------------------------
        APFS Volume Disk (Role):   disk1s5 (System)
        Name:                      Macintosh HD (Case-insensitive)
        Mount Point:               /
        Capacity Consumed:         10229075968 B (10.2 GB)
        FileVault:                 Yes (Unlocked)
 
Cette entrée décrit le volume-Données -->
Bloc de code:
    |
    +-> Volume disk1s1 EE4E510B-F1B5-37B4-90CE-12C63A77FAF1
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s1 (Data)
    |   Name:                      Macintosh HD - Données (Case-insensitive)
    |   Mount Point:               /System/Volumes/Data
    |   Capacity Consumed:         74548240384 B (74.5 GB)
    |   FileVault:                 Yes (Locked)

  • Macintosh HD - Données est déclaré actuellement verrouillé par FileVault

=> est-ce que tu es bien actuellement démarrée sur Macintosh HD ? - car le volume-Donnée compagnon devrait alors être remonté dans Macintosh HD (at: /System/Volumes/Data)...
 
[Rafraîchis la page pour lire mon message précédent complet. Il m'avait échappé au postage à peine commencé.]
 
Oui je suis bien sur Macintosh HD (je viens de redémarrer en mode recuperation pour m'en assurer) mais je ne suis pas sure de comprendre quel est le problème...
 
Je ne comprends pas comment le volume-utilisateur peut être verrouillé et non monté > et que tu puisses ouvrir une session.

- cela mérite une enquête. Comme il se fait trop tard pour moi à présent => je reviendrai demain dans ton fil à ce sujet.​
 
Oui bien sur, prend ton temps. Merci beaucoup pour ton aide en tous cas !

J'ai relancé diskutil ap list et j'ai l'impression que cette fois le volume utilisateur est dévérouillé et monté correctement. A moins que j'ai mal compris...

Bloc de code:
APFS Container (1 found)
|
+-- Container disk1 F77E3669-8718-4811-8187-A85C568E8DA4
    ====================================================
    APFS Container Reference:     disk1
    Size (Capacity Ceiling):      120473067520 B (120.5 GB)
    Capacity In Use By Volumes:   91513159680 B (91.5 GB) (76.0% used)
    Capacity Not Allocated:       28959907840 B (29.0 GB) (24.0% free)
    |
    +-< Physical Store disk0s2 FA8C2FB3-EE9A-457C-904F-10C7F1793AE3
    |   -----------------------------------------------------------
    |   APFS Physical Store Disk:   disk0s2
    |   Size:                       120473067520 B (120.5 GB)
    |
    +-> Volume disk1s1 EE4E510B-F1B5-37B4-90CE-12C63A77FAF1
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s1 (Data)
    |   Name:                      Macintosh HD - Données (Case-insensitive)
    |   Mount Point:               /System/Volumes/Data
    |   Capacity Consumed:         77328433152 B (77.3 GB)
    |   FileVault:                 Yes (Unlocked)
    |
    +-> Volume disk1s2 830CB903-2547-4F06-9767-4EF8079EA2AC
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s2 (Preboot)
    |   Name:                      Preboot (Case-insensitive)
    |   Mount Point:               Not Mounted
    |   Capacity Consumed:         79831040 B (79.8 MB)
    |   FileVault:                 No
    |
    +-> Volume disk1s3 E03B4027-56FE-460C-BC73-C04EE5EC43C5
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s3 (Recovery)
    |   Name:                      Recovery (Case-insensitive)
    |   Mount Point:               Not Mounted
    |   Capacity Consumed:         526974976 B (527.0 MB)
    |   FileVault:                 No
    |
    +-> Volume disk1s4 A35A6B41-8482-4EA5-AADB-BF6FBA98EAEC
    |   ---------------------------------------------------
    |   APFS Volume Disk (Role):   disk1s4 (VM)
    |   Name:                      VM (Case-insensitive)
    |   Mount Point:               /private/var/vm
    |   Capacity Consumed:         3222466560 B (3.2 GB)
    |   FileVault:                 No
    |
    +-> Volume disk1s5 6069E4E2-2DA4-43AB-84CE-158624B60AE8
        ---------------------------------------------------
        APFS Volume Disk (Role):   disk1s5 (System)
        Name:                      Macintosh HD (Case-insensitive)
        Mount Point:               /
        Capacity Consumed:         10229075968 B (10.2 GB)
        FileVault:                 Yes (Unlocked)
 
Oui : le volume-Données est monté cette fois. Alors passe les 2 commandes (séparément) :
Bloc de code:
diskutil ap listGroups disk1
diskutil ap listSnaps disk1s1

  • qui affichent : le Groupe de volumes logiques (appairant volume-Données & volume-Système) > et les snapshots associés au volume-Données

Poste les 2 retours.