Advertisement
To find out where the bulk of your space is being used, do the following:
(Note that [ENTER] means hitting the enter key)
* Launch Terminal
* type this:
cd / [ENTER]
* type this:
sudo du -h -d 1 [ENTER]
* You will now see a listing of how your drive space is being used. Using the "cd" command, you can change directories and find out what exactly is absorbing space.
(Note that [ENTER] means hitting the enter key)
* Launch Terminal
* type this:
cd / [ENTER]
* type this:
sudo du -h -d 1 [ENTER]
* You will now see a listing of how your drive space is being used. Using the "cd" command, you can change directories and find out what exactly is absorbing space.
Advertisement
Advertisement