Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod8 / xfs_size_check.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3xfs_size_check - Verifies proper IRIX inode configuration
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<xfs_size_check>
11
12=for html
13</div>
14
15=head1 DESCRIPTION
16
17The B<xfs_size_check> command, when run on a file server machine that runs
18IRIX version 6.2 or higher and uses XFS-formatted partitions as server
19partitions (conventionally mounted at F</vicep> directories), verifies
20that each partition uses 512-byte inodes. AFS stores information in the
21inodes on server partitions, and the 256-byte inode size that XFS uses by
22default is not large enough.
23
24=head1 CAUTIONS
25
26This command is available on in the AFS distribution for IRIX system types
27that can use XFS-formatted partitions as server partitions.
28
29=head1 OUTPUT
30
31If all server partitions are properly configured, the command produces no
32output. Otherwise, it prints the following header:
33
34 Need to remake the following partitions:
35
36and then the following message for each partition on which to run the IRIX
37B<mkfs> command with the indicated options:
38
39 <device>: mkfs -t xfs -i size=512 -l size=4000b <device>
40
41where <device> is in a format like C</dev/dsk/dks0d0s0> for a single disk
42partition or C</dev/xlv/xlv0> for a logical volume.
43
44=head1 PRIVILEGE REQUIRED
45
46The issuer must be logged in as the local superuser C<root>.
47
48=head1 COPYRIGHT
49
50IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
51
52This documentation is covered by the IBM Public License Version 1.0. It was
53converted from HTML to POD by software written by Chas Williams and Russ
54Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.