File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ The following flags apply only to command `blobfuse2 mountv1` command:
94
94
1 . Mount a blob container in an Azure Data Lake Storage account using a BlobFuse v1 configuration file:
95
95
96
96
``` bash
97
- blobfuse2 mountv1 ./mount_dir --config-file=./config.cfg --use-adls=true
97
+ sudo blobfuse2 mountv1 ./mount_dir --config-file=./config.cfg --use-adls=true
98
98
```
99
99
100
100
1. Create a BlobFuse2 configuration file from a v1 configuration file in the same directory, but do not mount any containers:
101
101
102
102
` ` ` bash
103
- blobfuse2 mountv1 --config-file=./config.cfg --output-file=./config.yaml --convert-config-only=true
103
+ sudo blobfuse2 mountv1 --config-file=./config.cfg --output-file=./config.yaml --convert-config-only=true
104
104
` ` `
105
105
106
106
# # See also
You can’t perform that action at this time.
0 commit comments