-
The following command can be used to check the version of the remote NFS server:
it will return the result like below:rpcinfo -s remote-server.yourdomain.org | grep nfs
the second column, 2,3, are the versions of the nfs servers running on the remote host.100003 2,3 udp,tcp nfs unknown
- or if your rpcinfo implementation does not support -s option, you can
it will return the result like below:rpcinfo -p remote-server.yourdomain.org | grep nfs
the second column shows the version of the nfs server.100003 3 tcp 2049 nfs 100003 2 tcp 2049 nfs 100003 3 udp 2049 nfs 100003 2 udp 2049 nfs
- To check the nfs server running on localhost, you can
orrpcinfo -s localhost
orrpcinfo -p localhost
sudo nfsstat
Search This Blog
Linux: how to check the remote NFS server version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment