Open Source Software and Linux:

journaling file system

1

September 30, 2008  1:12 AM

Using tune2fs to tune your ext3 file system



Posted by: Xjlittle
dumpe2fs, ext2, ext3, journaling file system, linux file system, tune2fs

Linux has the capability to use a large number of file systems. Generally you will find the ext3 file system on the Red Hat style operating system as the default. The ext3 file system is a journaling file system. Journaling is process by which a file system logs changes to the file system...

1