Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems

How To Guides
Xen Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions

 

 

File Systems


The default GNU/Linux file system (which defines how data is stored on a storage device like a hard disk) is call the ext2fs. Ext2fs is an inode (information node) based filesystem. Inode based file systems store pertinent file data in inodes. Such file systems have been around since the early days of Unix. Other inode-based file systems include XFS and BSD's UFS.

Ext3fs extends ext2fs with journaling. Thus, when you reboot without properly shutting down the machine, for example, no more messages about non clean un-mounts of the file system.

ReiserFS is a very different file system based on fast-balanced trees. It was proposed by Hans Reiser who took the theoretical concept of AVL-trees to the task of a filesystem.


Copyright © 1995-2006 Graham.Williams@togaware.com

 
 
  Published under the terms fo the GNU General Public License Design by Interspire