From 2f883e47aa94c3b9c23f2cdc25180b44fe9cd37f Mon Sep 17 00:00:00 2001 From: Robb Kistler Date: Fri, 11 May 2018 18:50:09 -0700 Subject: [PATCH] Fix incomplete NFS test command --- ee/dtr/admin/configure/external-storage/nfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/dtr/admin/configure/external-storage/nfs.md b/ee/dtr/admin/configure/external-storage/nfs.md index 8fb5d4dd85..49fcfc6467 100644 --- a/ee/dtr/admin/configure/external-storage/nfs.md +++ b/ee/dtr/admin/configure/external-storage/nfs.md @@ -23,7 +23,7 @@ showmount -e You should also try to mount one of the exported directories: ```bash -mkdir /tmp/mydir && sudo mount -t nfs : +mkdir /tmp/mydir && sudo mount -t nfs : /tmp/mydir ``` ## Install DTR with NFS