@cindex disk device file
@cindex device file, disk
-If an argument @var{file} is a disk device file containing a mounted
-file system, @command{df} shows the space available on that file system
-rather than on the file system containing the device node (i.e., the root
-file system). GNU @command{df} does not attempt to determine the
-disk usage
+If an argument @var{file} is an absolute name of a disk device node containing
+a mounted file system, @command{df} shows the space available on that
+file system rather than on the file system containing the device node.
+GNU @command{df} does not attempt to determine the disk usage
on unmounted file systems, because on most kinds of systems doing so
-requires extremely nonportable intimate knowledge of file system
-structures.
+requires extremely nonportable intimate knowledge of file system structures.
The program accepts the following options. Also see @ref{Common options}.
mounted file system,
.B df
shows the space available on that file system rather than on the
-file system containing the device node (which is always the root
-file system). This version of
+file system containing the device node. This version of
.B df
cannot show the space available on unmounted file systems, because on
most kinds of systems doing so requires very nonportable intimate