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 process control block of UNIX ?
What is the difference among deadlock avoidance, detection and prevention?
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?
when affected the system from virus , which paths will be it stored in system ?
if you are using external package for configuring send mail what is the name of the package?
If you do not have cd drive then how will u format c drive?
how make a bootable dick
Tell me what are the hardware problem you face regularly in your organization?
Define dynamic memory allocation algorithm?
Explain the difference between fat & ntfs?
Tell me why register are stored the only binary data?
What items of information about a task might be useful in real time scheduling?
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.
What are the reasons for implementing process migration?
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?