Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 5

CS609 Assignment # 03

Submitted To:
Mr. Yasir Danial
Khan
Submitted By:
Muhammad Ikram
Student ID:

Mc140202590

File System Introduction


in users view, file is the smallest unit that can be saved to disk logical files are
mapped into physical entities by the OS File system In a computer, a file
system (sometimes written file system) is the way in which files are named and
where they are placed logically for storage and retrieval.

FAT Introduction
The FAT file system has the file allocation table located at the beginning of a
logical volume. FAT was designed for small disks and simple folder structures.
Two copies of the file allocation table are stored on the volume. In the event
that one copy of the file allocation table is corrupted, the other file allocation
table is used.

Comparison between FAT versions


Attribute

FAT12

FAT16

FAT32

Used For

Floppies and very small


hard disk volumes

Small to moderate- sized


hard disk volumes

Medium-sized to very
large hard disk volumes

Size of Each FAT Entry

12 bits

16 bits

28 bits

Maximum Number of
Clusters

4,086

65,526

~268,435,456

Cluster Size Used

0.5 KB to 4 KB

2 KB to 32 KB

4 KB to 32 KB

Maximum Volume Size

16,736,256

2,147,123,200

about 2^41

FAT Structure

You might also like