<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Mac OSX: Where has my hard drive space gone?</title>
	<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone/</link>
	<description>Comments on Ask MetaFilter post Mac OSX: Where has my hard drive space gone?</description>
	<pubDate>Wed, 24 Dec 2008 07:20:14 -0800</pubDate>
	<lastBuildDate>Wed, 24 Dec 2008 07:20:14 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Mac OSX: Where has my hard drive space gone?</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone</link>	
		<description>Mac OSX: Where has my hard drive space gone? &lt;br /&gt;&lt;br /&gt; I have a 250 GB hard drive, with a capacity of 232 GB.  207 GB is used, 25 GB is available.&lt;br&gt;
&lt;br&gt;
The problem is, my folders only add up to 137 GB.  Where is the other 70 GB?&lt;br&gt;
&lt;br&gt;
I&apos;ve already used Disk Inventory X and it shows the same data... what&apos;s going on?&lt;br&gt;
&lt;br&gt;
Here&apos;s what I see when I view my hard drive contents:&lt;br&gt;
&lt;br&gt;
Applications: 6 GB&lt;br&gt;
Developer: 8 KB&lt;br&gt;
Library: 10.69 GB&lt;br&gt;
System: 3.59 GB&lt;br&gt;
Users: 116.12 GB</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.109945</guid>
		<pubDate>Wed, 24 Dec 2008 07:02:13 -0800</pubDate>
		<dc:creator>kdern</dc:creator>
		
			<category>osx</category>
		
			<category>mac</category>
		
			<category>harddrive</category>
		
	</item> <item>
		<title>By: Fiat124</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582794</link>	
		<description>You may want to try &lt;a href=&quot;http://www.jgoodies.com/freeware/jdiskreport/index.html&quot;&gt;JDiskReport&lt;/a&gt;&lt;br&gt;
It may help you hunt down your missing space. It requires Java</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582794</guid>
		<pubDate>Wed, 24 Dec 2008 07:20:14 -0800</pubDate>
		<dc:creator>Fiat124</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582795</link>	
		<description>What do you get from running: &lt;strong&gt;df -h&lt;/strong&gt; in Terminal?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582795</guid>
		<pubDate>Wed, 24 Dec 2008 07:21:05 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: plexi</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582801</link>	
		<description>I like &lt;a href=&quot;http://www.id-design.com/software/whatsize/&quot;&gt;WhatSize?&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
If you are curious about what you can&apos;t find, many of the UNIX-type directories are hidden in finder, such as /var and /usr.&lt;br&gt;
&lt;br&gt;
You can either check them out from the terminal (do a &lt;code&gt;ls -lht&lt;/code&gt; from / ), or &lt;a href=&quot;http://www.osxfaq.com/dailytips/02-2005/02-01.ws&quot;&gt;un-hide them in finder&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
And, for more info beyond the useful &lt;code&gt;df -h&lt;/code&gt;, try &lt;code&gt;du -sh *&lt;/code&gt; from a directory like Applications.  Be patient, if often takes a while.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582801</guid>
		<pubDate>Wed, 24 Dec 2008 07:29:20 -0800</pubDate>
		<dc:creator>plexi</dc:creator>
	</item><item>
		<title>By: plexi</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582809</link>	
		<description>To go to them in Finder without unhiding them, from the Finder menu bar choose Go --&amp;gt; Go to Folder in finder and type in /usr, /var, or /etc.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582809</guid>
		<pubDate>Wed, 24 Dec 2008 07:35:58 -0800</pubDate>
		<dc:creator>plexi</dc:creator>
	</item><item>
		<title>By: mrbarrett.com</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582813</link>	
		<description>Seconding WhatSize. I use it all the time. My first guess is that you have a rogue log file that&apos;s grown HUGE (for whatever reason; a couple hundred million lines of the same error message repeated over and over again will do that). WhatSize can help you find these. You could also us the Unix command line tool, df, to help you see what&apos;s eating your space. You could also examine your different log file locations to see what their sizes are:  /Library/Logs and ~/Library/Logs.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582813</guid>
		<pubDate>Wed, 24 Dec 2008 07:40:06 -0800</pubDate>
		<dc:creator>mrbarrett.com</dc:creator>
	</item><item>
		<title>By: mrbarrett.com</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582814</link>	
		<description>Doh, not sure why that got cut off. Also check in /var/logs</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582814</guid>
		<pubDate>Wed, 24 Dec 2008 07:41:34 -0800</pubDate>
		<dc:creator>mrbarrett.com</dc:creator>
	</item><item>
		<title>By: teabag</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582817</link>	
		<description>I second the low level unix tools df and du... OS X could be hiding something from you.&lt;br&gt;
