.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "FS_EXAMINE 1" .TH FS_EXAMINE 1 2024-03-20 OpenAFS "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME fs_examine \- Shows data about the volume containing a directory or file .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBfs examine\fR [\fB\-path\fR\ <\fIdir/file\ path\fR>+] [\fB\-help\fR] .PP \&\fBfs exa\fR [\fB\-p\fR\ <\fIdir/file\ path\fR>+] [\fB\-h\fR] .PP \&\fBfs listvol\fR [\fB\-p\fR\ <\fIdir/file\ path\fR>+] [\fB\-h\fR] .PP \&\fBfs listv\fR [\fB\-p\fR\ <\fIdir/file\ path\fR>+] [\fB\-h\fR] .PP \&\fBfs lv\fR [\fB\-p\fR\ <\fIdir/file\ path\fR>+] [\fB\-h\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" The fs examine command displays information about the volume containing each specified directory or file, including its volume ID number, quota and the percentage of its quota that is used. .PP This command provides the most information about a volume, but the \fBfs listquota\fR command displays similar information in tabular format, and the \&\fBfs quota\fR command reports only the percentage of quota used. .PP To set volume quota, use the \fBfs setquota\fR or \fBfs setvol\fR command. .SH CAUTIONS .IX Header "CAUTIONS" The partition-related statistics in this command's output do not always agree with the corresponding values in the output of the standard UNIX \&\fBdf\fR command. The statistics reported by this command can be up to five minutes old, because the Cache Manager polls the File Server for partition information at that frequency. Also, on some operating systems, the \fBdf\fR command's report of partition size includes reserved space not included in this command's calculation, and so is likely to be about 10% larger. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-path\fR <\fIdir/file path\fR>+" 4 .IX Item "-path +" Names a file or directory that resides in the volume about which to produce output. Partial pathnames are interpreted relative to the current working directory, which is also the default value if this argument is omitted. .IP \fB\-help\fR 4 .IX Item "-help" Prints the online help for this command. All other valid options are ignored. .SH OUTPUT .IX Header "OUTPUT" The output displays information about the volume that houses each specified directory or file, in the following format .PP .Vb 6 \& Volume status for vid = I named I \& Current offline message is I \& Current disk quota is I \& Current blocks used are I \& The partition has I blocks available out of \& I .Ve .PP where the first line specifies the volume's ID number and name. The \&\f(CW\*(C`Current offline message\*(C'\fR line appears only if an administrator has included the \fB\-offlinemsg\fR argument to the \fBfs setvol\fR command. The remaining lines report, respectively, .IP \(bu 4 The volume's quota in kilobytes, or the string \f(CW\*(C`unlimited\*(C'\fR to indicate an unlimited quota. .IP \(bu 4 The volume's current size in kilobytes. .IP \(bu 4 The number of blocks available and total size of the host partition, both in kilobytes. .SH EXAMPLES .IX Header "EXAMPLES" The following example shows the output for the volume \f(CW\*(C`user.smith\*(C'\fR and the partition housing it: .PP .Vb 5 \& % fs examine \-path /afs/example.com/usr/smith \& Volume status for vid = 50489902 named user.smith \& Current maximum quota is 15000 \& Current blocks used are 5073 \& The partition has 336662 blocks available out of 4177920 .Ve .SH "PRIVILEGE REQUIRED" .IX Header "PRIVILEGE REQUIRED" The issuer must have the \f(CW\*(C`l\*(C'\fR (list) permission on the ACL of each directory that precedes the file or directory named by the \fB\-path\fR argument. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBfs_listquota\fR\|(1), \&\fBfs_quota\fR\|(1), \&\fBfs_setquota\fR\|(1), \&\fBfs_setvol\fR\|(1) .SH COPYRIGHT .IX Header "COPYRIGHT" IBM Corporation 2000. All Rights Reserved. .PP This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.