<?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>Computer Files &#187; allocation</title>
	<atom:link href="http://www.computer-files.com/tag/allocation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.computer-files.com</link>
	<description>Everything you need to know about computer files</description>
	<lastBuildDate>Fri, 03 Jun 2011 12:51:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>About the FAT32 filesystem</title>
		<link>http://www.computer-files.com/about-the-fat32-filesystem.html</link>
		<comments>http://www.computer-files.com/about-the-fat32-filesystem.html#comments</comments>
		<pubDate>Thu, 17 Jan 2008 14:18:29 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File systems]]></category>
		<category><![CDATA[allocation]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[FAT]]></category>
		<category><![CDATA[filesystem]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/17/about-the-fat32-filesystem/</guid>
		<description><![CDATA[The FAT32 file allocation table was introduced in 1996 together with the improved Windows 95 OSR2 operating system. The newly developed file system made it possible to create hard disks with larger storing capacities than its predecessor the FAT16 which allowed a maximum of 2GB of data. The FAT32 supports large amounts of data up [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggMedium' href='http://digg.com/submit?url=http%3A%2F%2Fwww.computer-files.com%2Ftag%2Fallocation%2Ffeed&amp;title=allocation'></a></div><div style='clear:left'></div><div class='dd_button_v'><a title='Post on Google Buzz' class='google-buzz-button' href='http://www.google.com/buzz/post' data-button-style='normal-count' data-url='http://www.computer-files.com/tag/allocation/feed'></a><script type='text/javascript' src='http://www.google.com/buzz/api/button.js'></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://api.tweetmeme.com/button.js?url=http://www.computer-files.com/tag/allocation/feed&source=&service=&service_api=&style=normal' height='61' width='50' frameborder='0' scrolling='no'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.computer-files.com%2Ftag%2Fallocation%2Ffeed" send="false" show_faces="false" layout="box_count" width="50" ></fb:like></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.computer-files.com%2Ftag%2Fallocation%2Ffeed'></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p>The <strong>FAT32</strong> file allocation table was introduced in 1996 together with the improved Windows 95 OSR2 operating system. The newly developed file system made it possible to create hard disks with larger storing capacities than its predecessor the FAT16 which allowed a maximum of 2GB of data. The FAT32 supports large amounts of data up to 2 terabytes and the space is being used more efficiently with smaller clusters.</p>
<p>The new <strong>filesystem</strong> made possible to relocate the root directory and the boot record has been expanded for <strong>backup</strong> purposes of critical data. The root directory can be placed anywhere on the hard drive making it more flexible.</p>
<p>FAT32 was developed to be compatible with the existing file architecture used by Windows&rsquo;95, with data structures and <strong>API</strong> interfaces so that most applications, drivers and utilities won&rsquo;t be affected and should be working properly. </p>
<p>Performance of most applications has also increased thanks to the new file system but there are also a few applications which encountered a slight degradation of their performance.</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		 
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		}); 

	}); ;</script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/about-the-fat32-filesystem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About FAT filesystem</title>
		<link>http://www.computer-files.com/about-fat-filesystem.html</link>
		<comments>http://www.computer-files.com/about-fat-filesystem.html#comments</comments>
		<pubDate>Thu, 17 Jan 2008 14:12:34 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File systems]]></category>
		<category><![CDATA[allocation]]></category>
		<category><![CDATA[FAT]]></category>
		<category><![CDATA[filesystem]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/17/about-fat-filesystem/</guid>
		<description><![CDATA[FAT is the acronym for File Allocation Table which is one of the best known methods to keep track of the contents of a disk used by the Windows operating systems. It was invented in 1977 by Microsoft and initially was the solution to store data on floppy disks. The FAT filesystem was used by [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><strong>FAT</strong> is the acronym for <strong>File Allocation Table</strong> which is one of the best known methods to keep track of the contents of a disk used by the Windows operating systems. It was invented in 1977 by Microsoft and initially was the solution to store data on floppy disks.<br /> The FAT <strong>filesystem</strong> was used by the MS-DOS (Microsoft Disk Operating System), developed by Microsoft. We can distinguish three types of File Allocation Tables:</p>
<p> <strong>FAT12</strong> &ndash; it is a 12-bit binary file system and the oldest FAT type<br /> <strong>FAT16</strong> &ndash; it uses a 16-bit binary file system (there are still PCs running Windows 3.1 or 95 in which the hard drive uses FAT16 filesystem)<br /> <strong>FAT32</strong> &ndash; an improved file allocation table which uses 28-bit binary system</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/about-fat-filesystem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

