Skip to content

Commit 938f3ea

Browse files
committed
revert some changes based on feedback from PM
1 parent 8f21c57 commit 938f3ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/storage/blobs/blobfuse2-how-to-deploy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,18 @@ You have two options for installing BlobFuse2:
3333

3434
### Option 1: Install BlobFuse2 from the Microsoft software repositories for Linux
3535

36-
BlobFuse binaries are available on [the Microsoft software repositories for Linux](/windows-server/administration/Linux-Package-Repository-for-Microsoft-Software) for Ubuntu, Debian, SUSE, CentOS, Oracle Linux and RHEL distributions. To install BlobFuse on those distributions, configure one of the repositories from the list.
36+
To see supported distributions, see [BlobFuse2 releases](https://github.com/Azure/azure-storage-fuse/releases).
3737

38-
BlobFuse is published in the Linux repo for Ubuntu versions: 16.04, 18.04, and 20.04, RHEL versions: 7.5, 7.8, 7.9, 8.0, 8.1, 8.2, CentOS versions: 7.0, 8.0, Debian versions: 9.0, 10.0, SUSE version: 15, Oracle Linux 8.1. Run this command to determine your version:
38+
For information about libfuse support, see the [BlobFuse2 README](https://github.com/Azure/azure-storage-fuse/blob/main/README.md#distinctive-features-compared-to-blobfuse-v1x).
39+
40+
To check your version of Linux, run the following command:
3941

4042
```bash
4143
lsb_release -a
4244
```
4345

46+
If no binaries are available for your distribution, you can [build the binaries from source code](https://github.com/MicrosoftDocs/azure-docs-pr/pull/203174#option-2-build-from-source).
47+
4448
To install BlobFuse2 from the repositories:
4549

4650
> [Configure the Microsoft package repository](#configure-the-microsoft-package-repository)

0 commit comments

Comments
 (0)