<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lindesk &#187; space</title>
	<atom:link href="http://lindesk.com/tag/space/feed/" rel="self" type="application/rss+xml" />
	<link>http://lindesk.com</link>
	<description>Linux - on the Desktop</description>
	<lastBuildDate>Tue, 23 Jun 2009 14:03:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Frees &#8211; Hard Disk Drives Free Space Viewer</title>
		<link>http://lindesk.com/2008/04/frees-hard-disk-drives-free-space-viewer/</link>
		<comments>http://lindesk.com/2008/04/frees-hard-disk-drives-free-space-viewer/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 20:25:26 +0000</pubDate>
		<dc:creator>BinnyVA</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[frees]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://lindesk.com/2008/04/frees-hard-disk-drives-free-space-viewer/</guid>
		<description><![CDATA[I am taking a break from the regular MP3 Players Series for a special announcement. The first stable version of Frees has been released. Frees is a GUI tool that shows the Hard Disk space usage. It is written in Python using the GTK2 framework. This will only work in linux as it depends on [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">I am taking a break from the regular <a href="http://lindesk.com/2008/03/top-10-linux-mp3-players/">MP3 Players Series</a> for a special announcement. The first stable version of Frees has been released. <a href="http://www.bin-co.com/python/programs/frees/">Frees</a> is a GUI tool that shows the Hard Disk space usage. It is written in Python using the GTK2 framework. This will only work in linux as it depends on the &#8216;df&#8217; command. Frees just parses the output of df and shows it in a graphical format.</p>
<h3><a href="http://sourceforge.net/project/showfiles.php?group_id=208638">Download</a></h3>
<p><a href='http://lindesk.com/wp-content/uploads/2008/04/frees_screenshot.png'><img src="http://lindesk.com/wp-content/uploads/2008/04/frees_screenshot.png" alt="Frees Screenshot" title="Frees Screenshot" width="300" height="186" class="alignnone size-medium wp-image-103" /></a></p>
<h2>Features</h2>
<h3>Simple/Easy to use</h3>
<p>Frees features a very simple interface. Granted, some of the columns like Device, Type and Mount Point may sound a bit geeky &#8211; but hey, you are using Linux. Its supposed to be geeky.</p>
<h3>Ability to Remove Drives from the List</h3>
<p>There may be some drives that you want to hide in the list. Like, say you have a 10 mb /boot partition &#8211; you have no user-level use for that. In Frees you can hide that partition in the list. Go to Preferences &gt; Drives and check off the drive you want to hide.</p>
<h3>Shows Total Space</h3>
<p>The last item in the list is the &#8216;Total&#8217; row. It shows the total space of your harddisk. Note that this shows the total of all mounted drives &#8211; so it may not be an accurate measure of your total HDD space.</p>
<h2>Competition</h2>
<h3>KDiskFree</h3>
<p>There is an alternative to this program &#8211; KDiskFree. Its a KDE App&#8230;</p>
<blockquote><p>KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.</p></blockquote>
<p>I was not all that satisfied with KDiskFree &#8211; that&#8217;s why I created Frees. These are the advantages Frees has over KDiskFree&#8230;</p>
<ul>
<li>KDiskFree cannot hide drives in the list.</li>
<li>KDiskFree includes mounted images, CD ROM/DVD ROM devices as list items. Frees ignores these items.</li>
<li>KDiskFree does not show the file system types for all drives &#8211; many are shown as &#8216;?&#8217;</li>
<li>Frees have the &#8216;Total HDD Space&#8217; feature &#8211; KDiskFree does not have that.</li>
</ul>
<p>But KDiskFree has one advantage over Frees &#8211; you can mount drives from within the application. You cannot do that in Frees.</p>
<h3>df Command</h3>
<p>The other alternative to Frees is the &#8216;df&#8217; command. Here is the man entry for df&#8230;</p>
<blockquote><p>df displays the amount of disk space available on the file system containing each  file name  argument.   If  no file name is given, the space available on all currently mounted file systems is shown.</p></blockquote>
<p>df is not &#8216;user friendly&#8217; in the classical sense of the term &#8211; its a terminal application. Unlike KDiskFree, I do not consider df to be a competition to Frees. As a matter of fact, Frees uses df command internally to get the space usage data.</p>
<h2>Frees Links</h2>
<ul>
<li><a href="http://www.bin-co.com/python/programs/frees/">Frees &#8211; See Hard Disk Space Useage in Linux</a></li>
<li><a href="http://sourceforge.net/projects/frees/">Frees Project Page at Sourceforge</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=208638">Download Page</a></li>
<li><a href="http://frees.svn.sourceforge.net/viewvc/frees/">Browse Code in Subversion Browser</a> (its in Python/GTK, by the way)</li>
</ul>
<p>Now, your job is to download this application and try it out. Send me any bugs you find and your suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://lindesk.com/2008/04/frees-hard-disk-drives-free-space-viewer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
