NFS
Accessing
showmount -e $ipMounting
# mount -t cifs/nfs $ip:<shared_folder> <target> -o nolock
mkdir /tmp/mount
mount -t cifs $ip:dnoscp/ /tmp/mount -o nolockLast updated
showmount -e $ip# mount -t cifs/nfs $ip:<shared_folder> <target> -o nolock
mkdir /tmp/mount
mount -t cifs $ip:dnoscp/ /tmp/mount -o nolockLast updated