diskutil ap listSnaps disk1s1The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Air-de-Jen:~ Jen$ diskutil ap listSnaps disk1s1
Snapshots for disk1s1 (2 found)
|
+-- 8929B7B1-FDB1-4D9F-A580-E099649AFC49
|   Name:        com.apple.TimeMachine.2020-11-18-161738.local
|   XID:         419385
|   Purgeable:   Yes
|   NOTE:        This snapshot limits the minimum size of APFS Container disk1
|
+-- B4D8B20A-D711-4A7C-99E3-626905D39372
    Name:        com.apple.TimeMachine.2020-11-18-215327.local
    XID:         420949
    Purgeable:   Yes
Air-de-Jen:~ Jen$diskutil ap deleteSnapshot disk1s1 -xid 419385 ; diskutil ap deleteSnapshot disk1s1 -xid 420949 ; df -H /System/Volumes/DataAir-de-Jen:~ Jen$ diskutil ap deleteSnapshot disk1s1 -xid 419385 ; diskutil ap deleteSnapshot disk1s1 -xid 420949 ; df -H /System/Volumes/Data
Deleting APFS Snapshot 8929B7B1-FDB1-4D9F-A580-E099649AFC49 "com.apple.TimeMachine.2020-11-18-161738.local" from APFS Volume disk1s1
Started APFS operation
Finished APFS operation
Deleting APFS Snapshot B4D8B20A-D711-4A7C-99E3-626905D39372 "com.apple.TimeMachine.2020-11-18-215327.local" from APFS Volume disk1s1
Started APFS operation
Finished APFS operation
Filesystem     Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk1s1   121G    88G    20G    82%  582374 1182260106    0%   /System/Volumes/Data
Air-de-Jen:~ Jen$diskutil verifyVolume disk1Air-de-Jen:~ Jen$ 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 Pere Dodu - Données was formatted by hfs_convert (748.31.8) and last modified by apfs_kext (1412.141.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.31.8) and last modified by apfs_kext (1412.141.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.31.8) and last modified by apfs_kext (1412.141.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.31.8) and last modified by apfs_kext (1412.141.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 Pere Dodu was formatted by diskmanagementd (1412.41.1) and last modified by apfs_kext (1412.141.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking snapshot 1 of 2 (com.apple.TimeMachine.2020-11-18-161738.local)
Checking snapshot 2 of 2 (com.apple.TimeMachine.2020-11-18-215327.local)
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Finished file system verification on disk1
Air-de-Jen:~ Jen$csrutil statusAir-de-Jen:~ Jen$ csrutil status
System Integrity Protection status: disabled.
Air-de-Jen:~ Jen$sudo find -x /System/Volumes/Data -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +Air-de-Jen:~ Jen$ sudo find -x /System/Volumes/Data -d 1 -regex '.*[^\.\].*' -exec sudo du -shx {} +
Password:
find: /System/Volumes/Data/.Spotlight-V100: No such file or directory
find: /System/Volumes/Data/.PKInstallSandboxManager: No such file or directory
find: /System/Volumes/Data/.PKInstallSandboxManager-SystemSoftware: No such file or directory
find: /System/Volumes/Data/mnt: No such file or directory
find: /System/Volumes/Data/.DocumentRevisions-V100: No such file or directory
find: /System/Volumes/Data/.TemporaryItems: No such file or directory
  0B    /System/Volumes/Data/sw
  0B    /System/Volumes/Data/.HFS+ Private Directory Data
1,0K    /System/Volumes/Data/home
2,4M    /System/Volumes/Data/usr
179M    /System/Volumes/Data/.Spotlight-V100
8,0K    /System/Volumes/Data/.DS_Store
  0B    /System/Volumes/Data/.PKInstallSandboxManager
4,0K    /System/Volumes/Data/.installer-compatibility
  0B    /System/Volumes/Data/.PKInstallSandboxManager-SystemSoftware
1,7M    /System/Volumes/Data/.TempReceipt.bom
  0B    /System/Volumes/Data/.file
3,8G    /System/Volumes/Data/Library
1,6G    /System/Volumes/Data/System
4,0K    /System/Volumes/Data/.OSInstallerMessages
  0B    /System/Volumes/Data/mnt
140M    /System/Volumes/Data/.fseventsd
du: /System/Volumes/Data/private/var/folders/83/rln7bs8d75b71x83j5vz_bl00000gn/C/com.apple.metadata.mdworker/1232.3142: No such file or directory
 10G    /System/Volumes/Data/private
5,2M    /System/Volumes/Data/.DocumentRevisions-V100
  0B    /System/Volumes/Data/.vol
 44G    /System/Volumes/Data/Users
 15G    /System/Volumes/Data/Applications
  0B    /System/Volumes/Data/opt
  0B    /System/Volumes/Data/Volumes
  0B    /System/Volumes/Data/.TemporaryItems
  0B    /System/Volumes/Data/.dbfseventsd
  0B    /System/Volumes/Data/cores
Air-de-Jen:~ Jen$sudo du -sh /Users/*
sudo du -sh ~/*Air-de-Jen:~ Jen$ sudo du -sh /Users/*
Password:
 36K    /Users/Guest
1,5M    /Users/Shared
 44G    /Users/jen
Air-de-Jen:~ Jen$ sudo du -sh ~/*
152K    /Users/jen/Desktop
 21G    /Users/jen/Documents
1,5M    /Users/jen/Downloads
2,0G    /Users/jen/Dropbox
7,7G    /Users/jen/Library
 36K    /Users/jen/Movies
4,1G    /Users/jen/Music
9,1G    /Users/jen/Pictures
8,0K    /Users/jen/Public
Air-de-Jen:~ Jen$sudo du -sh ~/Lib*/*
sudo du -sh /private/*
sudo du -sh /private/var/*Air-de-Jen:~ Jen$ sudo du -sh ~/Lib*/*
Password:
2,1M    /Users/jen/Library/Accessibility
2,3M    /Users/jen/Library/Accounts
1,2M    /Users/jen/Library/Address Book Plug-Ins
  0B    /Users/jen/Library/Application Scripts
2,4G    /Users/jen/Library/Application Support
 64K    /Users/jen/Library/Assistant
  0B    /Users/jen/Library/Assistants
  0B    /Users/jen/Library/Audio
  0B    /Users/jen/Library/Autosave Information
511M    /Users/jen/Library/Caches
6,8M    /Users/jen/Library/Calendars
  0B    /Users/jen/Library/CallServices
  0B    /Users/jen/Library/ColorPickers
4,0K    /Users/jen/Library/Colors
  0B    /Users/jen/Library/Compositions
1,3G    /Users/jen/Library/Containers
380K    /Users/jen/Library/Cookies
  0B    /Users/jen/Library/CoreData
 36K    /Users/jen/Library/CoreFollowUp
 84K    /Users/jen/Library/Dictionaries
1,1M    /Users/jen/Library/Dropbox
  0B    /Users/jen/Library/Family
  0B    /Users/jen/Library/Favorites
 24K    /Users/jen/Library/FileProvider
 24K    /Users/jen/Library/FontCollections
  0B    /Users/jen/Library/Fonts
  0B    /Users/jen/Library/Fonts Disabled
 80K    /Users/jen/Library/FrontBoard
  0B    /Users/jen/Library/GameKit
3,2G    /Users/jen/Library/Group Containers
2,0M    /Users/jen/Library/HomeKit
1,2M    /Users/jen/Library/IdentityServices
  0B    /Users/jen/Library/Input Methods
  0B    /Users/jen/Library/Internet Plug-Ins
188K    /Users/jen/Library/Keyboard
  0B    /Users/jen/Library/Keyboard Layouts
792K    /Users/jen/Library/KeyboardServices
 19M    /Users/jen/Library/Keychains
1,3M    /Users/jen/Library/LanguageModeling
8,0K    /Users/jen/Library/LaunchAgents
236K    /Users/jen/Library/Logs
472K    /Users/jen/Library/Mail
  0B    /Users/jen/Library/Maps
 80K    /Users/jen/Library/MediaStream
724K    /Users/jen/Library/Messages
 99M    /Users/jen/Library/Metadata
  0B    /Users/jen/Library/Mobile Documents
  0B    /Users/jen/Library/News
604K    /Users/jen/Library/Passes
1,1M    /Users/jen/Library/PersonalizationPortrait
112K    /Users/jen/Library/Personas
  0B    /Users/jen/Library/PreferencePanes
 11M    /Users/jen/Library/Preferences
1,4M    /Users/jen/Library/Printers
144K    /Users/jen/Library/PubSub
1,0M    /Users/jen/Library/Reminders
169M    /Users/jen/Library/Safari
  0B    /Users/jen/Library/SafariSafeBrowsing
312K    /Users/jen/Library/Saved Application State
  0B    /Users/jen/Library/Screen Savers
  0B    /Users/jen/Library/Services
 36K    /Users/jen/Library/Sharing
  0B    /Users/jen/Library/Sounds
 32K    /Users/jen/Library/Spelling
5,8M    /Users/jen/Library/Suggestions
 56K    /Users/jen/Library/Sync Services
4,8M    /Users/jen/Library/SyncedPreferences
4,0K    /Users/jen/Library/UIKitSystem
  0B    /Users/jen/Library/Voices
156K    /Users/jen/Library/WebKit
 24K    /Users/jen/Library/com.apple.icloud.searchpartyd
132K    /Users/jen/Library/com.apple.internal.ck
  0B    /Users/jen/Library/iMovie
  0B    /Users/jen/Library/iTunes
 12K    /Users/jen/Library/studentd
Air-de-Jen:~ Jen$ sudo du -sh /private/*
4,1M    /private/etc
  0B    /private/tftpboot
 12K    /private/tmp
 12G    /private/var
Air-de-Jen:~ Jen$ sudo du -sh /private/var/*
  0B    /private/var/agentx
4,0K    /private/var/at
 14M    /private/var/audit
  0B    /private/var/backups
3,0G    /private/var/db
  0B    /private/var/empty
7,4G    /private/var/folders
4,0K    /private/var/install
  0B    /private/var/jabberd
4,0K    /private/var/lib
 16M    /private/var/log
  0B    /private/var/ma
  0B    /private/var/mail
4,0K    /private/var/msgs
  0B    /private/var/netboot
2,2M    /private/var/networkd
924K    /private/var/root
  0B    /private/var/rpc
 36K    /private/var/run
  0B    /private/var/rwho
  0B    /private/var/select
5,1M    /private/var/spool
  0B    /private/var/tmp
2,0G    /private/var/vm
  0B    /private/var/yp
Air-de-Jen:~ Jen$sudo du -sh /private/var/folders/*Dans ta Bibliothèque : rien à élaguer. Dans private : tout est dans le dossier var > avec 7,4 Gi = 8 Go dans folders où on peut espérer rogner.
- passe la commande:Bloc de code:sudo du -sh /private/var/folders/*
- qui mesure les contenus de folders (un vrai maquis là-dedans !)
Poste le retour.
Air-de-Jen:~ Jen$ sudo du -sh /private/var/folders/*
Password:
289M    /private/var/folders/83
7,1G    /private/var/folders/zz
Air-de-Jen:~ Jen$sudo du -sh /private/var/fol*/zz/* 
	