Check mounted file systems using df. Displaying different options.

df 
df -h
df -Th

To get rid tmpfs, run this.

df -Th| grep -Ev '(udev|tmpfs)'