for example:
sh-3.2# du -shcx /*
11G /Applications
8.4G /Developer
5.7G /Library
0B /Network
2.8G /System
4.0K /User Guides And Information
28G /Users
4.0K /Volumes
4.1M /bin
0B /cores
4.5K /dev
4.0K /etc
1.0K /home
0B /lost+found
15M /mach_kernel
1.0K /net
49M /opt
8.6G /private
2.3M /sbin
4.0K /tmp
1.4G /usr
4.0K /var
65G total
means that the system should have a total size of 65GB.
Now on the other hand,
sh-3.2# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/disk0s2 238Gi 181Gi 57Gi 77% /
devfs 182Ki 182Ki 0Bi 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% /net
map auto_home 0Bi 0Bi 0Bi 100% /home
it says that 181GB are used, which is a difference of ca 120GB. Now where is this space?
Disabling the local backups in OSX, verifying the disk and rebooting using Command-R. I was able to reapair the disk, which cleaned up the space.
Filesystem Size Used Avail Capacity Mounted on
/dev/disk0s2 238Gi 68Gi 170Gi 29% /
devfs 181Ki 181Ki 0Bi 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% /net
map auto_home 0Bi 0Bi 0Bi 100% /home
No comments:
Post a Comment