<?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>New Linux User &#187; file systems</title>
	<atom:link href="http://www.everyjoe.com/newlinuxuser/tag/file-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/newlinuxuser</link>
	<description>Linux Tips - Information for Using Linux</description>
	<lastBuildDate>Sun, 13 Dec 2009 23:48:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FSLint Helps You Clean Up Your Files</title>
		<link>http://www.everyjoe.com/newlinuxuser/fslint-helps-you-clean-up-your-files/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/fslint-helps-you-clean-up-your-files/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 03:59:38 +0000</pubDate>
		<dc:creator>Clair Ching</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[file systems]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/newlinuxuser/fslint-helps-you-clean-up-your-files/</guid>
		<description><![CDATA[If you&#8217;ve had your Linux installation for the longest time, sometimes you don&#8217;t really know what&#8217;s in there any more.  Some of the problems we have:

Temporary files which never get cleaned up
Duplicate files. Maybe those we&#8217;ve downloaded before. But never removed after using them or maybe we copied them in another directory aside from the download directory.  (This happens to me too.  Especially when I get careless.)
Empty directories. We get lots of these when we move files around.

For us to manage our files, a tool such as FSLint would surely help.
This utility helps you search through your [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve had your Linux installation for the longest time, sometimes you don&#8217;t really know what&#8217;s in there any more.  Some of the problems we have:</p>
<ul>
<li>Temporary files which never get cleaned up</li>
<li>Duplicate files. Maybe those we&#8217;ve downloaded before. But never removed after using them or maybe we copied them in another directory aside from the download directory.  (This happens to me too.  Especially when I get careless.)</li>
<li>Empty directories. We get lots of these when we move files around.</li>
</ul>
<p>For us to manage our files, a tool such as <a href="http://www.pixelbeat.org/fslint/" target="_parent">FSLint</a> would surely help.</p>
<p>This utility helps you search through your file system in order to find out if you&#8217;ve got duplicates, bad names, name clashes, temp files, bad symlinks, bad IDs, empty directories, non-stripped binaries, redundant whitespace.  It also shows you what packages are installed.</p>
<p>One of the things I am guilty of is that I keep installing all these packages when I try them out but I forget to remove them and the other files related to it afterwards.  No wonder I don&#8217;t have as much disk space as I think I should have.  And lots of duplicates. Geh. I fail at cleaning up and I hope to change that with FSLint.</p>
<p>The nice thing about the user interface is that you could select which category it should be looking for.  Once you have selected it, click the &#8220;Find&#8221; button and it will give you a list of the files it sees.  Once you have a list you could select the files for deletion one by one or you could enter the wildcard for you to select multiple files in an instant.</p>
<p>Try it and see your directories cleaned up, hopefully giving you a whole lot of space left. Also, they have a blog that&#8217;s not just about FSLint, but Linux in general so maybe you&#8217;d like to add them to your list.</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/fslint-helps-you-clean-up-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ext3 as a default file system</title>
		<link>http://www.everyjoe.com/newlinuxuser/ext3-as-a-default-file-system/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/ext3-as-a-default-file-system/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 18:34:57 +0000</pubDate>
		<dc:creator>Clair Ching</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[Geeky Fun]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[file systems]]></category>

		<guid isPermaLink="false">http://www.newlinuxuser.com/ext3-as-a-default-file-system/</guid>
		<description><![CDATA[I&#8217;ve been wondering why my friends told me to use the ext3 filesystem when I installed Linux.  At the time, I didn&#8217;t really understand.  Why should I choose ext3?  And why should you?

ext3 is stable
ext3 is sufficient for most desktop computing needs
ext3 is well-supported

I think that by default, most installaions of distributions use ext3.  I guess that people sometimes get tempted to try out other file systems.  I asked one of my friends about XFS and Reiser.  He pointed out that the Reiser3 file system is deprecated according to its creator.  I also [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wondering why my friends told me to use the ext3 filesystem when I installed Linux.  At the time, I didn&#8217;t really understand.  Why should I choose ext3?  And why should you?</p>
<ul>
<li>ext3 is stable</li>
<li>ext3 is sufficient for most desktop computing needs</li>
<li>ext3 is well-supported</li>
</ul>
<p>I think that by default, most installaions of distributions use ext3.  I guess that people sometimes get tempted to try out other file systems.  I asked one of my friends about XFS and Reiser.  He pointed out that the Reiser3 file system is deprecated according to its creator.  I also found a blog entry quoting an email:</p>
<blockquote><p>
Ext3’s performance in some situations may not be on par with Reiser3, but it scales better and Andi mentioned the other day that there is quite a bit of research going into improving the locking and general performance of ext3 going on right now, and since reiser3 is stagnant, I<br />
don’t doubt they’ll pass them soon. &#8211; from <a href="http://blog.linuxoss.com/2006/09/27/suse-102-ditching-reiserfs-as-it-default-fs/">blog.linuxoss.com</a></p></blockquote>
<p>In the comments section, I was able to read other points that my friend mentioned:</p>
<ul>
<li>other file systems consume more power than ext3</li>
<li>stability is more important to the desktop user</li>
</ul>
<p>I am still reading up on ext3 and other file systems. If you have been reading about them too, please feel free to share them here. <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/ext3-as-a-default-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>