glfs/postlfs/filesystems/filesystems.xml
Xi Ruoyao 084c25103d
resurrect ntfs-3g, and mention the new in-kernel NTFS impl
The tools (like mkfs.ntfs) is still useful, and one may be puzzled if he
uses:

    mount /dev/sdb1 /mnt

Then `mount` will find out that /dev/sdb1 is NTFS, and use the *old*
NTFS support (read-only) in kernel for it.  The user will then be
puzzled. Mention how to create a wrapper script for `mount` to use the
new NTFS3 driver for ntfs.
2021-11-17 11:39:45 +08:00

46 lines
2.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<chapter id="postlfs-filesystems">
<?dbhtml filename="filesystems.html"?>
<title>File Systems and Disk Management</title>
<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>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initramfs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="btrfs-progs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dosfstools.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse3.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse2.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jfs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lvm2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlvm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutraid.xml"/>
<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"/>
<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"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="reiser.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="smartmontools.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfsprogs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/dummy.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/efivar.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/efibootmgr.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/grub-efi.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uefi-bootloaders/grub-setup.xml"/>
</chapter>