Changeset e2f00829 for postlfs/filesystems/xfs/xfs-desc.xml
- Timestamp:
- 04/11/2004 08:47:30 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- f091a4d
- Parents:
- 5bfdbc2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/filesystems/xfs/xfs-desc.xml
r5bfdbc2 re2f00829 2 2 <title>Contents</title> 3 3 4 <para><application>XFS</application> contains <command>xfs_growfs</command>, 5 <command>xfs_admin</command>, <command>xfs_freeze</command>, 6 <command>xfs_mkfile</command>, <command>xfs_check</command>, 7 <command>xfs_bmap</command>, <command>xfs_rtcp</command>, 8 <command>xfs_repair</command>, <command>xfs_db</command>, 9 <command>xfs_logprint</command>, <command>xfs_ncheck</command>, 10 <command>mkfs.xfs</command> and <command>fsck.xfs</command>.</para> 4 <para><application>XFS</application> contains 5 <command>fsck.xfs</command>, 6 <command>mkfs.xfs</command>, 7 <command>xfs_admin</command>, 8 <command>xfs_bmap</command>, 9 <command>xfs_check</command>, 10 <command>xfs_copy</command>, 11 <command>xfs_db</command>, 12 <command>xfs_freeze</command>, 13 <command>xfs_growfs</command>, 14 <command>xfs_info</command>, 15 <command>xfs_io</command>, 16 <command>xfs_logprint</command>, 17 <command>xfs_mkfile</command>, 18 <command>xfs_ncheck</command>, 19 <command>xfs_repair</command> and 20 <command>xfs_rtcp</command>. 21 </para> 11 22 12 23 </sect2> … … 14 25 <sect2><title>Description</title> 15 26 16 <sect3><title>xfsgrowfs</title> 17 <para><command>xfsgrowfs</command> expands an <acronym>XFS</acronym> file system. 18 </para></sect3> 27 <sect3><title>fsck.xfs</title> 28 <para><command>fsck.xfs</command> simply exits with a zero status, since 29 <acronym>XFS</acronym> partitions are checked at mount time.</para></sect3> 30 31 <sect3><title>mkfs.xfs</title> 32 <para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym> 33 file system.</para></sect3> 19 34 20 35 <sect3><title>xfs_admin</title> … … 22 37 </acronym> file system.</para></sect3> 23 38 24 25 <sect3><title>xfs_freeze</title> 26 <para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3> 27 28 29 <sect3><title>xfs_mkfile</title> 30 <para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file, 31 padded with zeroes by default.</para></sect3> 32 39 <sect3><title>xfs_bmap</title> 40 <para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS 41 </acronym> file.</para></sect3> 33 42 34 43 <sect3><title>xfs_check</title> … … 37 46 </sect3> 38 47 39 <sect3><title>xfs_bmap</title> 40 <para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS 41 </acronym> file.</para></sect3> 48 <sect3><title>xfs_copy</title> 49 <para><command>xfs_copy</command> copies the contents of an 50 <acronym>XFS</acronym> file system to one or more targets in 51 parallel.</para></sect3> 52 53 <sect3><title>xfs_db</title> 54 <para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym> 55 file system.</para></sect3> 56 57 <sect3><title>xfs_freeze</title> 58 <para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3> 59 60 <sect3><title>xfs_growfs</title> 61 <para><command>xfs_growfs</command> expands an <acronym>XFS</acronym> file system. 62 </para></sect3> 63 64 <sect3><title>xfs_info</title> 65 <para><command>xfs_info</command> is equivalent to invoking 66 <command>xfs_growfs</command>, but specifying that no change to the file 67 system is to be made.</para></sect3> 68 69 <sect3><title>xfs_io</title> 70 <para><command>xfs_io</command> is a debugging tool like 71 <command>xfs_db</command>, but is aimed at examining the regular 72 file I/O path rather than the raw <acronym>XFS</acronym> volume 73 itself.</para></sect3> 74 75 <sect3><title>xfs_logprint</title> 76 <para><command>xfs_logprint</command> prints the log of an <acronym>XFS 77 </acronym> file system.</para></sect3> 78 79 <sect3><title>xfs_mkfile</title> 80 <para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file, 81 padded with zeroes by default.</para></sect3> 82 83 <sect3><title>xfs_ncheck</title> 84 <para><command>xfs_ncheck</command> generates pathnames from inode numbers for 85 an <acronym>XFS</acronym> file system.</para></sect3> 86 87 <sect3><title>xfs_repair</title> 88 <para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS 89 </acronym>file systems.</para></sect3> 42 90 43 91 <sect3><title>xfs_rtcp</title> … … 45 93 partition on an <acronym>XFS</acronym> file system.</para></sect3> 46 94 47 48 <sect3><title>xfs_repair</title>49 <para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS50 </acronym>file systems.</para></sect3>51 52 53 <sect3><title>xfs_db</title>54 <para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>55 file system.</para></sect3>56 57 <sect3><title>xfs_logprint</title>58 <para><command>xfs_logprint</command> prints the log of an <acronym>XFS59 </acronym> file system.</para></sect3>60 61 <sect3><title>xfs_ncheck</title>62 <para><command>xfs_ncheck</command> generates pathnames from inode numbers for63 an <acronym>XFS</acronym> file system.</para></sect3>64 65 <sect3><title>mkfs.xfs</title>66 <para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym>67 file system.</para></sect3>68 69 <sect3><title>fsck.xfs</title>70 <para><command>fsck.xfs</command> simply exits with a zero status, since71 <acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>72 73 95 </sect2> 74
Note:
See TracChangeset
for help on using the changeset viewer.