Hacker News new | ask | show | jobs
by jgneff 698 days ago
Try this in your '.bash_aliases' file, for example:

  alias df='df -t vfat -t ext4'
1 comments

Thanks, but I don't want to accidentally miss other filesystems.

I just checked and there is also an exclude option. This comes close to what I want:

    df -x tmpfs -x squashfs -x devtmpfs