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-how-to-deploy.md
+38-11Lines changed: 38 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ For information about libfuse support, see the [BlobFuse2 README](https://github
40
40
To check your version of Linux, run the following command:
41
41
42
42
```bash
43
-
lsb_release -a
43
+
cat /etc/*-release
44
44
```
45
45
46
46
If no binaries are available for your distribution, you can [Option 2: Build the binaries from source code](#option-2-build-the-binaries-from-source-code).
@@ -55,6 +55,8 @@ To install BlobFuse2 from the repositories:
55
55
56
56
Configure the [Linux Package Repository for Microsoft Products](/windows-server/administration/Linux-Package-Repository-for-Microsoft-Software).
57
57
58
+
# [RHEL](#tab/RHEL)
59
+
58
60
As an example, on a Redhat Enterprise Linux 8 distribution:
@@ -248,7 +275,7 @@ You can provide authorization information in a configuration file or in environm
248
275
To mount an Azure block blob container by using BlobFuse2, run the following command. The command mounts the container specified in`./config.yaml` onto the location `~/mycontainer`:
249
276
250
277
```bash
251
-
blobfuse2 mount ~/mycontainer --config-file=./config.yaml
278
+
sudo blobfuse2 mount ~/mycontainer --config-file=./config.yaml
0 commit comments