You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/blobfuse2-commands-mount-all.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,12 +73,19 @@ The following flags are inherited from parent command [`blobfuse2 mount`](blobfu
73
73
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):
74
74
75
75
```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
78
81
Mounting container : blobfuse2a to path : bf2all/blobfuse2a
79
82
Mounting container : blobfuse2b to path : bf2all/blobfuse2b
0 commit comments