Skip to content

Instantly share code, notes, and snippets.

@shellac
Created July 24, 2015 12:52
Show Gist options
  • Save shellac/aea46db9ad3423344f11 to your computer and use it in GitHub Desktop.
Save shellac/aea46db9ad3423344f11 to your computer and use it in GitHub Desktop.
df output on mac
$ df
Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on
/dev/disk1 487849984 409442400 77895584 85% 51244298 9736948 84% /
devfs 382 382 0 100% 662 0 100% /dev
map -hosts 0 0 0 100% 0 0 100% /net
map auto_home 0 0 0 100% 0 0 100% /home
localhost:/wJehW-9zBUWN7G4CfiRtVu 487849984 487849984 0 100% 0 0 100% /Volumes/MobileBackups
(0) pldms@vpn-user-248-046:~
$ df -P
Filesystem 512-blocks Used Available Capacity Mounted on
/dev/disk1 487849984 409437456 77900528 85% /
devfs 382 382 0 100% /dev
map -hosts 0 0 0 100% /net
map auto_home 0 0 0 100% /home
localhost:/wJehW-9zBUWN7G4CfiRtVu 487849984 487849984 0 100% /Volumes/MobileBackups
(0) pldms@vpn-user-248-046:~
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment