‘alles’ in unix is een ‘file’ , en dus wordt er heel veel in het FS gemounted
niet enkel hard disk partitions
maar ook hardware (devices)
tevens directories , queue’s , pipe’s e.d.
of memory , als file acces , vaak met tmpfs gemounted
een overzicht van alle mp met :
cat /proc/mounts
cat /proc/mounts | grep '/mnt'
# ofwel ook
findmnt
NO_SUDO
https://www.baeldung.com/linux/mount-file-systems-without-root-privileges