Skip to content

Commit b15063d

Browse files
Merge pull request #233374 from msaenzbosupport/patch-11
[Doc-A-Thon] Adding sudo on Code Block
2 parents c4ba04a + 7b26c31 commit b15063d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/blobfuse2-commands-mountv1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ The following flags apply only to command `blobfuse2 mountv1` command:
9494
1. Mount a blob container in an Azure Data Lake Storage account using a BlobFuse v1 configuration file:
9595

9696
```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
9898
```
9999

100100
1. Create a BlobFuse2 configuration file from a v1 configuration file in the same directory, but do not mount any containers:
101101

102102
```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
104104
```
105105

106106
## See also

0 commit comments

Comments
 (0)