3 xfs_size_check - Verifies proper IRIX inode configuration
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.
26 This command is available on in the AFS distribution for IRIX system types
27 that can use XFS-formatted partitions as server partitions.
31 If all server partitions are properly configured, the command produces no
32 output. Otherwise, it prints the following header:
34 Need to remake the following partitions:
36 and then the following message for each partition on which to run the IRIX
37 B<mkfs> command with the indicated options:
39 <device>: mkfs -t xfs -i size=512 -l size=4000b <device>
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.
44 =head1 PRIVILEGE REQUIRED
46 The issuer must be logged in as the local superuser C<root>.
50 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
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.