&lt;br&gt;
$ df -h       &amp;lt;- this should be all you need</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582817</guid>
		<pubDate>Wed, 24 Dec 2008 07:49:19 -0800</pubDate>
		<dc:creator>teabag</dc:creator>
	</item><item>
		<title>By: schwa</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582824</link>	
		<description>WhatSize seems pretty good. But I use OmniDiskSweeper and/or GrandPerspective.&lt;br&gt;
&lt;br&gt;
OmniDiskSweeper: &lt;a href=&quot;http://www.omnigroup.com/applications/omnidisksweeper/&quot;&gt;http://www.omnigroup.com/applications/omnidisksweeper/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
GrandPerspective is free and provides a nice tree graph representation of your drive:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://grandperspectiv.sourceforge.net/&quot;&gt;http://grandperspectiv.sourceforge.net/&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582824</guid>
		<pubDate>Wed, 24 Dec 2008 08:00:06 -0800</pubDate>
		<dc:creator>schwa</dc:creator>
	</item><item>
		<title>By: misterbrandt</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582849</link>	
		<description>Captian Obvious here, but: have you emptied your Trash?&lt;br&gt;
I&apos;m also a big fan of WhatSize, even though it now costs a couple bucks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582849</guid>
		<pubDate>Wed, 24 Dec 2008 08:58:57 -0800</pubDate>
		<dc:creator>misterbrandt</dc:creator>
	</item><item>
		<title>By: kdern</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582850</link>	
		<description>Update: I happened to be at the Apple store today and had them look at it.  They ran disk utilities, restarted the computer, and the problem was corrected.  I now have 90 GB of free space.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582850</guid>
		<pubDate>Wed, 24 Dec 2008 08:59:36 -0800</pubDate>
		<dc:creator>kdern</dc:creator>
	</item><item>
		<title>By: ShawnString</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582871</link>	
		<description>It could have also been some really big cache files that just have never been removed. Another job for &lt;a href=&quot;http://applejack.sourceforge.net/&quot;&gt;Applejack&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582871</guid>
		<pubDate>Wed, 24 Dec 2008 09:26:14 -0800</pubDate>
		<dc:creator>ShawnString</dc:creator>
	</item><item>
		<title>By: Gungho</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1582879</link>	
		<description>If the problem was corrected with Disk Utilities it could have been a corrupted directory.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1582879</guid>
		<pubDate>Wed, 24 Dec 2008 09:47:30 -0800</pubDate>
		<dc:creator>Gungho</dc:creator>
	</item><item>
		<title>By: Wild_Eep</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1583062</link>	
		<description>I&apos;m more of a &lt;a href=&quot;http://grandperspectiv.sourceforge.net/&quot;&gt;GrandPerspective&lt;/a&gt; man, myself.&lt;br&gt;
&lt;br&gt;
Common culprits are video or audio podcasts that you&apos;ve forgotten about, large video projects that you&apos;ve forgotten about, or directory/file corruption.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1583062</guid>
		<pubDate>Wed, 24 Dec 2008 14:01:45 -0800</pubDate>
		<dc:creator>Wild_Eep</dc:creator>
	</item><item>
		<title>By: silentbicycle</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1583073</link>	
		<description>I see you already solved it, but for the archives... &lt;br&gt;
&lt;br&gt;
While I&apos;m not 100% sure this applies to OS X, I know that BSD keeps a certain amount (~5%) of space set aside to help with fragmentation (&lt;a href=&quot;http://openbsd.org/faq/faq14.html#NegSpace&quot;&gt;OpenBSD FAQ&lt;/a&gt;). That can account for &lt;em&gt;some&lt;/em&gt; missing space.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1583073</guid>
		<pubDate>Wed, 24 Dec 2008 14:20:01 -0800</pubDate>
		<dc:creator>silentbicycle</dc:creator>
	</item><item>
		<title>By: KenManiac</title>
		<link>http://ask.metafilter.com/109945/Mac-OSX-Where-has-my-hard-drive-space-gone#1583260</link>	
		<description>I notice free space disappearing after a while in OS X. I try to restart every 2 months or every major update.&lt;br&gt;
&lt;br&gt;
Just quitting your browsers can help if you normally have 50 tabs open all the time like I do.&lt;br&gt;
&lt;br&gt;
At least log out and back in when free space gets tight. Cache files can get huge.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.109945-1583260</guid>
		<pubDate>Wed, 24 Dec 2008 20:37:41 -0800</pubDate>
		<dc:creator>KenManiac</dc:creator>
	</item>
	</channel>
</rss>
