2004-06-10 10:40:59 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-02 23:59:17 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
2004-06-10 10:40:59 +08:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="postlfs-filesystems">
|
2004-05-07 04:30:53 +08:00
|
|
|
<?dbhtml filename="filesystems.html"?>
|
2003-10-04 00:43:11 +08:00
|
|
|
<title>File Systems</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-10-03 10:12:31 +08:00
|
|
|
<para>Journaling file systems reduce the time needed to recover a
|
|
|
|
file system that was not unmounted properly. While this can be extremely
|
2003-04-03 12:21:34 +08:00
|
|
|
important in reducing downtime for servers, it has also become popular for
|
|
|
|
desktop environments. This chapter contains a variety of journaling
|
2003-10-03 10:12:31 +08:00
|
|
|
file systems.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-10 10:40:59 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ext3.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reiser.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xfs.xml"/>
|
|
|
|
|
|
|
|
<!-- &postlfs-filesystems-ext3;
|
2002-08-07 00:06:30 +08:00
|
|
|
&reiser;
|
2002-08-09 05:57:30 +08:00
|
|
|
&xfs;
|
2004-06-10 10:40:59 +08:00
|
|
|
-->
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|