<?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: Where did it go?</title>
	<link>http://ask.metafilter.com/69510/Where-did-it-go/</link>
	<description>Comments on Ask MetaFilter post Where did it go?</description>
	<pubDate>Thu, 16 Aug 2007 21:26:32 -0800</pubDate>
	<lastBuildDate>Thu, 16 Aug 2007 21:26:32 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Where did it go?</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go</link>	
		<description>Mac OS X question for you, MeFi.  My fiancee&apos;s 120 gig hd has 40 gigs missing. &lt;br /&gt;&lt;br /&gt; This Mac has a 120 gig hd with ~25 gigs left.  If I highlight everything in the base Finder window, it is only 55 gigs worth of info.  I think the missing 40 gigs are a backup file that is hiding on the HD somewhere, but I can&apos;t find it!  I tried using the smart folder option in Finder to look for any file over 10 gigs, but no luck.  If it is a backup file, it was made with Backup.  Any ideas?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.69510</guid>
		<pubDate>Thu, 16 Aug 2007 21:20:21 -0800</pubDate>
		<dc:creator>The Castle</dc:creator>
		
			<category>macosx</category>
		
			<category>mac</category>
		
			<category>harddrive</category>
		
			<category>backup</category>
		
	</item> <item>
		<title>By: sharkfu</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038148</link>	
		<description>&lt;a href=&quot;http://lifehacker.com/software/disk-space/download-of-the-day-grandperspective-mac-253364.php&quot;&gt;Grand Perspective&lt;/a&gt;, &lt;a href=&quot;http://www.macupdate.com/info.php/id/22866&quot;&gt;Firelight&lt;/a&gt;, and &lt;a href=&quot;http://www.derlien.com/&quot;&gt;Disk Inventory X&lt;/a&gt;  all allow you to see your hard disk usage visually.  Maybe find the data loss that way?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038148</guid>
		<pubDate>Thu, 16 Aug 2007 21:26:32 -0800</pubDate>
		<dc:creator>sharkfu</dc:creator>
	</item><item>
		<title>By: ikkyu2</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038155</link>	
		<description>It&apos;s going to be something in the invisible directories - probably /var or /tmp.  Get you up in your Terminal and run&lt;br&gt;
&lt;br&gt;
&lt;code&gt;du -hd1&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
to see the usage of the top level directories.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038155</guid>
		<pubDate>Thu, 16 Aug 2007 21:35:42 -0800</pubDate>
		<dc:creator>ikkyu2</dc:creator>
	</item><item>
		<title>By: ikkyu2</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038158</link>	
		<description>Let&apos;s try that again.  Get into the terminal and run&lt;br&gt;
&lt;br&gt;
&lt;code&gt;sudo du -hd1 /&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
to see the usage of your top level directories.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038158</guid>
		<pubDate>Thu, 16 Aug 2007 21:36:44 -0800</pubDate>
		<dc:creator>ikkyu2</dc:creator>
	</item><item>
		<title>By: The Castle</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038169</link>	
		<description>Following ikkyu2&apos;s instructions reveals that /Users is taking up 64 gigs.  What now?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038169</guid>
		<pubDate>Thu, 16 Aug 2007 21:47:10 -0800</pubDate>
		<dc:creator>The Castle</dc:creator>
	</item><item>
		<title>By: ikkyu2</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038172</link>	
		<description>Try&lt;br&gt;
&lt;br&gt;
&lt;code&gt;sudo du -hd1 /Users&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
This will do the same thing, except instead of doing it to / (the top level directory) it will do it to /Users.  If you want to increase the depth of the displayed files, you can go to -hd2 or -hd3; alternately, you can just keep going down the directory tree with commands like&lt;br&gt;
&lt;br&gt;
&lt;code&gt;sudo du -hd1 /Users/ikkyu2&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
&lt;code&gt;sudo du -hd1 /Users/ikkyu2/Documents&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
until you find out where the offending files are living and can go nail them down in the Finder.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038172</guid>
		<pubDate>Thu, 16 Aug 2007 21:53:21 -0800</pubDate>
		<dc:creator>ikkyu2</dc:creator>
	</item><item>
		<title>By: ikkyu2</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038173</link>	
		<description>If, by the way, you isolate the offending directory but can&apos;t see the offending file in the Finder, you can try something like:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;ls -al /Users/ikkyu2/Documents/BloatedFolder&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
