linux

Linux File System Overview

"On a UNIX system, everything is a file; if something is not a file, it is a process."

The following is a list of native Linux file systems. Linux can boot off of some of these partitions and use them as Root.

Linux filesystem types:

Details

The proc filesystem is mounted on /proc, you can find in /proc/filesystems which filesystems your kernel currently supports. To use a filesystem, you have to mount it. Below is a short description of the available or historically available filesystems above, in the Linux kernel.