1PYDF(1) General Commands Manual PYDF(1)
2
3
4
6 pydf - report colourised filesystem disk space usage
7
9 pydf [options] [file]
10
12 pydf is a python script that displays the amount of disk space avail‐
13 able on the mounted filesystems, using different colours for different
14 types of filesystems. Output format is completely customizable.
15
16 If an optional
17 file argument is given, pydf displays just information about
18 filesystem containing the file(s), otherwise it displays infor‐
19 mation about all mounted filesystems.
20
21
23 --help Show summary of options.
24
25 -v, --version
26 Show version of program.
27
28 -a, --all
29 include filesystems having 0 blocks
30
31 -h, --human-readable
32 print sizes in human readable format (e.g., 133K 2341M 2448G)
33
34 -H, --si
35 likewise, but use powers of 1000 not 1024
36
37 --block-size=SIZE
38 use SIZE-byte blocks
39
40 -k, --kilobytes
41 like --block-size=1024
42
43 -i, --inodes
44 show information about inodes instead of blocks
45
46 -l, --local
47 limit listing to local filesystems
48
49 -m, --megabytes
50 like --block-size=1048576
51
52 -g, --gigabytes
53 like --block-size=1073741824
54
55 --blocks
56 use filesystem native block size
57
58 --bw do not use colours
59
60 --mounts=FILE
61 file to get mount information from. On normal linux system,
62 only /etc/mtab or /proc/mounts make sense. Use /proc/mounts
63 when /etc/mtab is corrupted or inaccessible (the output looks a
64 bit weird in this case though)
65
66 -B, --show-binds
67 Show also mount --bind mounted filesystems.
68
70 When running with python3, mountpoints with out-of-locale non ASCII
71 names will not be displayed (due to inability of os.statvfs to use
72 bytes instead of strings).
73
75 /etc/pydfrc
76 main configuration file
77
78 ~/.pydfrc
79 per-user configuration file
80
82 df(1)
83
85 Radovan Garabík <garabik@kassiopeia.juls.savba.sk>
86
87
88
89 PYDF(1)