Code: Select all
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sr0 366182 366182 0 100% /live/boot-dev
/dev/loop0 358016 358016 0 100% /live/linux
tmpfs 393216 26156 367060 7% /live/aufs-ram
/live/aufs 393216 26156 367060 7% /live/aufs
/live/aufs 393216 26156 367060 7% /bin
/live/aufs 393216 26156 367060 7% /boot
/live/aufs 393216 26156 367060 7% /etc
/live/aufs 393216 26156 367060 7% /sbin
/live/aufs 393216 26156 367060 7% /var
/live/aufs 393216 26156 367060 7% /lib
/live/aufs 393216 26156 367060 7% /opt
/live/aufs 393216 26156 367060 7% /root
/live/aufs 393216 26156 367060 7% /tmp
/live/aufs 393216 26156 367060 7% /usr
tmpfs 1024 0 1024 0% /media
/live/aufs 393216 26156 367060 7% /lib64
/live/aufs 393216 26156 367060 7% /selinux
/live/aufs 393216 26156 367060 7% /srv
/live/aufs 393216 26156 367060 7% /home
tmpfs 50840 396 50444 1% /run
tmpfs 5120 0 5120 0% /run/lock
tmpfs 10240 0 10240 0% /dev
tmpfs 101680 0 101680 0% /run/shm
Code: Select all
alias df="df -x tmpfs -x aufs"
Code: Select all
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sr0 366182 366182 0 100% /live/boot-dev
/dev/loop0 358016 358016 0 100% /live/linux
Question: should we add this alias to the .bashrc on the LiveCD/USB? It makes df produce less confusing output but it could end up really confusing someone who was looking for what was really going on and did not know about the alias.