Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

what is storage "other" and how big should it be?

Please see the image below... this has come about since I upgraded to Lion. It appears my drive is nearly full, and my Aperture 3 is running so slow it has become virtually non-functional. What do the yellow bars consist of, and why has this changed just recently? When I search help forums they all say the "other" should never be more than one-third of the rest of the information on your hard drive. I have run disk repair, and it comes back saying my drive is fine. Is this a "lion thing"?




User uploaded file

iMac, Mac OS X (10.6.4)

Posted on Aug 28, 2011 5:01 PM

Reply
65 replies

Apr 27, 2016 8:44 PM in response to ckbh

Follow instructions from these links:

http://osxdaily.com/2012/11/11/tips-free-up-disk-space-mac-os-x/

http://www.chriswrites.com/10-tips-to-free-up-hard-drive-space-in-mac-os-x/


if Disk Utility still reports Other size as "surprisingly" large

Use Terminal.app

Enter (type in) these commands

1. du -sh *

Note: you might want to pay attention to Library directory

CAUTION: you may lose some important data if you don't pay close attention to what you do here!

2. cd Library

3. du -sh *

Note: check output and see which directory is disproportionately large e.g. over 1 G(igabyte)

Note: repeat 3 as you move into subdirectories that are large

5. CAUTION: you may lose important data in this step, it cannot be recovered from any "Trash" !

rm <file>


Even more Deep Dive

if Disk Utility still reports Other size as "surprisingly" large

CAUTION: your system can be rendered unbootable or you may lose some important data if you don't pay close attention to what you do here!

1. sudo i

Note: enter password to become "root" user

2. cd /

Note: best to cd into /Applications, /System, /Library

3. du -sh *

Note: check output and see which directory is disproportionately large e.g. over 1 G(igabyte)

4. repeat 3 as you move into subdirectories that are large

5. CAUTION: you may lose important data in this step, it cannot be recovered from any "Trash" !

rm <file>

what is storage "other" and how big should it be?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.