linux - how to list remote exported NFSv4 volumes? -


with nfsv3,i can use showmount command list volumes.

name showmount - show mount information nfs server

synopsis /usr/sbin/showmount [ -adehv ] [ --all ] [ --directories ] [ --exports ] [ --help ] [ --version ] [ host ]

description showmount queries mount daemon on remote host information state of nfs server on machine. no options showmount lists set of clients mounting host. output showmount designed appear though processed through ''sort -u''.

but seems nfsv4 volumes not list. how can nfsv4 volumes remote host?

pure nfsv4 doesn't provide way list of exports. nevertheless, of nfs servers export nfsv4 , nfsv3 @ same time. makes possible discover v4 exports. in general, nfsv4 builds pseudo file system list of exports , exports pseudo '/'.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -