glfs/postlfs/filesystems/xfs/xfs-desc.xml
Larry Lawrence 5628618eb9 spellcheck pass
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@832 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-07 21:14:53 +00:00

74 lines
1.9 KiB
XML

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