Skip to content

Commit 4e0634b

Browse files
[Doc-A-THon]Updating Code Block.
Removing ~$ (home dollar path" from code block
1 parent a2f95d5 commit 4e0634b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

articles/storage/blobs/blobfuse2-commands-mount-all.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,19 @@ The following flags are inherited from parent command [`blobfuse2 mount`](blobfu
7373
Mount all blob storage containers in the storage account specified in the configuration file to the path specified in the command. (Each container will be a subdirectory under the directory specified):
7474

7575
```bash
76-
~$ mkdir bf2all
77-
~$ blobfuse2 mount all ./bf2all --config-file=./config.yaml
76+
sudo mkdir bf2all
77+
sudo blobfuse2 mount all ./bf2all --config-file=./config.yaml
78+
```
79+
Example Output
80+
```output
7881
Mounting container : blobfuse2a to path : bf2all/blobfuse2a
7982
Mounting container : blobfuse2b to path : bf2all/blobfuse2b
80-
81-
~$ blobfuse2 mount list
83+
```
84+
```bash
85+
sudo blobfuse2 mount list
86+
```
87+
Example output
88+
```output
8289
1 : /home/<user>/bf2all/blobfuse2a
8390
2 : /home/<user>/bf2all/blobfuse2b
8491
```

0 commit comments

Comments
 (0)