jmount (Source)

1
2
3
#   BUUS: This script is part of Brian's Useful Utilities Set
mount | awk '/^\/dev\//{ print gensub(/ (on|type) /, "\t", "G", gensub(/ \(.*\)$/, "", 1)) }' | sort | column -t
# vim: tabstop=4