What is the difference between NTFS & FAT File systems
Answer Posted / shahid
FAT stands for File Allocation Table and FAT32 is an extension which means that data is stored in chunks of 32 bits. These is an older type of file system that isn’t commonly used these days.
NTSF stands for New Technology File System and this took over from FAT as the primary file system being used in Windows.
Few comparisons on the basis of some important features :-
Fault Tolerance: NTFS maintains a log of disk changes and in case of power failure or abrupt errors it repairs the files and folders automatically without the user being notified anything. FAT32 maintains two different copies of the file allocation table and uses a back up mechanism if some damage occurs.
Security: In FAT32 you will have to depend on share permissions for security. This means that they are good in the Network but locally they are vulnerable. On the other hand NTFS allows you to set permissions on local files and folders as well.
Compression: FAT32 offers no compression feature whatsoever. While NTFS lets you compress files and folders individually so that you do not have to slow down the system by depending on partition compressions.
Conversion: You may easily convert a FAT32 system to NTFS. But the reverse is not true because NTFS follows a secure protocol. So, the only option here is to backup your data and format the disk.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference among deadlock avoidance, detection and prevention?
If you do not have cd drive then how will you format c drive?
Explain the reasons for implementing process migration? How is the process address space handled during process migration?
Explain about operating system of mac?
what is a property sheet?
What items of information about a task might be useful in real time scheduling?
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?
Explain about busy waiting?
Tell me what are the hardware problem you face regularly in your organization?
If you tries to mount a share ( home directory )in a client machine, and it fails how do u approach?
Tell me why register are stored the only binary data?
What is the difference among deadlock avoidance, detection and prevention?
Explain the reasons for implementing process migration?
If you do not have cd drive then how will u format c drive?
directories can be implemented either special files that can only be accused in limited ways or can be implemented as ordinary data files. what are advantages and disadvantages of this approach?