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