GIDForums  

Go Back   GIDForums > Computer Forums > Computer Software Forum - Windows
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 24-Jul-2008, 15:39
shareefa shareefa is offline
New Member
 
Join Date: Jun 2008
Posts: 12
shareefa is on a distinguished road

FAT: File Allocation Table


What's the difference between fat and fat32? I read about (file allocation table) but I didn't understand it. Please talk about it.

Why did they do FAT32?
  #2  
Old 26-Jul-2008, 06:43
crystalattice's Avatar
crystalattice crystalattice is offline
Aspiring author
 
Join Date: Apr 2004
Location: Japan (again)
Posts: 1,628
crystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nice

Re: FAT: File Allocation Table


FAT stands for File Allocation Table. It's basically a table of contents or index of where files are located on your hard drive.

FAT (actually FAT16) is a 16 bit file system structure that allocates 16 bits to to the cluster addresses on the HD. The clusters are where data is actually stored on the HD.

FAT32 improves upon this by doubling the number of bits available for addressing. This means you can physically access more space on the hard drive and it means the cluster size is smaller.

The smaller the cluster size, the less wasted space on the HD. For example, a cluster size of 512 bytes means that anything bigger than 512 bytes will have to occupy two clusters. Even if it's 514 bytes, you still have to use 2 clusters. That means the other 510 bytes of the second cluster are unused, and unusable because the cluster is marked as unavailable. Smaller clusters therefore mean that space is better allocated and not wasted.

More information can be found at Wikipedia.
__________________
Start Programming with Python-A beginner's guide to programming and the Python language.
-------------
Common Sense v2.0-Striving to make the world a little bit smarter.
 
 

Recent GIDBlogProblems with the Navy (Chiefs) by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 09:08.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.