<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Mystery of the disappearing disk space</title>
	<atom:link href="http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/feed/" rel="self" type="application/rss+xml" />
	<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/</link>
	<description>A blog about Macs and that</description>
	<pubDate>Wed, 19 Nov 2008 16:36:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Matt</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11398</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 29 Sep 2008 01:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11398</guid>
		<description>@Flameboy: Glad you sorted out the problem! :) Thanks for posting your solution - I hope it helps others.</description>
		<content:encoded><![CDATA[<p>@Flameboy: Glad you sorted out the problem! <img src='http://mac.elated.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Thanks for posting your solution - I hope it helps others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flameboy</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11379</link>
		<dc:creator>Flameboy</dc:creator>
		<pubDate>Sun, 28 Sep 2008 20:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11379</guid>
		<description>I figured it out!

The problem is caused by a bad mount. When a mount process fails, the system automaticly create a mount and saves the data under /Volumes/NAME_OF_THE _MOUNT. 

So, what I did was only to delete this directory (with ´sudo rm -rf /Volumes/NAME_OF_THE _MOUNT´), and boom, my free space was back again!

Thanks for taking time helping me, hopefully someone else will be able to use this.</description>
		<content:encoded><![CDATA[<p>I figured it out!</p>
<p>The problem is caused by a bad mount. When a mount process fails, the system automaticly create a mount and saves the data under /Volumes/NAME_OF_THE _MOUNT. </p>
<p>So, what I did was only to delete this directory (with ´sudo rm -rf /Volumes/NAME_OF_THE _MOUNT´), and boom, my free space was back again!</p>
<p>Thanks for taking time helping me, hopefully someone else will be able to use this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11203</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 26 Sep 2008 07:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11203</guid>
		<description>@Flameboy: Hmm good point. Trawling through the output of 'sudo lsof' might be a better bet than WKM, though it would be a tedious process. You'd need to locate suspect files, then 'ls' or 'tail -f' them to see if they're growing. Then you could use lsof again or WKM to identify the process that's writing to the file.</description>
		<content:encoded><![CDATA[<p>@Flameboy: Hmm good point. Trawling through the output of &#8217;sudo lsof&#8217; might be a better bet than WKM, though it would be a tedious process. You&#8217;d need to locate suspect files, then &#8216;ls&#8217; or &#8216;tail -f&#8217; them to see if they&#8217;re growing. Then you could use lsof again or WKM to identify the process that&#8217;s writing to the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flameboy</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11093</link>
		<dc:creator>Flameboy</dc:creator>
		<pubDate>Wed, 24 Sep 2008 15:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11093</guid>
		<description>Matt: Thanks for the hint, but I don´t really se how "What’s Keeping Me?" would help me here? 
The problem seems to be that reported disc use differs from my actual use. 

None of the things above did help me out. 

I ran a utlility called "What size", and if I summarize the files, I don´t get the same result as Finder do... Weird!</description>
		<content:encoded><![CDATA[<p>Matt: Thanks for the hint, but I don´t really se how &#8220;What’s Keeping Me?&#8221; would help me here?<br />
The problem seems to be that reported disc use differs from my actual use. </p>
<p>None of the things above did help me out. </p>
<p>I ran a utlility called &#8220;What size&#8221;, and if I summarize the files, I don´t get the same result as Finder do&#8230; Weird!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11058</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 24 Sep 2008 01:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11058</guid>
		<description>@Flameboy: One app that might help is What's Keeping Me?, which I plan to review soon: http://www.hamsoftengineering.com/products/wkm/wkm.html

This tells you what processes are using what files, which may help to track it down.

and/or try lsof as I describe in my post above.

Does that help?</description>
		<content:encoded><![CDATA[<p>@Flameboy: One app that might help is What&#8217;s Keeping Me?, which I plan to review soon: <a href="http://www.hamsoftengineering.com/products/wkm/wkm.html" rel="nofollow">http://www.hamsoftengineering.com/products/wkm/wkm.html</a></p>
<p>This tells you what processes are using what files, which may help to track it down.</p>
<p>and/or try lsof as I describe in my post above.</p>
<p>Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flameboy</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11030</link>
		<dc:creator>Flameboy</dc:creator>
		<pubDate>Tue, 23 Sep 2008 16:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-11030</guid>
		<description>Ok, this isn´t a quick answer, but I´m having the same problem right now, and it appeared meanwhile running rsync. 

After rebooting, the problem remains. What to do?</description>
		<content:encoded><![CDATA[<p>Ok, this isn´t a quick answer, but I´m having the same problem right now, and it appeared meanwhile running rsync. </p>
<p>After rebooting, the problem remains. What to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-2207</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 10 Dec 2007 07:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-2207</guid>
		<description>Yes, I was thinking virtual memory too. As I say, I shut down the network and the disk space still went down, which rules out P2P.

Thanks for the tips re OmniDiskSweeper and Activity Monitor. If it happens again, I'll check them out! Actually OmniDiskSweeper sounds like a useful bit of kit regardless.</description>
		<content:encoded><![CDATA[<p>Yes, I was thinking virtual memory too. As I say, I shut down the network and the disk space still went down, which rules out P2P.</p>
<p>Thanks for the tips re OmniDiskSweeper and Activity Monitor. If it happens again, I&#8217;ll check them out! Actually OmniDiskSweeper sounds like a useful bit of kit regardless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gideon</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-2195</link>
		<dc:creator>Gideon</dc:creator>
		<pubDate>Sat, 08 Dec 2007 13:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-2195</guid>
		<description>Though it's possible it was Virtual Memory going absolutely nuts. Therefore a restart was going to  be pretty much the only remedy. I've never heard of this before though.

Check out Activity Monitor in the Utilities folder to see the virtual memory usage for each process running on your Mac

Gideon</description>
		<content:encoded><![CDATA[<p>Though it&#8217;s possible it was Virtual Memory going absolutely nuts. Therefore a restart was going to  be pretty much the only remedy. I&#8217;ve never heard of this before though.</p>
<p>Check out Activity Monitor in the Utilities folder to see the virtual memory usage for each process running on your Mac</p>
<p>Gideon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gideon</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-2194</link>
		<dc:creator>Gideon</dc:creator>
		<pubDate>Sat, 08 Dec 2007 13:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-2194</guid>
		<description>I highly doubt it was a worm/virus etc. I've had problems in the past with P2P programs that were meant to be downloading to an external HDD, but instead they downloaded to an invisible folder of the same name as my external HDD but on my internal drive. It also failed to move the files over to the external once they had completed downloading.

I discovered this using OmniDiskSweeper program. Though you could do the same thing in teminal I though this program was much faster  at showing me EVERYTHING on my HDD, including invisible folders and the sizes of each. It's shareware so you have to pay to get it to delete stuff for you.. but it sounds like you know what you're doing in Terminal, so you could probably do what I did, and just use OmniDiskSweeper to find the files/folders in question and use Terminal to delete.

Gideon</description>
		<content:encoded><![CDATA[<p>I highly doubt it was a worm/virus etc. I&#8217;ve had problems in the past with P2P programs that were meant to be downloading to an external HDD, but instead they downloaded to an invisible folder of the same name as my external HDD but on my internal drive. It also failed to move the files over to the external once they had completed downloading.</p>
<p>I discovered this using OmniDiskSweeper program. Though you could do the same thing in teminal I though this program was much faster  at showing me EVERYTHING on my HDD, including invisible folders and the sizes of each. It&#8217;s shareware so you have to pay to get it to delete stuff for you.. but it sounds like you know what you&#8217;re doing in Terminal, so you could probably do what I did, and just use OmniDiskSweeper to find the files/folders in question and use Terminal to delete.</p>
<p>Gideon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-2192</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 08 Dec 2007 12:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://mac.elated.com/2007/12/08/mystery-of-the-disappearing-disk-space/#comment-2192</guid>
		<description>didn't duplicate everything and purge it?</description>
		<content:encoded><![CDATA[<p>didn&#8217;t duplicate everything and purge it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
