what is difference between fat & ntfs

Answer Posted / pothanprasad

FAT OVERVIEW

FAT is by far the most simplistic of the file systems
supported by Windows NT. The FAT file system is
characterized by the file allocation table (FAT), which is
really a table that resides at the very "top" of the volume.
To protect the volume, two copies of the FAT are kept in
case one becomes damaged. In addition, the FAT tables and
the root directory must be stored in a fixed location so
that the system's boot files can be correctly located.

A disk formatted with FAT is allocated in clusters, whose
size are determined by the size of the volume. When a file
is created, an entry is created in the directory and the
first cluster number containing data is established. This
entry in the FAT table either indicates that this is the
last cluster of the file, or points to the next cluster.

Updating the FAT table is very important as well as time
consuming. If the FAT table is not regularly updated, it can
lead to data loss. It is time consuming because the disk
read heads must be repositioned to the drive's logical track
zero each time the FAT table is updated.

There is no organization to the FAT directory structure, and
files are given the first open location on the drive. In
addition, FAT supports only read-only, hidden, system, and
archive file attributes.

NTFS OVERVIEW

From a user's point of view, NTFS continues to organize
files into directories, which, like HPFS, are sorted.
However, unlike FAT or HPFS, there are no "special" objects
on the disk and there is no dependence on the underlying
hardware, such as 512 byte sectors. In addition, there are
no special locations on the disk, such as FAT tables or HPFS
Super Blocks.

The goals of NTFS are to provide:

* Reliability, which is especially desirable for high
end systems and file servers
* A platform for added functionality
* Support POSIX requirements
* Removal of the limitations of the FAT and HPFS file
systems


Dell™ PowerEdge™ Servers
High Performance 2950 III Servers with Intel® Xeon®
Processor E5410
Dell.com/Customize_Now

Is This Answer Correct ?    31 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between fat & ntfs?

524


what is a property sheet?

1939


What are the reasons for implementing process migration?

667


Explain about busy waiting?

553


some os have a tree structure file system that limits the depth of a tree and small number of levels.what limit does this have on user? how does this simplify file system design?

1324






absolute path gives the location a file or directory in reference to a rile directory while relative path is a path given file starting from another file. explain?

1240


Explain the difference among deadlock avoidance, detection and prevention?

564


Explain where the system time is stored? In processor or in separate timer ic for that?

452


Explain the process control block of UNIX ?

1239


Where the system time is stored? In processor or in separate timer ic for that?

503


Tell me what are the hardware problem you face regularly in your organization?

490


If you do not have cd drive then how will you format c drive?

519


Let us suppose one application needs 2GB RAM to run and dependent plugins will be load while running application. Here My doubt is how many processes will create for this application. I know the concept of virtual memory, which will provide RAM on demand. My straight forward question is what is the size of the process and is it single process will create by operating system to complete the task of my application.??? Thanks in Advance.

2055


Tell me why register are stored the only binary data?

524


how make a bootable dick

2388