We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 335f3f2 + 9b5526a commit eadb838Copy full SHA for eadb838
articles/storage/blobs/blobfuse2-commands-unmount.md
@@ -53,7 +53,7 @@ There are no flags only supported by the unmount command.
53
1. Unmount a BlobFuse2 mount instance:
54
55
```bash
56
- blobfuse2 unmount ./mount_path
+ sudo blobfuse2 unmount ./mount_path
57
```
58
59
(Alternatively, you can use a native Linux command to do the same):
@@ -65,7 +65,7 @@ There are no flags only supported by the unmount command.
65
1. Unmount all BlobFuse2 mount points (see also [The BlobFuse2 unmount all command](blobfuse2-commands-unmount-all.md)):
66
67
68
- blobfuse2 unmount all
+ sudo blobfuse2 unmount all
69
70
71
## See also
0 commit comments