<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Making Room On Your Hard Drive</title> <atom:link href="http://www.productivity501.com/making-room-on-your-hard-drive/250/feed/" rel="self" type="application/rss+xml" /><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/</link> <description>Pieces of the productivity puzzle.</description> <lastBuildDate>Thu, 09 Feb 2012 01:55:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Mark Shead</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-207865</link> <dc:creator>Mark Shead</dc:creator> <pubDate>Tue, 24 May 2011 13:55:11 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-207865</guid> <description>Interesting.  I like how it lets you see the file size visually.</description> <content:encoded><![CDATA[<p>Interesting.  I like how it lets you see the file size visually.</p> ]]></content:encoded> </item> <item><title>By: Dodge</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-207787</link> <dc:creator>Dodge</dc:creator> <pubDate>Tue, 24 May 2011 06:32:26 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-207787</guid> <description>Hi Mark, thanks for the suggestions. It&#039;s really hard to clean out your hard drive.
I use GrandPerspective for the Mac. It shows you visually which parts of your hard drive consume huge amounts of space.</description> <content:encoded><![CDATA[<p>Hi Mark, thanks for the suggestions. It&#8217;s really hard to clean out your hard drive.</p><p>I use GrandPerspective for the Mac. It shows you visually which parts of your hard drive consume huge amounts of space.</p> ]]></content:encoded> </item> <item><title>By: nony</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-206928</link> <dc:creator>nony</dc:creator> <pubDate>Wed, 18 May 2011 21:26:10 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-206928</guid> <description>try windirstat.exe for windows. visual representation, very easy to spot large files etc. click on and identify what is what. ability to move, delete, inspect everything. my favorite to see what&#039;s on my HDD</description> <content:encoded><![CDATA[<p>try windirstat.exe for windows. visual representation, very easy to spot large files etc. click on and identify what is what. ability to move, delete, inspect everything. my favorite to see what&#8217;s on my HDD</p> ]]></content:encoded> </item> <item><title>By: J. B. Rainsberger</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-53412</link> <dc:creator>J. B. Rainsberger</dc:creator> <pubDate>Tue, 03 Jun 2008 13:43:34 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-53412</guid> <description>On UNIX, like Mac OS X, you can find large files this way:
$ du -d 1 -h &#124; grep ^...G
This will find any immediate subdirectory that is GB in size. Drill down and repeat the command until you find a directory you can trim. You can &quot;grep ^...M&quot; to find subdirectories only MB in size. &quot;grep ^\d\d\dM&quot; will find subdirectories hundreds of MB in size.
If you do this frequently, considering aliasing the command
[in ~/.proflle]
alias find_big_folders=&quot;du -d 1 -h &#124; grep ^...G
$ find_big_folders
...
Works great.</description> <content:encoded><![CDATA[<p>On UNIX, like Mac OS X, you can find large files this way:</p><p>$ du -d 1 -h | grep ^&#8230;G</p><p>This will find any immediate subdirectory that is GB in size. Drill down and repeat the command until you find a directory you can trim. You can &#8220;grep ^&#8230;M&#8221; to find subdirectories only MB in size. &#8220;grep ^\d\d\dM&#8221; will find subdirectories hundreds of MB in size.</p><p>If you do this frequently, considering aliasing the command</p><p>[in ~/.proflle]<br
/> alias find_big_folders=&#8221;du -d 1 -h | grep ^&#8230;G</p><p>$ find_big_folders<br
/> &#8230;</p><p>Works great.</p> ]]></content:encoded> </item> <item><title>By: Mark Shead</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2962</link> <dc:creator>Mark Shead</dc:creator> <pubDate>Thu, 09 Aug 2007 12:36:15 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2962</guid> <description>Thanks everyone for all the suggestions.  I&#039;ll checkout some of these other options that I haven&#039;t heard of before.
The ability to delete without leaving the tools seems make things a lot easier.  OmniDiskSweeper only does this in the registered version.
Most of these tools take awhile to run.  Has anyone found one that is nearly instant?  I don&#039;t know if that is even possible because the filesystem may not keep the data stored in the directory pointers, so it might have to be recalculated by reading the size on every single file.
OmniDiskSweeper takes about 10 minutes to index my 80 Gb hard drive.</description> <content:encoded><![CDATA[<p>Thanks everyone for all the suggestions.  I&#8217;ll checkout some of these other options that I haven&#8217;t heard of before.</p><p>The ability to delete without leaving the tools seems make things a lot easier.  OmniDiskSweeper only does this in the registered version.</p><p>Most of these tools take awhile to run.  Has anyone found one that is nearly instant?  I don&#8217;t know if that is even possible because the filesystem may not keep the data stored in the directory pointers, so it might have to be recalculated by reading the size on every single file.</p><p>OmniDiskSweeper takes about 10 minutes to index my 80 Gb hard drive.</p> ]]></content:encoded> </item> <item><title>By: Ben D. Manevitz</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2809</link> <dc:creator>Ben D. Manevitz</dc:creator> <pubDate>Tue, 07 Aug 2007 13:46:26 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2809</guid> <description>I&#039;ve used SpaceMonger, and have found it very useful.  The free version is 1.4, available here: http://www.werkema.com/software/spacemonger.html, there&#039;s a link to the newer version (2.x), which costs about $20.</description> <content:encoded><![CDATA[<p>I&#8217;ve used SpaceMonger, and have found it very useful.  The free version is 1.4, available here: <a
href="http://www.werkema.com/software/spacemonger.html" rel="nofollow">http://www.werkema.com/software/spacemonger.html</a>, there&#8217;s a link to the newer version (2.x), which costs about $20.</p> ]]></content:encoded> </item> <item><title>By: Eric</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2806</link> <dc:creator>Eric</dc:creator> <pubDate>Tue, 07 Aug 2007 12:08:18 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2806</guid> <description>When I was Windows-based, the previously mentioned Sequoia View was a disk maintenance must-have. On the Mac, I&#039;ve found that the open source Disk Inventory X  is also indispensable.</description> <content:encoded><![CDATA[<p>When I was Windows-based, the previously mentioned Sequoia View was a disk maintenance must-have. On the Mac, I&#8217;ve found that the open source Disk Inventory X  is also indispensable.</p> ]]></content:encoded> </item> <item><title>By: Alan</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2767</link> <dc:creator>Alan</dc:creator> <pubDate>Tue, 07 Aug 2007 00:30:23 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2767</guid> <description>I don&#039;t really have a big problem with disk space is it could sometimes be time consuming to find out that there&#039;s not enough space after waiting for the copied file to finish. Thanks for sharing this.</description> <content:encoded><![CDATA[<p>I don&#8217;t really have a big problem with disk space is it could sometimes be time consuming to find out that there&#8217;s not enough space after waiting for the copied file to finish. Thanks for sharing this.</p> ]]></content:encoded> </item> <item><title>By: Howie</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2765</link> <dc:creator>Howie</dc:creator> <pubDate>Tue, 07 Aug 2007 00:11:37 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2765</guid> <description>It&#039;s a good program. We usually don&#039;t recognize the space until it&#039;s full. We may have the idea to organize it but don&#039;t have the time. With this add on, it&#039;s easy to allocate files.</description> <content:encoded><![CDATA[<p>It&#8217;s a good program. We usually don&#8217;t recognize the space until it&#8217;s full. We may have the idea to organize it but don&#8217;t have the time. With this add on, it&#8217;s easy to allocate files.</p> ]]></content:encoded> </item> <item><title>By: Doc</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2497</link> <dc:creator>Doc</dc:creator> <pubDate>Sat, 04 Aug 2007 03:02:40 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2497</guid> <description>I have found another solution.
ViewFolderSize Pro
http://www.moveax.com/
You can see folder sizes directly in Windows Explorer as number or as bar (percent of current folder size).
Also you can setup folder size alerts. If folder size reaches maximum or minimum value then ViewFolderSize Pro will execute selected actions (notify you, launch cd/dvd burner etc).
And at last, it working faster than software above. ;)</description> <content:encoded><![CDATA[<p>I have found another solution.<br
/> ViewFolderSize Pro<br
/> <a
href="http://www.moveax.com/" rel="nofollow">http://www.moveax.com/</a></p><p>You can see folder sizes directly in Windows Explorer as number or as bar (percent of current folder size).<br
/> Also you can setup folder size alerts. If folder size reaches maximum or minimum value then ViewFolderSize Pro will execute selected actions (notify you, launch cd/dvd burner etc).<br
/> And at last, it working faster than software above. ;)</p> ]]></content:encoded> </item> <item><title>By: Gautam Satpathy</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2443</link> <dc:creator>Gautam Satpathy</dc:creator> <pubDate>Fri, 03 Aug 2007 06:58:04 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2443</guid> <description>Nice article. Thanks.
I would also like to point you at JDiskReport from jGoodies (http://www.jgoodies.com/freeware/jdiskreport/). the software was created by Karsten Lentzsch and is great. I have been using it for more than 2 years now and I love it. And it is Free!
It is written in Java and you will need a JRE to run it.</description> <content:encoded><![CDATA[<p>Nice article. Thanks.</p><p>I would also like to point you at JDiskReport from jGoodies (<a
href="http://www.jgoodies.com/freeware/jdiskreport/" rel="nofollow">http://www.jgoodies.com/freeware/jdiskreport/</a>). the software was created by Karsten Lentzsch and is great. I have been using it for more than 2 years now and I love it. And it is Free!</p><p>It is written in Java and you will need a JRE to run it.</p> ]]></content:encoded> </item> <item><title>By: Martin</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2392</link> <dc:creator>Martin</dc:creator> <pubDate>Thu, 02 Aug 2007 14:52:40 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2392</guid> <description>Great tip (like many before). I&#039;ve been using TreeSize for quite some time myself and it is one of my most essential tools, e.g. for finding out where to look when your profile suddenly grows like hell.
In addition I would recommend Duplic8, which is a neat &amp; cheap utility for tracing duplicate files, especially helpful when you are using (several) external hard-drives or various folders for projects - and have this tendency to not clean up immediately.
[ http://www.kewlit.com/duplic8 ]
Martin</description> <content:encoded><![CDATA[<p>Great tip (like many before). I&#8217;ve been using TreeSize for quite some time myself and it is one of my most essential tools, e.g. for finding out where to look when your profile suddenly grows like hell.<br
/> In addition I would recommend Duplic8, which is a neat &amp; cheap utility for tracing duplicate files, especially helpful when you are using (several) external hard-drives or various folders for projects &#8211; and have this tendency to not clean up immediately.<br
/> [ <a
href="http://www.kewlit.com/duplic8" rel="nofollow">http://www.kewlit.com/duplic8</a> ]<br
/> Martin</p> ]]></content:encoded> </item> <item><title>By: Rolf F. Katzenberger</title><link>http://www.productivity501.com/making-room-on-your-hard-drive/250/comment-page-1/#comment-2384</link> <dc:creator>Rolf F. Katzenberger</dc:creator> <pubDate>Thu, 02 Aug 2007 10:49:53 +0000</pubDate> <guid
isPermaLink="false">http://www.productivity501.com/making-room-on-your-hard-drive/250/#comment-2384</guid> <description>For Windows, there is another excellent option named &quot;Sequoia View&quot;, available at
http://w3.win.tue.nl/nl/onderzoek/onderzoek_informatica/visualization/sequoiaview/ (screenshots on display there, too).
Sequoia View scans your HDD and presents all files and directories in a very special view where you can immediately spot what takes up the most space, without having to drill down in a tree-like structure.
Under Linux/KDE, Konqueror supports a similar view labeled &quot;File Size View&quot;.</description> <content:encoded><![CDATA[<p>For Windows, there is another excellent option named &#8220;Sequoia View&#8221;, available at<br
/> <a
href="http://w3.win.tue.nl/nl/onderzoek/onderzoek_informatica/visualization/sequoiaview/" rel="nofollow">http://w3.win.tue.nl/nl/onderzoek/onderzoek_informatica/visualization/sequoiaview/</a> (screenshots on display there, too).</p><p>Sequoia View scans your HDD and presents all files and directories in a very special view where you can immediately spot what takes up the most space, without having to drill down in a tree-like structure.</p><p>Under Linux/KDE, Konqueror supports a similar view labeled &#8220;File Size View&#8221;.</p> ]]></content:encoded> </item> </channel> </rss>
