What Is a Filesystem?


A filesystem is a system for organizing and storing files on a computer. It defines how files are named, stored, and accessed.

A filesystem represents a database that contains the physical location of every piece of data on the storage device. The data is organized in directories, which contain other directories and files.

Files are grouped in sectors, which are further grouped in blocks.