glfs/postlfs/filesystems/xfs/xfs-desc.xml
Larry Lawrence 666f6de69c filesystem->file system, bootdisk->boot disk, other spelling
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1275 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-03 02:12:31 +00:00

75 lines
2.4 KiB
XML

<sect2>
<title>Contents</title>
<para><application>XFS</application> contains <command>xfs_growfs</command>,
<command>xfs_admin</command>, <command>xfs_freeze</command>,
<command>xfs_mkfile</command>, <command>xfs_check</command>,
<command>xfs_bmap</command>, <command>xfs_rtcp</command>,
<command>xfs_repair</command>, <command>xfs_db</command>,
<command>xfs_logprint</command>, <command>xfs_ncheck</command>,
<command>mkfs.xfs</command> and <command>fsck.xfs</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>xfsgrowfs</title>
<para><command>xfsgrowfs</command> expands an <acronym>XFS</acronym> file system.
</para></sect3>
<sect3><title>xfs_admin</title>
<para><command>xfs_admin</command> changes the parameters of an <acronym>XFS
</acronym> file system.</para></sect3>
<sect3><title>xfs_freeze</title>
<para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3>
<sect3><title>xfs_mkfile</title>
<para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file,
padded with zeroes by default.</para></sect3>
<sect3><title>xfs_check</title>
<para><command>xfs_check</command> checks <acronym>XFS</acronym> file system
consistency.</para>
</sect3>
<sect3><title>xfs_bmap</title>
<para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS
</acronym> file.</para></sect3>
<sect3><title>xfs_rtcp</title>
<para><command>xfs_rtcp</command> copies a file to the real-time
partition on an <acronym>XFS</acronym> file system.</para></sect3>
<sect3><title>xfs_repair</title>
<para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS
</acronym>file systems.</para></sect3>
<sect3><title>xfs_db</title>
<para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>
file system.</para></sect3>
<sect3><title>xfs_logprint</title>
<para><command>xfs_logprint</command> prints the log of an <acronym>XFS
</acronym> file system.</para></sect3>
<sect3><title>xfs_ncheck</title>
<para><command>xfs_ncheck</command> generates pathnames from inode numbers for
an <acronym>XFS</acronym> file system.</para></sect3>
<sect3><title>mkfs.xfs</title>
<para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym>
file system.</para></sect3>
<sect3><title>fsck.xfs</title>
<para><command>fsck.xfs</command> simply exits with a zero status, since
<acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>
</sect2>