Hi all,
after some calculations i got about 20 (maybe more) Gb dissapeared on my harddrive. Repairing hard drive, permission, restarts - does not help.
My best guess is that some swap file was not cleared, or was damaged or whatever.
When I check disk space i got:
/System being 37 Gb is bit to much. A colleage of mine has 7, in a similar issue here the author had 8.
Looking at /System i see Caches taking 33 Gb (!!!) of spaces:
if I dig deeper, i see
so the question is how can I clean up `com.apple.coresymbolicationd`?
I can see the size breakdown of the content, even with `sudo`...
**UPDATE**
i ended up restarting in the safe mode (CMD+S), then doing `sudo mv /System/Library/Caches/com.apple.coresymbolicationd /tmp` and then restarting again.
On restart the temporary folder got cleaned up.
after some calculations i got about 20 (maybe more) Gb dissapeared on my harddrive. Repairing hard drive, permission, restarts - does not help.
My best guess is that some swap file was not cleared, or was damaged or whatever.
When I check disk space i got:
Code:
$ sudo du -d 1 -x -c -g /
Password:
2 /.DocumentRevisions-V100
1 /.fseventsd
1 /.MobileBackups
0 /.PKInstallSandboxManager
5 /.Spotlight-V100
0 /.Trashes
0 /.vol
23 /Applications
1 /bin
0 /cores
1 /dev
1 /home
1 /include
1 /Incompatible Software
12 /Library
5 /lost+found
1 /MACOSXX86_64
1 /net
0 /Network
1 /noarch
4 /opt
6 /private
1 /sbin
37 /System
126 /Users
13 /usr
1 /Volumes
229 /
229 total
/System being 37 Gb is bit to much. A colleage of mine has 7, in a similar issue here the author had 8.
Looking at /System i see Caches taking 33 Gb (!!!) of spaces:
Code:
$ sudo du -d 1 -x -c -g /System/Library/
1 /System/Library//Accessibility
1 /System/Library//Accounts
1 /System/Library//Address Book Plug-Ins
1 /System/Library//Assistant
1 /System/Library//Automator
1 /System/Library//BridgeSupport
0 /System/Library//CacheDelete
33 /System/Library//Caches
1 /System/Library//ColorPickers
0 /System/Library//Colors
1 /System/Library//ColorSync
1 /System/Library//Components
1 /System/Library//Compositions
1 /System/Library//ConfigurationProfiles
1 /System/Library//CoreServices
1 /System/Library//CryptoTokenKit
1 /System/Library//DirectoryServices
1 /System/Library//Displays
0 /System/Library//DTDs
1 /System/Library//Extensions
1 /System/Library//Filesystems
1 /System/Library//Filters
1 /System/Library//Fonts
1 /System/Library//Fonts (Removed)
1 /System/Library//Frameworks
1 /System/Library//Graphics
0 /System/Library//IdentityServices
1 /System/Library//Image Capture
1 /System/Library//Input Methods
1 /System/Library//InternetAccounts
1 /System/Library//Java
1 /System/Library//KerberosPlugins
1 /System/Library//Kernels
1 /System/Library//Keyboard Layouts
1 /System/Library//Keychains
1 /System/Library//LaunchAgents
1 /System/Library//LaunchDaemons
1 /System/Library//LinguisticData
1 /System/Library//LocationBundles
1 /System/Library//LoginPlugins
1 /System/Library//Messages
0 /System/Library//Metadata
1 /System/Library//MonitorPanels
1 /System/Library//OpenDirectory
1 /System/Library//OpenSSL
1 /System/Library//Password Server Filters
1 /System/Library//Perl
1 /System/Library//PreferencePanes
1 /System/Library//PrelinkedKernels
1 /System/Library//Printers
1 /System/Library//PrivateFrameworks
1 /System/Library//QuickLook
1 /System/Library//QuickTime
1 /System/Library//Recents
1 /System/Library//Sandbox
1 /System/Library//Screen Savers
1 /System/Library//ScreenReader
1 /System/Library//ScriptingAdditions
0 /System/Library//ScriptingDefinitions
0 /System/Library//SDKSettingsPlist
1 /System/Library//Security
1 /System/Library//Services
1 /System/Library//Sounds
1 /System/Library//Speech
1 /System/Library//Spelling
1 /System/Library//Spotlight
1 /System/Library//StagedFrameworks
1 /System/Library//StartupItems
1 /System/Library//SyncServices
1 /System/Library//SystemConfiguration
1 /System/Library//SystemProfiler
1 /System/Library//Tcl
1 /System/Library//TextEncodings
0 /System/Library//User Template
1 /System/Library//UserEventPlugins
1 /System/Library//Video
1 /System/Library//WidgetResources
37 /System/Library/
37 total
if I dig deeper, i see
Code:
$ sudo du -d 1 -x -c -g /System/Library/Caches/
Password:
33 /System/Library/Caches//com.apple.coresymbolicationd
1 /System/Library/Caches//com.apple.CVMS
1 /System/Library/Caches//com.apple.kext.caches
33 /System/Library/Caches/
33 total
so the question is how can I clean up `com.apple.coresymbolicationd`?
I can see the size breakdown of the content, even with `sudo`...
**UPDATE**
i ended up restarting in the safe mode (CMD+S), then doing `sudo mv /System/Library/Caches/com.apple.coresymbolicationd /tmp` and then restarting again.
On restart the temporary folder got cleaned up.
Last edited: