added mount option to support older NFS versions
This commit is contained in:
parent
bbef002f0a
commit
e22d73c04c
|
@ -39,7 +39,8 @@ file system hierarchy.
|
|||
Mount a share via the following command
|
||||
|
||||
```sh
|
||||
mount -t nfs $TARGET_IP: /tmp/nfsfiles
|
||||
mkdir /tmp/nfsfiles
|
||||
mount -t nfs -o nolock $TARGET_IP: /tmp/nfsfiles
|
||||
```
|
||||
|
||||
## User ID
|
||||
|
|
Loading…
Reference in New Issue