what is difference between fat & ntfs
Answer Posted / jitendra
Answer
# 9 FAT ;
1.u can give a permission for a folder.but not the files
with in that folder.
2.u cannot be use the disk quota
3.Security level is low
4. u cannot convert your disk into dynamic disk
5.u cannot give a permissions for a particular user for a
seperate folder.
NTFS:
1.u can give permissions for folder and files within the
folder
2.file compression available
3.encryption available
4.disk quota option is there to set permissions
5.u can give full control permission,read,write,execute and
so...
6.security level is high...
7.taking ownership of a folder
8.convert ur basic disk into dynamic disk is only available
in NTFS.......
| Is This Answer Correct ? | 36 Yes | 9 No |
Post New Answer View All Answers
If you do not have cd drive then how will u format c drive?
What are the reasons for implementing process migration?
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?
Explain the ways to infect the system by virus?
Define dynamic memory allocation algorithm?
Tell me why register are stored the only binary data?
Explain how is the process address space handled during 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?
Explain the difference between ntfs & fat file systems?
What items of information about a task might be useful in real time scheduling?
what is a property sheet?
Explain the process control block of UNIX ?
What is the difference among deadlock avoidance, detection and prevention?
Explain about operating system of mac?
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.