<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: File Systems &#8211; Which Need Defragmenting?</title>
	<atom:link href="http://www.pcmech.com/article/file-systems-which-need-defragmenting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/</link>
	<description>Helping Normal People Get Their Geek On</description>
	<lastBuildDate>Sun, 22 Nov 2009 04:43:08 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Larry Miller</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-18610</link>
		<dc:creator>Larry Miller</dc:creator>
		<pubDate>Wed, 24 Dec 2008 17:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-18610</guid>
		<description>This article contains a number of errors.
The ext3 file system is not unique in being a journaled file system. NTFS has had this since it was introduced about 1993. In any event this feature has nothing to do with file fragmentation. The purpose of journaling is to help prevent the file system, but not necessarily individual files, from becomming corrupt. This was a common problem with FAT, FAT32, and other early file systems.

ALL modern file systems are subject to fragmentation to some degree. Some early systems avoided the issue by requiring that there be adequate contiguous space before a file could be saved but this caused other serious problems. Some systems incorporate features to minimize fragmentation but it cannot be entirely avoided. A fragmented file will take longer to read because of the nature of the storage medium, regardless of the file system in use. In some early systems fragmentation was not a serious problem because these effects were masked by more serious problems.

Larry Miller
Microsoft MCSA</description>
		<content:encoded><![CDATA[<p>This article contains a number of errors.<br />
The ext3 file system is not unique in being a journaled file system. NTFS has had this since it was introduced about 1993. In any event this feature has nothing to do with file fragmentation. The purpose of journaling is to help prevent the file system, but not necessarily individual files, from becomming corrupt. This was a common problem with FAT, FAT32, and other early file systems.</p>
<p>ALL modern file systems are subject to fragmentation to some degree. Some early systems avoided the issue by requiring that there be adequate contiguous space before a file could be saved but this caused other serious problems. Some systems incorporate features to minimize fragmentation but it cannot be entirely avoided. A fragmented file will take longer to read because of the nature of the storage medium, regardless of the file system in use. In some early systems fragmentation was not a serious problem because these effects were masked by more serious problems.</p>
<p>Larry Miller<br />
Microsoft MCSA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin (Optimization) Nikkel</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-8936</link>
		<dc:creator>Kelvin (Optimization) Nikkel</dc:creator>
		<pubDate>Sun, 23 Mar 2008 00:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-8936</guid>
		<description>Nice explanation of the differences in FAT, NTFS and HFS used by MAC. Personally, I have never used a MAC so have always had to manually defrag my system. That is until now. 

As Jerico mentioned, there are some NICE behind the scene optimization tools for Windows. Also there are much better defrag tools than the default one that Windows gives you. 

I have used JKDefrag (which is free) and I feel it does a much better job at defragmenting the hard drive than the default one.</description>
		<content:encoded><![CDATA[<p>Nice explanation of the differences in FAT, NTFS and HFS used by MAC. Personally, I have never used a MAC so have always had to manually defrag my system. That is until now. </p>
<p>As Jerico mentioned, there are some NICE behind the scene optimization tools for Windows. Also there are much better defrag tools than the default one that Windows gives you. </p>
<p>I have used JKDefrag (which is free) and I feel it does a much better job at defragmenting the hard drive than the default one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lew Miller</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-7830</link>
		<dc:creator>Lew Miller</dc:creator>
		<pubDate>Sun, 10 Feb 2008 19:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-7830</guid>
		<description>The argument that the HFS+ system never needs to be de-fragmented is not quite right.

As this article, and others, explain, the jounalling and automatic file de-fragmentation features in OS X work to keep files in single pieces.  To do so, the OS uses up segments of the &quot;free&quot; disk space.  Eventually the &quot;free&quot; disk space becomes highly fragmented.  Empirically, when that happens, the OS has little or no space in which to re-write the fragmented files.

Tech Tool Platinum illustrates this problem very graphically.  When I run its optimization utility, there are usually relatively few fragmented files and file fragments.  However, the number of &quot;free-space&quot; disk fragments are almost always enormous.  Typical numbers might be:
     98 fragmented files
     124 file fragments
     1,281 disk fragments

The graphical display will show many discontinuities in the blue blocks representing the data, which in extreme cases are distributed throughout the disk.  It is not uncommon for half or more of the files to have been migrated to the &quot;end&quot; of the disk.

Consequently, Tech Tool&#039;s optimizer disposes of the fragmented files very quickly, then spends considerable time clustering  the files together at the &quot;front&quot; of the disk to create a single &quot;free&quot; fragment, which the OS then uses to de-fragment files again.

I have a 12&quot; PowerBook G4 and an iMac 20.  Almost every time I run Disk Warrior and Tech Tool, the start-up and operating performance of the computers improves noticeably.

Therefore, I would argue that de-fragmentation is logical and justifiable, even in OS X.</description>
		<content:encoded><![CDATA[<p>The argument that the HFS+ system never needs to be de-fragmented is not quite right.</p>
<p>As this article, and others, explain, the jounalling and automatic file de-fragmentation features in OS X work to keep files in single pieces.  To do so, the OS uses up segments of the &#8220;free&#8221; disk space.  Eventually the &#8220;free&#8221; disk space becomes highly fragmented.  Empirically, when that happens, the OS has little or no space in which to re-write the fragmented files.</p>
<p>Tech Tool Platinum illustrates this problem very graphically.  When I run its optimization utility, there are usually relatively few fragmented files and file fragments.  However, the number of &#8220;free-space&#8221; disk fragments are almost always enormous.  Typical numbers might be:<br />
     98 fragmented files<br />
     124 file fragments<br />
     1,281 disk fragments</p>
<p>The graphical display will show many discontinuities in the blue blocks representing the data, which in extreme cases are distributed throughout the disk.  It is not uncommon for half or more of the files to have been migrated to the &#8220;end&#8221; of the disk.</p>
<p>Consequently, Tech Tool&#8217;s optimizer disposes of the fragmented files very quickly, then spends considerable time clustering  the files together at the &#8220;front&#8221; of the disk to create a single &#8220;free&#8221; fragment, which the OS then uses to de-fragment files again.</p>
<p>I have a 12&#8243; PowerBook G4 and an iMac 20.  Almost every time I run Disk Warrior and Tech Tool, the start-up and operating performance of the computers improves noticeably.</p>
<p>Therefore, I would argue that de-fragmentation is logical and justifiable, even in OS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-5582</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 19 Dec 2007 18:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-5582</guid>
		<description>Correction: Both NTFS and ext3 use metadata journaling.  The actual data writes aren&#039;t journaled, but any changes to the structure of the filesysem are.  This means that you won&#039;t get a corrupt filesystem if power fails, but you may get corrupt data.</description>
		<content:encoded><![CDATA[<p>Correction: Both NTFS and ext3 use metadata journaling.  The actual data writes aren&#8217;t journaled, but any changes to the structure of the filesysem are.  This means that you won&#8217;t get a corrupt filesystem if power fails, but you may get corrupt data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tayeb</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-4585</link>
		<dc:creator>tayeb</dc:creator>
		<pubDate>Tue, 04 Dec 2007 22:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-4585</guid>
		<description>it&#039;s very good document</description>
		<content:encoded><![CDATA[<p>it&#8217;s very good document</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evermore</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-4558</link>
		<dc:creator>evermore</dc:creator>
		<pubDate>Tue, 04 Dec 2007 11:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-4558</guid>
		<description>Whether files are fragmented or not is not the only reason to use a defragmenter. By default most defrag programs also arrange files in order to speed up access. (The built-in Windows defrag only arranges executables based on prefetch data.) Different programs do it differently. Some will move recently modified files to the faster part of the disk/partition on the assumption that you want faster access to those. Others move the recently modified files to reside after all other files, so that when they&#039;re modified again and may become larger, the drive heads don&#039;t have to travel from a location at the beginning of the disk to farther inward in order to write the extra data. Some let you specify where certain types of files get placed. Most will also move and defrag system files which the Windows defrag will not, resulting in better performance when loading those files, since installing updates will result in some files changing a lot.</description>
		<content:encoded><![CDATA[<p>Whether files are fragmented or not is not the only reason to use a defragmenter. By default most defrag programs also arrange files in order to speed up access. (The built-in Windows defrag only arranges executables based on prefetch data.) Different programs do it differently. Some will move recently modified files to the faster part of the disk/partition on the assumption that you want faster access to those. Others move the recently modified files to reside after all other files, so that when they&#8217;re modified again and may become larger, the drive heads don&#8217;t have to travel from a location at the beginning of the disk to farther inward in order to write the extra data. Some let you specify where certain types of files get placed. Most will also move and defrag system files which the Windows defrag will not, resulting in better performance when loading those files, since installing updates will result in some files changing a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-4533</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 03 Dec 2007 15:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-4533</guid>
		<description>Vista and Server 2008 use Transactional NTFS this is what makes both more secure than Windows 2000/XP. Vista is designed to defragment the hard drive on a shedule. Most probably Server 2008 will also perform the task automatically. Unlike Windows 2000/XP there is hardly any speed boost from running defrag with Windows Vista, at least I haven&#039;t gained anything from doing so as of yet.</description>
		<content:encoded><![CDATA[<p>Vista and Server 2008 use Transactional NTFS this is what makes both more secure than Windows 2000/XP. Vista is designed to defragment the hard drive on a shedule. Most probably Server 2008 will also perform the task automatically. Unlike Windows 2000/XP there is hardly any speed boost from running defrag with Windows Vista, at least I haven&#8217;t gained anything from doing so as of yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jericho</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-4525</link>
		<dc:creator>jericho</dc:creator>
		<pubDate>Mon, 03 Dec 2007 09:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-4525</guid>
		<description>With very good automatic background defragmenters available for NTFS currently, XP and Vista don&#039;t need to manually defragged or scheduled periodically to keep them running smoothly. These auto defraggers run in the background, taking up barely any memory and monitor fragmentation. If necessary, defragmentation occurs quietly in the background when there are free system resources, so other, primary computing activities are not affected. It&#039;s an elegant and easy solution to the fragmentation problem.

I think Macs do something roughly similar, but i could be wrong, since I haven&#039;t used OSX for a while now.</description>
		<content:encoded><![CDATA[<p>With very good automatic background defragmenters available for NTFS currently, XP and Vista don&#8217;t need to manually defragged or scheduled periodically to keep them running smoothly. These auto defraggers run in the background, taking up barely any memory and monitor fragmentation. If necessary, defragmentation occurs quietly in the background when there are free system resources, so other, primary computing activities are not affected. It&#8217;s an elegant and easy solution to the fragmentation problem.</p>
<p>I think Macs do something roughly similar, but i could be wrong, since I haven&#8217;t used OSX for a while now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Plumer</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-4517</link>
		<dc:creator>Bob Plumer</dc:creator>
		<pubDate>Mon, 03 Dec 2007 03:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-4517</guid>
		<description>Thanks for the article. Very well done.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. Very well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://www.pcmech.com/article/file-systems-which-need-defragmenting/comment-page-1/#comment-4499</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Sun, 02 Dec 2007 16:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/article/file-systems-which-need-defragmenting/#comment-4499</guid>
		<description>NTFS is a journaled file system, and journaling isn&#039;t the reason that EXT3 doesn&#039;t require defrag</description>
		<content:encoded><![CDATA[<p>NTFS is a journaled file system, and journaling isn&#8217;t the reason that EXT3 doesn&#8217;t require defrag</p>
]]></content:encoded>
	</item>
</channel>
</rss>
