File System Types

The Default File System for RH 7.3 is ext3 (Extended-3 File System) Other Unix/Linux journalled filesystems Common File systems supported by Linux

Structures that make up a UNIX file system

Maximum file size and file system size

Some operating systems may not know how to read file systems other than those native to them. Linux is a versatile operating system and understands the file systems used by Windows 95, Windows 98, Windows NT and Windows 2000
 
 Diagram and text from http://home.att.net/~ejuke/papers/tlos1.0/filesys.htm

The Linux Virtual File System (VFS) allows Linux to support many, often very different, file systems. Each of these filesystems are presented to the VFS through a common software interface. The details of the individual file systems are translated by software making the file systems appear identical to the rest of the Linux kernel and to all of the other processes in the system. Through this VFS layer, Linux allows you to transparently mount the many different file systems at the same time. Diagram of File System Layers: