-
Notifications
You must be signed in to change notification settings - Fork 213
Blobfuse2 Installation
Gauri Prasad edited this page Oct 13, 2022
·
25 revisions
blobfuse2 is currently available in the Microsoft product repositories for Ubuntu, Debian, CentOS, RedHat, SUSE and Mariner distros. Packages are only available for x86 platforms.
-
Configure the apt/yum repository for Microsoft products following this guideline.
-
Install blobfuse2
sudo apt-get install fuse blobfuse2
sudo apt-get install fuse fuse3 blobfuse2
sudo yum install fuse fuse3 blobfuse2
sudo zypper install fuse fuse3 blobfuse2
sudo tdnf install fuse fuse3 blobfuse2
Now you're all set to go!
-
Install GoLang 1.16.X following this guideline
-
Clone the GitHub repository
git clone https://github.com/Azure/azure-storage-fuse/
cd azure-storage-fuse
git checkout -b main origin/main
If you do not have git, install git via sudo apt-get install git
- Install Dependencies
sudo apt-get install fuse libfuse-dev
sudo apt-get install fuse libfuse-dev fuse3 libfuse3-dev
sudo yum install fuse libfuse-dev fuse3 libfuse3-dev
sudo zypper install fuse libfuse-dev fuse3 libfuse3-dev
sudo tdnf install fuse libfuse-dev fuse3 libfuse3-dev
- Build Run the build script located in the root folder of the repository.
If you would also like to build the health monitor binary, run the following command
./build.sh health
./build.sh fuse2
./build.sh