Você está na página 1de 7

What is file system?

File System / file system is a logical


structure that is used to control
access to the data on the hard
drive.

Aspects of the file system

File name

No matter whether a file system has a storage media or not, the file system
generally has a directory that match the file name and file, usually by connecting
the file name and an index file.

Metadata

Other information stored usually associated with the file type in the file system.
The length of data contained in a file can be saved as a number of blocks
reserved for file or as a count byte. The time at which the last modified files can
be saved as a timestamp of the files. Some file system also stores the file
creation time, last accessed time, and the time at which the meta data of the
file is converted. Other information includes media file types (block, character,
sockets, subdirectories), User-ID and Group owner-ID, and setting its access
permissions (read only, executeble,etc)

File system hirarkis


Facilities

facility to create, move and delete files and directories

security access

Secure access to the basic file system operations can be based on the
scheme of the Access Control List or Capability. The results showed that
the ACL is difficult to secure its content. File System commercially still
using the Access Control List.

Types of File System

File system Disk

A disk file system is a file system designed to store data on a data


storage media, generally disk drives either directly or indirectly
connected to the computer

Flash File System

A Flash file system is a file system designed to store data on flash


memory media

File System Database

The new concept for file management is the concept of database-based


file system. As an improvement to the hierarchical structured
management, files are identified by characteristics, such as file type,
subject, author or the same.

Transactional systems

Each disk operation can involve changes to the number of files and disk
structures of different

Network File System

Network File System is a file system that acts as a client for remote file access
protocol, providing access to files on a server

File System for Special Purpose

File System for a particular purpose is a file system that does not include the disk
file system or network file system. Included in this category is the system where
the file arranged dynamically by software, intended for specific purposes such as
for communication between computer processes or temporary file space.

Journaling File System

Journaling file system is a file system that records changes to the journal (usually
a log sirkuolar in certain areas) before making any changes to the file system.
File system such as this has the possibility of a smaller damage in the event of a
power failure or system crash.

Você também pode gostar