.\" Generated by scdoc 1.11.1 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "dfrs" "1" "2021-02-11" .P .SH NAME .P dfrs - Display file system space usage using graphs and colors .P .SH SYNOPSIS .P \fBdfrs\fR [\fIOPTION\fR].\&.\&.\& [\fIFILE\fR].\&.\&.\& .P .SH DESCRIPTION .P \fBdfrs\fR displays the amount of disk space available on the file system containing each file name argument.\& If no file name is given, the space available on all currently mounted file systems is shown.\& .P \fBdfrs\fR(1) is a tool similar to \fBdf\fR(1) except that it is able to show a graph along with the data and is able to use colors.\& .P Without any argument, size is displayed in human-readable format.\& .P .SH OPTIONS .P Show information about the file system on which each \fIFILE\fR resides, or all regular file systems by default.\& .P \fB-a\fR, \fB--more\fR .RS 4 Show more file systems; use \fB-a\fR twice to show all .P .RE \fB-aa\fR, \fB--all\fR .RS 4 Show all file systems .P .RE \fB-c\fR .RS 4 Force colors even if stdout is not a tty.\& This is useful with \fBwatch -c\fR .P .RE \fB--color\fR [\fIWHEN\fR] .RS 4 Colorize the output; \fIWHEN\fR can be 'auto' (default if omitted), 'always', or 'never' .P .RE \fB-i\fR, \fB--inodes\fR .RS 4 Show inode instead of block usage .P .RE \fB-h\fR, \fB--human-readable\fR .RS 4 Print sizes in powers of 1024 (e.\&g.\&, 1023M) .P .RE \fB-H\fR, \fB--si\fR .RS 4 Print sizes in powers of 1000 (e.\&g.\&, 1.\&1G) .P .RE \fB--total\fR .RS 4 Produce and show a grand total .P .RE \fB-l\fR, \fB--local\fR .RS 4 Limit listing to local file systems .P .RE \fB--no-aliases\fR .RS 4 Do not resolve file system shorthand aliases (e.\&g.\&, LVM) .P .RE \fB--columns\fR [\fICOLUMN\fR].\&.\&.\& .RS 4 Display columns defined as a comma separated list; \fICOLUMN\fR can be: filesystem, type, bar, used, used_percentage, available, available_percentage, capacity, mounted_on .P .RE \fB--mounts\fR [\fIFILE\fR] .RS 4 File to get mount information from (e.\&g.\&, /proc/mounts or /etc/mtab) .P .RE \fB-V\fR, \fB--version\fR .RS 4 Prints version information .P .RE \fB--help\fR .RS 4 Show a short help text.\& .P .RE .SH BUGS .RS 4 Bugs can be reported on the bug tracker \fIhttps://github.\&com/anthraxx/dfrs/issues\fR .P .RE .SH AUTHORS .RS 4 Levente Polyak