Skip to content

Commit 64afa9b

Browse files
committed
add feedback on mount article
1 parent 1e1cd3d commit 64afa9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hpc-cache/hpc-cache-mount.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to connect clients to an Azure HPC Cache service
44
author: ekpgh
55
ms.service: hpc-cache
66
ms.topic: conceptual
7-
ms.date: 04/14/2020
7+
ms.date: 04/15/2020
88
ms.author: v-erkel
99
---
1010

@@ -92,13 +92,13 @@ Follow this procedure to create the mount command.
9292

9393
The mount command has the following form:
9494

95-
> sudo mount *cache_mount_address*:/*namespace_path* *local_path* {*options*}
95+
> sudo mount {*options*} *cache_mount_address*:/*namespace_path* *local_path*
9696
9797
Example:
9898

9999
```bash
100100
root@test-client:/tmp# mkdir hpccache
101-
root@test-client:/tmp# sudo mount 10.0.0.28:/blob-demo-0722 ./hpccache/ -o hard,proto=tcp,mountproto=tcp,retry=30
101+
root@test-client:/tmp# sudo mount -o hard,proto=tcp,mountproto=tcp,retry=30 10.0.0.28:/blob-demo-0722 hpccache
102102
root@test-client:/tmp#
103103
```
104104

0 commit comments

Comments
 (0)