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