I'm not sure where to send this but it looks like the man page for df is out of date ( http://www.gnu.org/manual/fileutils-3.16/html_node/fileutils_51.html#SEC51 ) There is no mention of the -F option in the man page or from `df --help`. It seems to be an alias for -t. Maybe it only exists for compatability and shouldn't be used.
Thanks, Chad chad@arwen1:~/nfsdev/bb-nfsmod$ df -F nfs Filesystem 1k-blocks Used Available Use% Mounted on 192.168.1.200:/home 33824032 7283072 23835040 24% /home chad@arwen1:~/nfsdev/bb-nfsmod$ df --help Usage: df [OPTION]... [FILE]... Show information about the filesystem on which each FILE resides, or all filesystems by default. -a, --all include filesystems having 0 blocks --block-size=SIZE use SIZE-byte blocks -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G) -H, --si likewise, but use powers of 1000 not 1024 -i, --inodes list inode information instead of block usage -k, --kilobytes like --block-size=1024 -l, --local limit listing to local filesystems -m, --megabytes like --block-size=1048576 --no-sync do not invoke sync before getting usage info (default) -P, --portability use the POSIX output format --sync invoke sync before getting usage info -t, --type=TYPE limit listing to filesystems of type TYPE -T, --print-type print filesystem type -x, --exclude-type=TYPE limit listing to filesystems not of type TYPE -v (ignored) --help display this help and exit --version output version information and exit Report bugs to <[EMAIL PROTECTED]>. chad@arwen1:~/nfsdev/bb-nfsmod$ df --version df (fileutils) 4.1 Written by Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert. Copyright (C) 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. _______________________________________________ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-fileutils