to get a listing of all files in the directory including those that are invisible to the Finder.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038173</guid>
		<pubDate>Thu, 16 Aug 2007 21:55:20 -0800</pubDate>
		<dc:creator>ikkyu2</dc:creator>
	</item><item>
		<title>By: crinklebat</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038177</link>	
		<description>I imagine you would have mentioned this if she did, but if she has FileVault on, that can lead to hilariously/horrifically wrong reporting of hard drive space.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038177</guid>
		<pubDate>Thu, 16 Aug 2007 21:58:52 -0800</pubDate>
		<dc:creator>crinklebat</dc:creator>
	</item><item>
		<title>By: ldenneau</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038178</link>	
		<description>&lt;pre&gt;sudo du -kd1 | sort -rn | head -10&lt;/pre&gt; will compute the size in kilobytes of all items in your current directly and print the 10 largest items.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038178</guid>
		<pubDate>Thu, 16 Aug 2007 21:59:11 -0800</pubDate>
		<dc:creator>ldenneau</dc:creator>
	</item><item>
		<title>By: ldenneau</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038180</link>	
		<description>uh, &lt;i&gt;directory&lt;/i&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038180</guid>
		<pubDate>Thu, 16 Aug 2007 21:59:25 -0800</pubDate>
		<dc:creator>ldenneau</dc:creator>
	</item><item>
		<title>By: heeeraldo</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038182</link>	
		<description>don&apos;t forget that manufacturers claim that a GB is 1,000,000,000 (10^9) bytes while computers see it as 1,073,741,824 bytes (2^30), so you&apos;ve lost 7%, or 8.4 GB right there.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038182</guid>
		<pubDate>Thu, 16 Aug 2007 22:00:31 -0800</pubDate>
		<dc:creator>heeeraldo</dc:creator>
	</item><item>
		<title>By: The Castle</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038186</link>	
		<description>Looks like my original hunch (big backup file hiding on the HD, which had happened before) was wrong.  Before I had only been looking at the user folder to determine used HD space, but Applications, Library and System take about 22gigs and it turns out the trash was another 10.  So that 32 combined with the fact that the HD is actually only 111 (binary vs decimal calculations) seems to even out.  Thanks for you help, ikkyu2.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038186</guid>
		<pubDate>Thu, 16 Aug 2007 22:04:56 -0800</pubDate>
		<dc:creator>The Castle</dc:creator>
	</item><item>
		<title>By: browse</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038206</link>	
		<description>I helped someone troubleshoot a problem like this. Firelight and Disk Inventory showed the same confusing numbers I was seeing in Finder. Ultimately, I ran First Aid in Disk Utility and found errors in the directory header of the drive. Fixed those and the missing space returned to us.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038206</guid>
		<pubDate>Thu, 16 Aug 2007 22:46:24 -0800</pubDate>
		<dc:creator>browse</dc:creator>
	</item><item>
		<title>By: harmfulray</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038207</link>	
		<description>&lt;a href=&quot;http://www.id-design.com/software/whatsize/&quot;&gt;Whatsize&lt;/a&gt; is a nice tool for this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038207</guid>
		<pubDate>Thu, 16 Aug 2007 22:49:32 -0800</pubDate>
		<dc:creator>harmfulray</dc:creator>
	</item><item>
		<title>By: Gungho</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038320</link>	
		<description>Do you have Symantec Anti Virus installed? If so there are cases where the error log can grow to fill the HD.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038320</guid>
		<pubDate>Fri, 17 Aug 2007 04:23:14 -0800</pubDate>
		<dc:creator>Gungho</dc:creator>
	</item><item>
		<title>By: procrastination</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038331</link>	
		<description>I thought &lt;a href=&quot;http://grandperspectiv.sourceforge.net/&quot;&gt;this&lt;/a&gt; was an interesting way of looking at disk space.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038331</guid>
		<pubDate>Fri, 17 Aug 2007 05:16:06 -0800</pubDate>
		<dc:creator>procrastination</dc:creator>
	</item><item>
		<title>By: jeffxl</title>
		<link>http://ask.metafilter.com/69510/Where-did-it-go#1038337</link>	
		<description>Seconding &lt;a href=&quot;http://www.id-design.com/software/whatsize/&quot;&gt;Whatsize&lt;/a&gt;.  I use it all the time.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.69510-1038337</guid>
		<pubDate>Fri, 17 Aug 2007 05:30:59 -0800</pubDate>
		<dc:creator>jeffxl</dc:creator>
	</item>
	</channel>
</rss>
