Advertisements
Advertisements
Question
List and explain types of File Systems used in OS.
Advertisements
Solution
Types of File Systems used in OS
Windows file systems:
- FAT:
FAT (File Allocation Table) is one of the simplest types of a file system. It consists of a file system descriptor sector (boot sector or superblock), a file system block allocation table (referred as File Allocation Table) and plain storage space to store files and folders. - NTFS:
NTFS (New Technology File System) was introduced in Windows NT and is major file system for Windows at present. This is a default file system for disk partitions and the only file system that is supported for disk partitions over 32GB. The file system is quite extensible supporting many file properties, including access control, encryption etc. Each file on NTFS is stored as file descriptor in a Master File Table and file content. - ReFS: ReFS (Resilient File System) is the latest development of Microsoft presently available for Windows 8 Servers. File system architecture absolutely differs from other Windows file systems and is mainly organized in a form of B+-tree. ReFS has high tolerance to failures due to new features included into the system
Linux file systems
- Ext2, Ext3, Ext4 - 'native' Linux file system. This file system falls under active developments and improvements. Ext3 file system is just an extension to Ext2 which uses transactional file write operations with a journal. Ext4 is a further development of Ext3, extended with support of optimized file allocation information (extents) and extended file attributes. This file system is frequently used as a 'root' file system for most Linux installation
- ReiserFS - alternative Linux file system is created to store huge amount of small files. It has good capability of files search and enables compact files allocation by storing file tails or small files along with metadata in order not to use large file system blocks for the same purpose.
- XFS - file system derived from SGI company and was initially used for company’s IRIX servers. Now XFS specifications are implemented in Linux. XFS file system has great performance and is widely used to store files.
- JFS - file system is developed by IBM for the company’s powerful computing systems. JFS1 usually stands for JFS, JFS2 is the second release. Currently this file system is open-source and implemented in most modern Linux versions.
APPEARS IN
RELATED QUESTIONS
What is Virtual Memory ? Explain any three terms related to virtual memory.
With reference to process management. Explain the terms :
(i) Internal Priority
(ii) External Priority
(iii) Purchase Priority
(iv) Time Slice
What is Computer Virus?
What are the different method by which virus can infect other programs ?
State the various steps involved in the allocation of partition in case of fixed partition memory management.
If the page size for 2MB memory is 2KB then the number of higher order bits on address bus used to denote page number is________.
(i) 11
(ii) 10
(iii) 9
(iv) 8
Explain tape-based and disk-based file system.
Explain following terms of VDU: Intelligent Terminal
Explain the following process state:
Blocked State
Explain following terms in case of Process Scheduling
1) Turn-around Time
2) Waiting Time
3) Terminal Response Time
4) Event Response Time
___________ is free software.
List any six features of LINUX Operating System.
Explain the function of the following in Operating system:
1) Virus Detection
2) Virus Removal
3) Virus Prevention
What are the functions of Memory Management? State any two types of continuous Real Memory Management System.
Write a short note on Paging.
With reference to process management, explain the term:
External Priority
Differentiate Save and Save As option.
