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.