You can list mountpoints by file system type using mount -t<i>TYPE</i>
.
Example:
# mount -ttmpfs
tmpfs on /dev/shm type tmpfs (rw)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
The work is always in progress.
You can list mountpoints by file system type using mount -t<i>TYPE</i>
.
Example:
# mount -ttmpfs
tmpfs on /dev/shm type tmpfs (rw)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)