Linux systems have access to a wide range of filesystems, however most Linux distributions default to ext3 or ext4. In the future it is our hope that the "standard" Linux filesystem will be btrfs.
Linux supports many different file systems, including ext, ext3, ext4, ReiserFS, Reiser4, JFS, btrfs, and XFS.
The first file system Linux supported was the MINIX file system.
The Linux VFS (Virtual File System) may be thought of as a sort of interface between the Linux kernel and the mounted file systems. There can be many different file system types mounted simultaneously and VFS allows the Linux kernel to see and address them all in a similar way. This provides Linux with a great deal of flexibility. [JMH]
The Linux ext3 file system is the default system in many linux derivatives. It allows for journalling, which the ext2 system did not. It also allows in-situ upgrades without asking for a backup first.
The Linux command used to assign labels to a file system is e2label. This command is typically used for ext2, ext3, and ext4 file systems to set or change the label of the file system specified. For example, you can use sudo e2label /dev/sdX1 new_label to assign "new_label" to the file system on the specified device.
ext4
Super block is supposed to be the first sector of any file system that can be mounted on Linux operating system. It is supposed to contain information about the entire file system in that partition. It has magic number to specify which file system is used in that partition and other parameters to help read/write to that file system.
The Linux Filesystem Hierarchy is used to help determine the file structure in the Linux Operating System. It defines the Directory structure and directory contents.
ext3 is the default file system for Red Hat Enterprise Linux.
The .forward file is used to forward email sent to one account to the address specified in the file.
The NTFS file system is supported in Linux by both a kernel module and several userspace programs. It is not supported as a root file system and is not recommended for permanent file storage.
The pros and cons of the Linux file system include the quote saying "On a UNIX system, everything is a file, if something is not a file, it is a process". You can consider this either a pro or a con.
Traditionally in /usr/src/linux.