added mount option to support older NFS versions

This commit is contained in:
whackx 2024-01-12 21:43:52 +01:00
parent bbef002f0a
commit e22d73c04c
1 changed files with 2 additions and 1 deletions

View File

@ -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