Created
December 21, 2010 19:47
-
-
Save KristianLyng/750462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kristian@luke:~$ df -lhT --total -x tmpfs -x devtmpfs --portability | gawk -f ~/awkdf | |
| Filesystem Type Size Used Avail Use% Mounted on | |
| /dev/sda1 ext4 29G 11G 16G 41% / | |
| /dev/sdd1 btrfs 1.9T 279G 1.6T 15% /mnt/k | |
| /dev/md0 ext4 3.6T 3.0T 636G 83% /mnt/r | |
| total - 5.5T 3.3T 2.2T 60% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment