Akash Kunal
Akash Kunal
Digital file systems and files are named for and modeled after paper-based filing
systems using the same logic-based method of storing and retrieving documents.
File systems can differ between operating systems (OS), such as Microsoft
Windows, macOS and Linux-based systems. Some file systems are designed for
specific applications. Major types of file systems include distributed file systems,
disk-based file systems and special purpose file systems.
File systems can also restrict read and write access to a particular group of users.
Passwords are the easiest way to do this. Along with controlling who can modify or
read files, restricting access can ensure that data modification is controlled and
limited.
File permissions such as access or capability control lists can also be used to
moderate file system access. These types of mechanisms are useful to prevent
access by regular users, but not as effective against outsideintruders.
1. Cost Effective
The traditional method of storing files cannot match the level of security
provided by the file management system. In fact security is one of the
reason why many organizations prefer to use file management system.
The documents stored in the file management system is protected using
authentication methods like username and password.
3. Reliability
The data that is stored in a file management system is far more reliable
than physically storing it using papers and files. Unlike traditional methods
of storing data, files here is very less likely to undergo damage or
destruction. Any damages from nature or handling can be completely
avoided in a file management system.
4. Data Sharing
Data sharing is one of the key features of a file management system. FMS
allows very efficient way of sharing data with each and every person. The
same data that is stored on files can be shared with multiple users
simultaneously.
.
5. Data Retrieval
sing file management system means that it will be very easy to retrieve
data. File management system follows a digital approach that provides
access to required data within few minutes. Users
U don't need to search copies of documents manually here. Thus, there is
very less amount of time spent for data retrieval.
6. Data Backup
7. Environment Friendly
Due to the fact that file management system follows a digital system and
there is no paper works involved, it can be said that this technique is more
environment friendly.
By green practices, not only the cost of an organization is reduced, it can
increase the overall image of a company. As a result, it can provide tax
benefits and other advertising opportunities as well.
Disadvantages of File Management System
1. Redundancy
3. Accessibility
Accessing data in file management system is not an easy process. It is not
convenient as it should be. Whenever a user needs to access an
information using different approaches, they must execute a special
program.
4. Integrity
The data that is present on a file management system can get integrated.
Meaning it is not correct and consistent. Most often this is caused in the
presence of consistency constraints. Constraints are imposed by the
programmers using programming codes. If the integrity continues, it can
make the process of adding new constraints to be difficult.
5. Atomicity
Atomicity refers to the data that is incomplete. This often happens if the
data is either completely entered or not entered at all. For an example,
your system could fail in the middle of a transaction leading to data
atomicity. Unlike in database management system, it is difficult to ensure
atomicity in file management system.
FAT16:-
As a 16-bit file system, FAT16 can map a maximum of 65,526 clusters.
Like most Windows file systems, FAT16 supports a variety of cluster sizes,
allowing it to be used on hard disks that are as small as 16 MB or as large
as 2 GB. A later revision to the file system allowed it to support volumes
up to 4 Gg.The term 'FAT' stands for 'File Allocation Table.' It is a static
allocation system, which means that it stores files in a fixed location in the
form of clusters. Each cluster has a defined size and definite information in
the table, which includes the address and a marker that indicates the end
of the file. The table also contains information regarding unused disk space
or specially reserved areas on the disk so that further data is stored
efficiently. The first FAT file system was FAT8, which was succeed.
FAT32:-
FAT32 is a disk format or filing system used to organise the files stored on
a disk drive. The disk drive is marked up into addressable chunks called
sectors and a “File Allocation Table” or FAT is created at the start of the
drive so that each piece of information in the file can be found by the host
computer.
NTFS:-
NTFS, which stands for NT file system and the New Technology File
System, is the file system that the Windows NT operating system (OS)
uses for storing and retrieving files on hard disk drives (HDDs) and solid-
state drives (SSDs).
EXT2:-
Ext2 is a basic and portable file system. This file system is suitable for flash-based
storage devices such as SD card and USBs as it does not do the overhead of
journaling that minimizes the number of writers and improve performance.
EXT3:-
Ext3 refers to the third extended file system. This file journaling system is
used on multiple Linux distributions. It can track all the changes made
with Ext3 to improve reliability and reduce possible file system corruption.
In addition, it allows you to upgrade from Ext2 without the need to back
up and restore data.
to other Linux file systems. It is relatively safer and can easily recover
data.
RAID:-