Scheduled Maintenance Complete
Thanks for your patience while our systems were updated.
Please contact community@netapp.com if you encounter any issues with Community login.

ONTAP Discussions

Is there a command to view the mount path details on lunix

liu
89 Views

Hello everyone, the client here is mounted to Linux via the iSCSI service. What command can be used to view the detailed path of the mount on Linux, not df -h?

1 REPLY 1

ChLokesh
72 Views

Hi Liu,


What details are you looking for specifically?

You can run a "mount | grep <mount_path>"

This will tell you the following:


1. The storage path mounted
2. The directory where the filesystem is mounted
3. The filesystem type and version of it. (e.g., NFS, Version= 3)
4. The options used when mounting (e.g., rw, nosuid,rsize,wsize,protocol,port).

 

Hope this information is useful.

Public