By default, a Linux ECS allows only the root user to run the mount command for mounting a file system. However, if the permissions of user root are assigned to other common users, such users can also run the mount command for file system mounting. The following describes how to mount a file system to a Linux ECS as a common user. The EulerOS is used as an example.
mount -t nfs -o vers=3,timeo=600,noresvport,nolock Mount point Local path
mount -l
example.com:/share-xxx on /local_path type nfs (rw,vers=3,timeo=600,nolock,addr=)