Red Squirrel
No Lifer
On a new server I'm working on migrating my stuff on I noticed that df outputs lots of garbage:
Why all that stuff? Is there a way to get rid of that? It's just dirty. I just want to see disk usage for actual volumes. Come to think of it, most of this output makes no sense, what's rootfs, or /dev/root? Where is /dev/sda and such? This output is going to mess up my monitoring program. I usually look for the line that has /dev/sdx.
Code:
[root@server03 migration]# df -hl
Filesystem Size Used Avail Use% Mounted on
rootfs 1.9T 246G 1.5T 15% /
/dev/root 1.9T 246G 1.5T 15% /
devtmpfs 16G 264K 16G 1% /dev
tmpfs 16G 0 16G 0% /dev/shm
/dev/root 1.9T 246G 1.5T 15% /var/named/chroot/etc/named
/dev/root 1.9T 246G 1.5T 15% /var/named/chroot/var/named
/dev/root 1.9T 246G 1.5T 15% /var/named/chroot/etc/named.conf
/dev/root 1.9T 246G 1.5T 15% /var/named/chroot/etc/named.rfc1912.zones
/dev/root 1.9T 246G 1.5T 15% /var/named/chroot/etc/rndc.key
/dev/root 1.9T 246G 1.5T 15% /var/named/chroot/usr/lib64/bind
/dev/root 1.9T 246G 1.5T 15% /var/named/chroot/etc/named.iscdlv.key
/dev/root 1.9T 246G 1.5T 15% /var/named/chroot/etc/named.root.key
Why all that stuff? Is there a way to get rid of that? It's just dirty. I just want to see disk usage for actual volumes. Come to think of it, most of this output makes no sense, what's rootfs, or /dev/root? Where is /dev/sda and such? This output is going to mess up my monitoring program. I usually look for the line that has /dev/sdx.