2005-01-10 08:39:26 +00:00
|
|
|
.\"-
|
1994-05-26 06:18:55 +00:00
|
|
|
.\" Copyright (c) 1989, 1990, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 4. Neither the name of the University nor the names of its contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1996-12-14 05:56:03 +00:00
|
|
|
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
|
1999-08-27 23:15:48 +00:00
|
|
|
.\" $FreeBSD$
|
1994-05-26 06:18:55 +00:00
|
|
|
.\"
|
2015-12-01 19:18:53 +00:00
|
|
|
.Dd December 1, 2015
|
1994-05-26 06:18:55 +00:00
|
|
|
.Dt DF 1
|
2001-07-10 10:04:09 +00:00
|
|
|
.Os
|
1994-05-26 06:18:55 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm df
|
|
|
|
.Nd display free disk space
|
|
|
|
.Sh SYNOPSIS
|
2000-11-20 11:39:41 +00:00
|
|
|
.Nm
|
2014-11-07 03:07:10 +00:00
|
|
|
.Op Fl -libxo
|
2004-05-16 21:34:15 +00:00
|
|
|
.Op Fl b | g | H | h | k | m | P
|
2008-11-23 13:03:44 +00:00
|
|
|
.Op Fl acilnT
|
2013-01-24 05:36:37 +00:00
|
|
|
.Op Fl \&,
|
1994-05-26 06:18:55 +00:00
|
|
|
.Op Fl t Ar type
|
2002-08-26 04:56:23 +00:00
|
|
|
.Op Ar file | filesystem ...
|
1994-05-26 06:18:55 +00:00
|
|
|
.Sh DESCRIPTION
|
2002-04-16 20:08:06 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility
|
1994-05-26 06:18:55 +00:00
|
|
|
displays statistics about the amount of free disk space on the specified
|
2002-08-21 17:32:44 +00:00
|
|
|
.Ar file system
|
|
|
|
or on the file system of which
|
1994-05-26 06:18:55 +00:00
|
|
|
.Ar file
|
|
|
|
is a part.
|
2012-11-16 03:33:34 +00:00
|
|
|
By default block counts are displayed with an assumed block size of
|
|
|
|
512 bytes.
|
2002-08-21 17:32:44 +00:00
|
|
|
If neither a file or a file system operand is specified,
|
|
|
|
statistics for all mounted file systems are displayed
|
1994-05-26 06:18:55 +00:00
|
|
|
(subject to the
|
|
|
|
.Fl t
|
|
|
|
option below).
|
|
|
|
.Pp
|
|
|
|
The following options are available:
|
2007-02-28 10:29:48 +00:00
|
|
|
.Bl -tag -width indent
|
2015-12-01 19:18:53 +00:00
|
|
|
.It Fl -libxo
|
|
|
|
Generate output via
|
|
|
|
.Xr libxo 3
|
|
|
|
in a selection of different human and machine readable formats.
|
|
|
|
See
|
|
|
|
.Xr xo_parse_args 3
|
|
|
|
for details on command line arguments.
|
1999-11-01 04:57:43 +00:00
|
|
|
.It Fl a
|
2007-02-28 10:29:48 +00:00
|
|
|
Show all mount points, including those that were mounted with the
|
|
|
|
.Dv MNT_IGNORE
|
1999-11-01 04:57:43 +00:00
|
|
|
flag.
|
2011-10-18 08:20:36 +00:00
|
|
|
This is implied for file systems specified on the command line.
|
1999-12-15 03:44:09 +00:00
|
|
|
.It Fl b
|
2012-11-16 03:33:34 +00:00
|
|
|
Explicitly use 512 byte blocks, overriding any
|
1999-12-15 03:44:09 +00:00
|
|
|
.Ev BLOCKSIZE
|
|
|
|
specification from the environment.
|
2012-11-16 03:33:34 +00:00
|
|
|
This is the same as the
|
|
|
|
.Fl P
|
|
|
|
option.
|
|
|
|
The
|
|
|
|
.Fl k
|
|
|
|
option overrides this option.
|
2004-04-18 20:56:31 +00:00
|
|
|
.It Fl c
|
|
|
|
Display a grand total.
|
2000-06-03 20:17:39 +00:00
|
|
|
.It Fl g
|
2012-11-16 03:33:34 +00:00
|
|
|
Use 1073741824 byte (1 Gibibyte) blocks rather than the default.
|
|
|
|
This overrides any
|
2000-06-03 20:17:39 +00:00
|
|
|
.Ev BLOCKSIZE
|
|
|
|
specification from the environment.
|
2014-01-16 17:06:02 +00:00
|
|
|
.It Fl h
|
2009-06-07 09:06:21 +00:00
|
|
|
.Dq Human-readable
|
|
|
|
output.
|
2012-11-16 03:33:34 +00:00
|
|
|
Use unit suffixes: Byte, Kibibyte, Mebibyte, Gibibyte, Tebibyte and
|
|
|
|
Pebibyte (based on powers of 1024) in order to reduce the number of
|
|
|
|
digits to four or fewer.
|
2014-01-16 17:06:02 +00:00
|
|
|
.It Fl H
|
2009-06-07 09:06:21 +00:00
|
|
|
.Dq Human-readable
|
|
|
|
output.
|
2004-07-02 21:04:19 +00:00
|
|
|
Use unit suffixes: Byte, Kilobyte, Megabyte,
|
2012-11-16 03:33:34 +00:00
|
|
|
Gigabyte, Terabyte and Petabyte (based on powers of 1000) in order to
|
|
|
|
reduce the number of
|
|
|
|
digits to four or fewer.
|
1994-05-26 06:18:55 +00:00
|
|
|
.It Fl i
|
2012-11-16 03:33:34 +00:00
|
|
|
Include statistics on the number of free and used inodes.
|
|
|
|
In conjunction with the
|
|
|
|
.Fl h
|
|
|
|
or
|
|
|
|
.Fl H
|
|
|
|
options, the number of inodes is scaled by powers of 1000.
|
1994-08-10 19:21:07 +00:00
|
|
|
.It Fl k
|
2012-11-16 03:33:34 +00:00
|
|
|
Use 1024 byte (1 Kibibyte) blocks rather than the default.
|
2012-11-15 03:39:21 +00:00
|
|
|
This overrides the
|
|
|
|
.Fl P
|
2012-11-16 03:33:34 +00:00
|
|
|
option and any
|
|
|
|
.Ev BLOCKSIZE
|
|
|
|
specification from the environment.
|
2001-06-04 23:07:15 +00:00
|
|
|
.It Fl l
|
2002-08-21 17:32:44 +00:00
|
|
|
Only display information about locally-mounted file systems.
|
1999-12-15 03:44:09 +00:00
|
|
|
.It Fl m
|
2012-11-16 03:33:34 +00:00
|
|
|
Use 1048576 byte (1 Mebibyte) blocks rather than the default.
|
|
|
|
This overrides any
|
1999-12-15 03:44:09 +00:00
|
|
|
.Ev BLOCKSIZE
|
|
|
|
specification from the environment.
|
1994-05-26 06:18:55 +00:00
|
|
|
.It Fl n
|
2002-08-21 17:32:44 +00:00
|
|
|
Print out the previously obtained statistics from the file systems.
|
1994-05-26 06:18:55 +00:00
|
|
|
This option should be used if it is possible that one or more
|
2002-08-21 17:32:44 +00:00
|
|
|
file systems are in a state such that they will not be able to provide
|
1994-05-26 06:18:55 +00:00
|
|
|
statistics without a long delay.
|
|
|
|
When this option is specified,
|
1998-05-13 07:35:44 +00:00
|
|
|
.Nm
|
2002-08-21 17:32:44 +00:00
|
|
|
will not request new statistics from the file systems, but will respond
|
1994-05-26 06:18:55 +00:00
|
|
|
with the possibly stale statistics that were previously obtained.
|
1999-12-15 03:44:09 +00:00
|
|
|
.It Fl P
|
2012-11-16 03:33:34 +00:00
|
|
|
Explicitly use 512 byte blocks, overriding any
|
1999-12-15 03:44:09 +00:00
|
|
|
.Ev BLOCKSIZE
|
|
|
|
specification from the environment.
|
2012-11-16 03:33:34 +00:00
|
|
|
This is the same as the
|
|
|
|
.Fl b
|
|
|
|
option.
|
2012-11-15 03:39:21 +00:00
|
|
|
The
|
|
|
|
.Fl k
|
|
|
|
option overrides this option.
|
1994-05-26 06:18:55 +00:00
|
|
|
.It Fl t
|
2002-08-21 17:32:44 +00:00
|
|
|
Only print out statistics for file systems of the specified types.
|
1997-03-13 17:32:39 +00:00
|
|
|
More than one type may be specified in a comma separated list.
|
2002-08-21 17:32:44 +00:00
|
|
|
The list of file system types can be prefixed with
|
1997-03-13 17:32:39 +00:00
|
|
|
.Dq no
|
2002-08-21 17:32:44 +00:00
|
|
|
to specify the file system types for which action should
|
1997-03-13 17:32:39 +00:00
|
|
|
.Em not
|
|
|
|
be taken.
|
|
|
|
For example, the
|
1998-05-13 07:35:44 +00:00
|
|
|
.Nm
|
1997-03-13 17:32:39 +00:00
|
|
|
command:
|
|
|
|
.Bd -literal -offset indent
|
2001-06-01 10:07:28 +00:00
|
|
|
df -t nonfs,nullfs
|
1997-03-13 17:32:39 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
2002-08-21 17:32:44 +00:00
|
|
|
lists all file systems except those of type
|
1997-03-13 17:32:39 +00:00
|
|
|
.Tn NFS
|
|
|
|
and
|
2001-06-01 10:07:28 +00:00
|
|
|
.Tn NULLFS .
|
1997-03-13 17:32:39 +00:00
|
|
|
The
|
1999-08-26 16:47:03 +00:00
|
|
|
.Xr lsvfs 1
|
2002-08-21 17:32:44 +00:00
|
|
|
command can be used to find out the types of file systems
|
1999-08-26 16:47:03 +00:00
|
|
|
that are available on the system.
|
2008-11-23 13:03:44 +00:00
|
|
|
.It Fl T
|
|
|
|
Include file system type.
|
2012-11-15 03:39:21 +00:00
|
|
|
.It Fl ,
|
|
|
|
(Comma) Print sizes grouped and separated by thousands using the
|
|
|
|
non-monetary separator returned by
|
|
|
|
.Xr localeconv 3 ,
|
|
|
|
typically a comma or period.
|
|
|
|
If no locale is set, or the locale does not have a non-monetary separator, this
|
|
|
|
option has no effect.
|
1994-05-26 06:18:55 +00:00
|
|
|
.El
|
1998-05-13 07:57:49 +00:00
|
|
|
.Sh ENVIRONMENT
|
1994-05-26 06:18:55 +00:00
|
|
|
.Bl -tag -width BLOCKSIZE
|
|
|
|
.It Ev BLOCKSIZE
|
2012-11-16 03:33:34 +00:00
|
|
|
Specifies the units in which to report block counts.
|
|
|
|
This uses
|
|
|
|
.Xr getbsize 3 ,
|
|
|
|
which allows units of bytes or numbers scaled with the letters
|
|
|
|
.Em k
|
|
|
|
(for multiples of 1024 bytes),
|
|
|
|
.Em m
|
|
|
|
(for multiples of 1048576 bytes) or
|
|
|
|
.Em g
|
|
|
|
(for gibibytes).
|
|
|
|
The allowed range is 512 bytes to 1 GB.
|
|
|
|
If the value is outside, it will be set to the appropriate limit.
|
1994-05-26 06:18:55 +00:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
1999-08-26 16:47:03 +00:00
|
|
|
.Xr lsvfs 1 ,
|
1994-05-26 06:18:55 +00:00
|
|
|
.Xr quota 1 ,
|
|
|
|
.Xr fstatfs 2 ,
|
|
|
|
.Xr getfsstat 2 ,
|
1997-01-13 00:25:51 +00:00
|
|
|
.Xr statfs 2 ,
|
2012-11-16 03:33:34 +00:00
|
|
|
.Xr getbsize 3 ,
|
1994-05-26 06:18:55 +00:00
|
|
|
.Xr getmntinfo 3 ,
|
2014-11-07 03:07:10 +00:00
|
|
|
.Xr libxo 3 ,
|
2012-11-15 03:39:21 +00:00
|
|
|
.Xr localeconv 3 ,
|
2014-11-07 03:07:10 +00:00
|
|
|
.Xr xo_parse_args 3 ,
|
1994-05-26 06:18:55 +00:00
|
|
|
.Xr fstab 5 ,
|
|
|
|
.Xr mount 8 ,
|
2013-05-17 03:52:20 +00:00
|
|
|
.Xr pstat 8 ,
|
|
|
|
.Xr quot 8 ,
|
2013-10-28 23:02:12 +00:00
|
|
|
.Xr swapinfo 8
|
2012-11-15 03:39:21 +00:00
|
|
|
.Sh STANDARDS
|
|
|
|
With the exception of most options,
|
|
|
|
the
|
|
|
|
.Nm
|
|
|
|
utility conforms to
|
|
|
|
.St -p1003.1-2004 ,
|
|
|
|
which defines only the
|
|
|
|
.Fl k , P
|
|
|
|
and
|
|
|
|
.Fl t
|
|
|
|
options.
|
1994-05-26 06:18:55 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
A
|
1998-05-13 07:35:44 +00:00
|
|
|
.Nm
|
1994-05-26 06:18:55 +00:00
|
|
|
command appeared in
|
1996-08-29 18:06:19 +00:00
|
|
|
.At v1 .
|
2005-01-16 16:41:59 +00:00
|
|
|
.Sh BUGS
|
|
|
|
The
|
|
|
|
.Fl n
|
|
|
|
flag is ignored if a file or file system is specified.
|
|
|
|
Also, if a mount
|
|
|
|
point is not accessible by the user, it is possible that the file system
|
|
|
|
information could be stale.
|
2012-11-16 03:33:34 +00:00
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Fl b
|
|
|
|
and
|
|
|
|
.Fl P
|
|
|
|
options are identical.
|
|
|
|
The former comes from the BSD tradition, and the latter is required
|
|
|
|
for
|
|
|
|
.St -p1003.1-2004
|
|
|
|
conformity.
|