<?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; File systems</title>
	<atom:link href="http://www.computer-files.com/category/file-systems/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>How To Share The Files Over The Internet</title>
		<link>http://www.computer-files.com/how-to-share-the-files-over-the-internet.html</link>
		<comments>http://www.computer-files.com/how-to-share-the-files-over-the-internet.html#comments</comments>
		<pubDate>Sat, 18 Sep 2010 17:10:34 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File systems]]></category>
		<category><![CDATA[file sharing]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=92</guid>
		<description><![CDATA[<p><img width="300" height="200" src="http://www.computer-files.com/wp-content/file-sharing-on-internet-300x200.png" class="attachment-medium wp-post-image" alt="file sharing on internet" title="file-sharing-on-internet" /></p>File sharing is the practice of distributing or providing access to digitally stored information, such as computer programs, multi-media ( video, audio), documents and electronic books. It may be implemented through a variety of storage, transmission, and distribution models and common methods of file sharing incorporate manual sharing using removable media, centralized computer file server [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="200" src="http://www.computer-files.com/wp-content/file-sharing-on-internet-300x200.png" class="attachment-medium wp-post-image" alt="file sharing on internet" title="file-sharing-on-internet" /></p>
<!-- 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%2Fcategory%2Ffile-systems%2Ffeed&amp;title=File%20systems'></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/category/file-systems/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/category/file-systems/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%2Fcategory%2Ffile-systems%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%2Fcategory%2Ffile-systems%2Ffeed'></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p><strong>File sharing</strong> is the practice of distributing or providing access to digitally stored information, such as computer programs, multi-media ( video, audio), documents and electronic books. It may be implemented through a variety of storage, transmission, and distribution models and common methods of file sharing incorporate manual sharing using removable media, centralized computer file server installations on WWW(world wide web) based hyperlinked documents, computer networks, and the use of distributed peer-to-peer networking.</p>
<p>Easy File Sharing Web Server is a file sharing software that allows visitors to upload/download files very easily through a Web Browser (IE, Mozilla, Netscape etc.). It can help you share files with your users, customers and partners. They can search for and download files from your computer or upload files from theirs. The files on your PC can be accessible from anywhere without using of any special software . Easy File Sharing Web Server also provides a Bulletin Board System (Forum). It makes it easy for remote users to post messages and files to the forum. The Secure Edition adds support for SSL encryption that helps protect businesses against site spoofing and data corruption.</p>
<p>You can create a <strong>virtual folder</strong> from your hard disk ,visitors may upload/download files to/from it. Easy File Sharing Web Server is much easier to use than a typical FTP (file transfer protocol) server. It is also a web based file management solution that allows you to manage files on your web server just with a web browser instead of a FTP client, it also provides extended features which are impossible with FTP such as zipping and unzipping files.</p>
<p> </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/how-to-share-the-files-over-the-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup pc files</title>
		<link>http://www.computer-files.com/how-to-backup-pc-files.html</link>
		<comments>http://www.computer-files.com/how-to-backup-pc-files.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:57:01 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File systems]]></category>
		<category><![CDATA[pc files]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=78</guid>
		<description><![CDATA[<p><img width="300" height="200" src="http://www.computer-files.com/wp-content/backupdisk-300x200.jpg" class="attachment-medium wp-post-image" alt="backup Files" title="backupdisk" /></p>Before you think to create a backup, you have to arrange your files in an order. It doesn’t mean that you have to arrange each and every file in a different folder. You only make sure that all the essential data files are stored in one easy to find location. People who use their computer [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="200" src="http://www.computer-files.com/wp-content/backupdisk-300x200.jpg" class="attachment-medium wp-post-image" alt="backup Files" title="backupdisk" /></p>
<!-- google_ad_section_start -->
<p>Before you think to create a backup, you have to arrange your files in an order. It doesn’t mean that you have to arrange each and every file in a different folder. You only make sure that all the essential data files are stored in one easy to find location.</p>
<p>People who use their computer occasionally (7 hours/week or less) should be backing up their data on at least a weekly basis. If you use your computer more frequently, however (more than 12 hours/week), doing it daily is probably a great idea.</p>
<p><span style="text-decoration: underline;"><strong>How to Backup:</strong></span></p>
<p>You can set up automatic backups or manually back up your files at any time whenever you want,for that you have to pass through the following steps:</p>
<p>1. Clicking the start button</p>
<p>2.Clicking the control panel</p>
<p>3.Clicking System and Maintenance, and then clicking Backup and Restore.</p>
<p> </p>
<p><span style="text-decoration: underline;"><strong>Notes:</strong></span></p>
<ul>
<li> Never back up your files to the same hard disk that Windows is installed on.</li>
<li>Always try to store media which is  used for backups (external hard disks, DVDs, or CDs) in a secure place to prevent unauthorized people from having access to your files.</li>
</ul>
<p> </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/how-to-backup-pc-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.DLL File Extension</title>
		<link>http://www.computer-files.com/dll-file-extension.html</link>
		<comments>http://www.computer-files.com/dll-file-extension.html#comments</comments>
		<pubDate>Thu, 10 Jun 2010 13:24:55 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[File systems]]></category>
		<category><![CDATA[System files]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/?p=70</guid>
		<description><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/dll-all-300x224.jpg" class="attachment-medium wp-post-image" alt="Dll Extension" title="dll-all" /></p>A dynamic link library (DLL) is a collection of small programs, which can be called upon when needed by the executable program (EXE) that is running. The Compiled library files are  containing a set of  drivers and/or procedures that are referenced and executed by a program that allows multiple programs to access shared system functions [...]]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="224" src="http://www.computer-files.com/wp-content/dll-all-300x224.jpg" class="attachment-medium wp-post-image" alt="Dll Extension" title="dll-all" /></p>
<!-- google_ad_section_start -->
<p>A dynamic link library (DLL) is a collection of small programs, which can be called upon when needed by the executable program (EXE) that is running.</p>
<p>The Compiled library files are  containing a set of  drivers and/or procedures that are referenced and executed by a program that allows multiple programs to access shared system functions through common libraries and It may be dynamically linked into a program at runtime.</p>
<p>Most of the <strong> DLL </strong>files are provided with the Windows operating system, and others are included by Windows programs and they allow various program functions, such as communication with external devices and hard disk input and output and it can be referenced by Mac cross-platform applications.</p>
<p>An example : If the program (exe) needs to get the free space of your hard drive. It can call the DLL file that contains the function with parameters and a call function. The DLL will then tell the executable the free space. This allows the executable to be smaller in size and  haven&#8217;t to write the function that has already exists.</p>
<p><strong><span style="text-decoration: underline;">COMDLG32.DLL</span></strong></p>
<p>It controls the dialog boxes.</p>
<p><strong><span style="text-decoration: underline;">GDI32.DLL</span></strong></p>
<p>It contains numerous functions for displaying text, managing fonts and drawing graphics.</p>
<p><strong><span style="text-decoration: underline;">KERNEL32.DLL</span></strong></p>
<p>It contains hundreds of functions for the memory management and various processes.<strong></strong></p>
<p><strong><span style="text-decoration: underline;">USER32.DLL</span></strong></p>
<p>It contains numerous user interface functions. It involved in the creation of program windows and their interactions with each other.</p>
<p><strong>NOTE:</strong> The contents of a DLL file may cause errors within the program that references the file when deleting or modifying; for this reason, DLL files generally should not be opened or edited.  See here &#8211; &#8220;<a title="Opening a Dll file" href="http://www.computer-files.com/opening-a-dll-file-to-view-what-is-written-inside.html" target="_blank">How to Open a dll file ?</a>&#8220;</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/dll-file-extension.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Transfer Protocol</title>
		<link>http://www.computer-files.com/file-transfer-protocol.html</link>
		<comments>http://www.computer-files.com/file-transfer-protocol.html#comments</comments>
		<pubDate>Mon, 03 Mar 2008 13:36:57 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File systems]]></category>
		<category><![CDATA[file transfer protocol]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[sftp]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/03/03/file-transfer-protocol/</guid>
		<description><![CDATA[In the field of computer networks, there are lots of advancements that are happening every day. Lots of network protocols have been proposed for various applications. One such protocol is the file transfer protocol. A protocol is nothing but a set of rules which will define how a file is transferred through the computer networks [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>In the field of computer networks, there are lots of advancements that are happening every day. Lots of network protocols have been proposed for various applications. One such protocol is the <strong>file transfer protocol</strong>.</p>
<p>A protocol is nothing but a set of rules which will define how a file is transferred through the computer networks from one source computer to another destination computer. Today file transfer has been the base for most of the protocols. File transfer protocol commonly known as FTP, is used in web applications to transfer data in the form of files from one machine to another.&nbsp;</p>
<p><span id="more-38"></span>The FTP is an <strong>open standard</strong> and is <strong>independent of the operating system</strong> and other internal hardware devices that are been used. There is a FTP protocol suite which has various lower layer protocols that will handle the physical connection mechanism. FTP is an <strong>application layer protocol</strong> which operates over TCP/IP protocol suite.</p>
<p>FTP works as a client server model. The sending machine will be the server and the receiving machine will act as the client. Every machine in the network will be identified by an IP address. The client machine should know the IP address of the server machine. The client machine will ping the server machine with its IP address and issue a connection request for file transfer. Once the server machine issues a connection, the server can send the file to the client machine. The file requested by the client machine should be available in the server machine. Other wise the FTP will throw an error message stating that the file could not be found.</p>
<p>The file transfer protocol is usually implemented in large servers to support thousands of client machine requests. File servers will have the FTP module installed in them. Files will be order in a hierarchical manner in the file server and it will list in the browser when the user pings the file server with its IP address. Once the user selects the file, the file transfer starts from the server. Usually every application layer protocol will have a protocol through which the application will communicate with the other lower layer protocols. The protocol assigned for the File Transfer protocol is 21.</p>
<p>There are various versions of file transfer protocol. One such protocol is the <strong>Secure File transfer protocol</strong> commonly known as <strong>SFTP</strong>. The SFTP has some additional security features along with the basic file transfer operation. Encryption algorithms are used in the Secured File Transfer Protocol to enable secure file transfer over the network. As there are more processing needed for these encryption protocols at the source and destination machines, it is slower than the ordinary File Transfer Protocol. The protocol assigned for the Secure File Transfer protocol is 21.</p>
<p>The basic file transport protocol has evolved over the years. Today it has lots of features like authentication, support for more data formats, etc. Also lots of programming languages has inbuilt support for FTP programming which enables easy implementation of this protocol in applications. </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/file-transfer-protocol.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About the NTFS filesystem</title>
		<link>http://www.computer-files.com/about-the-ntfs-filesystem.html</link>
		<comments>http://www.computer-files.com/about-the-ntfs-filesystem.html#comments</comments>
		<pubDate>Fri, 18 Jan 2008 14:19:46 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File systems]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/18/about-the-ntfs-filesystem/</guid>
		<description><![CDATA[Unlike previous filesystem versions like FAT or FAT32 the NTFS (New Technology File System) is an enhanced file system offering better performances and data protection. The NTFS filesystem was specially developed by Microsoft for the Windows NT operating system and later it proved to be supported by the newest releases of operating systems like Windows [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Unlike previous <strong>filesystem</strong> versions like <strong>FAT</strong> or <strong>FAT32</strong> the <strong>NTFS</strong> (New Technology File System) is an enhanced file system offering better performances and data protection.</p>
<p> The NTFS filesystem was specially developed by Microsoft for the Windows NT operating system and later it proved to be supported by the newest releases of operating systems like Windows 2000, Windows XP, Windows Server 2003, and the most recent operating system Windows Vista.</p>
<p> In a nutshell, NTFS is one of the most <strong>reliable</strong> and <strong>secure</strong> filesystems developed by Microsoft. The base element of NTFS is the Master File Table (<strong>MFT</strong>) which is an index of all files keeping track of the contents of the NTFS volume. It is advisable to use at least a 50 MB space for a partition as the New Technology File System allocates 5 MB overhead space.</p>
<p> Some other main features of the NTFS filesystem are the support of long filenames, recoverable file system, protection against power outage or system failure, support for compression of files or folders, provides local security, support for spanning volumes.</p>
<p> There are many versions for the NTFS filesystem like:<br /> &bull;&nbsp;&nbsp; &nbsp;v1.0<br /> &bull;&nbsp;&nbsp; &nbsp;v1.1<br /> &bull;&nbsp;&nbsp; &nbsp;v1.2<br /> &bull;&nbsp;&nbsp; &nbsp;v3.0<br /> &bull;&nbsp;&nbsp; &nbsp;v3.1<br /> &bull;&nbsp;&nbsp; &nbsp;&hellip;..</p>
<p> Each new version comes with new improvements with new features from which the latest ones for Windows Vista are the Transactional NTFS and self-healing functionalities.<br /> The new 5.0 NTFS version comes with even more features like Dynamic Disk support and Disk quotas.</p>
<p> For those who are working with large volume files usually video files, the NTFS offers an outstanding performance supporting file sizes up to 4GB and an increased performance of new large volume hard drives.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/about-the-ntfs-filesystem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 -->
<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>
<!-- 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>
		<item>
		<title>About file systems</title>
		<link>http://www.computer-files.com/about-file-systems.html</link>
		<comments>http://www.computer-files.com/about-file-systems.html#comments</comments>
		<pubDate>Thu, 17 Jan 2008 14:03:39 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[File systems]]></category>
		<category><![CDATA[FAT]]></category>
		<category><![CDATA[filesystems]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/17/about-file-systems/</guid>
		<description><![CDATA[Also known as &#8216;filesystems&#8217;, the most common definition is the way how computer files and the data they contain is being stored logically so that it makes easier to find them on a storage device. Files on any computer regardless the operating system it uses, are being stored by using a hierarchical structure also known [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Also known as <strong>&lsquo;filesystems&rsquo;</strong>, the most common definition is the way how computer files and the data they contain is being stored logically so that it makes easier to find them on a storage device. Files on any computer regardless the operating system it uses, are being stored by using a hierarchical structure also known as a <strong>tree structure</strong>. Files can be manipulated easily i.e. they can be moved from one folder to another and organized as the user wants. &nbsp;</p>
<p> There are conventions for naming files in which it is specified the maximum number of characters, what type of characters can be used as well as the number of characters used in the file extension or suffix.</p>
<p> Each data storage device has a file system software which organizes sectors (array of fixed-sized units or blocks) into files or/and <strong>folders</strong>. The file system software always keeps track of which sector belongs to a file.<br /> Filesystems contain directories which associate file names with the files and the filename is connected to the index of a file allocation table which can be <strong>FAT</strong>, <strong>FAT32</strong>, <strong>NTFS</strong> or an inode in Unix type filesystems.</p>
<p> The file system usually stores the file creation date, the time it was last accessed or modified.</p>
<p> <strong>Most common types of file systems:</strong></p>
<p> &bull;&nbsp;&nbsp; &nbsp;<strong>disk filesystems</strong> to store data on different kind of storage devices (hard drives): FAT, FAT32, NTFS, HFS<br /> &bull;&nbsp;&nbsp; &nbsp;<strong>database filesystems</strong> when files are organized by their properties or characteristics:<br /> a good ex: dbfs<br /> &bull;&nbsp;&nbsp; &nbsp;<strong>network filesystems</strong> (it provides remote access to files on a server). Examples: NFS, SMB protocols<br /> &bull;&nbsp;&nbsp; &nbsp;<strong>flash filesystems</strong> (specially designed to store data on flash memory devices)</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/about-file-systems.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

