Fix incomplete NFS test command

This commit is contained in:
Robb Kistler 2018-05-11 18:50:09 -07:00 committed by Joao Fernandes
parent 8e19bf18de
commit 2f883e47aa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ showmount -e <nfsserver>
You should also try to mount one of the exported directories: You should also try to mount one of the exported directories:
```bash ```bash
mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory> mkdir /tmp/mydir && sudo mount -t nfs <nfs server>:<directory> /tmp/mydir
``` ```
## Install DTR with NFS ## Install DTR with NFS