#!/bin/bash

# I used to have a version of this that worked on a lot of old unixes as well.  Sadly, that's gone now, but
# here's one that does Linux pretty well.

df \
    -t ext2 \
    -t ext3 \
    -t ext4 \
    -t xfs \
    -t jfs