2004-06-10 10:40:59 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-10 10:40:59 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2007-01-19 03:38:19 +08:00
|
|
|
<!--
|
|
|
|
$LastChangedBy$
|
|
|
|
$Date$
|
|
|
|
-->
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="postlfs-filesystems">
|
2005-05-14 02:27:41 +08:00
|
|
|
<?dbhtml filename="filesystems.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2012-02-16 02:25:59 +08:00
|
|
|
<title>File Systems and Disk Management</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2012-02-16 02:25:59 +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 important in
|
|
|
|
reducing downtime for servers, it has also become popular for desktop
|
|
|
|
environments. This chapter contains other journaling file systems you can
|
|
|
|
use instead of the default LFS extended file system (ext2/3/4). It also
|
|
|
|
provides introductory material on managing disk arrays.</para>
|
2004-06-10 10:40:59 +08:00
|
|
|
|
2012-02-23 10:50:55 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initramfs.xml"/>
|
2016-04-17 11:49:43 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="btrfs-progs.xml"/>
|
2012-05-17 00:39:28 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse.xml"/>
|
2012-01-21 03:25:30 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jfs.xml"/>
|
2012-05-17 00:39:28 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lvm2.xml"/>
|
2015-11-13 22:24:57 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlvm.xml"/>
|
2012-02-09 07:57:52 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutraid.xml"/>
|
2012-05-17 00:39:28 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mdadm.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntfs-3g.xml"/>
|
2013-01-02 03:02:00 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gptfdisk.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parted.xml"/>
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="reiser.xml"/>
|
2016-04-16 10:39:22 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="smartmontools.xml"/>
|
2012-05-03 19:05:08 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs-fuse.xml"/>
|
2012-12-31 23:09:48 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfsprogs.xml"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|