Linux general tips & tricks

Is a filesystem mounted?

grep -q " $mount_point " /etc/mtab && echo "$mount_point is currently mounted according to /etc/mtab"