similar to tree there is a command to show all the mounts in a nice tree like output: findmnt
findmnt TARGET SOURCE / /dev/disk/by-uuid/cb51d0c9-6cde-49c9-ae17-2ca37ecc2f7f ├─/sys sysfs │ ├─/sys/fs/cgroup │ │ └─/sys/fs/cgroup/systemd systemd │ ├─/sys/fs/fuse/connections │ ├─/sys/kernel/debug │ ├─/sys/kernel/security │ └─/sys/fs/pstore ├─/proc proc │ └─/proc/sys/fs/binfmt_misc binfmt_misc ├─/dev udev │ └─/dev/pts devpts └─/run tmpfs ├─/run/lock ├─/run/shm └─/run/user └─/run/user/1000/gvfs gvfsd-fuse
Note: I omitted the last to columns to allow the output to fit on screen.