How to List Mounted Drives on Linux - LinOxide
linoxide.com › list-mounted-drives-on-linuxMar 17, 2021 · We can use mount, findmnt, and df commands to list mounted device any Linux distribution like Ubuntu or Centos. In Linux, mount command mounts a storage device or filesystem, and let's go through commands that can display all those mounts. 1) Listing from /proc using cat command. To list mount points you can read contents of the file /proc/mounts.
Show NFS shares | List NFS mount points | List NFS clients ...
www.golinuxcloud.com › shoUse mount to list NFS mount points. We can use mount command to list NFS mount points on nfs-client. # mount | grep nfs 10.10.10.12:/nfs_shares on /mnt type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.10.10.16,local_lock=none,addr=10.10.10.12) Use nfsstat to list NFS mount points