Build the binaries from source code
Clone the repository
git clone https://github.com/Azure/azure-storage-fuse/
cd ./azure-storage-fuse
git checkout main
Build BlobFuse2
go get
go build -tags=fuse3
You could move to Configure BlobFuse2
Build the binaries from source code
git clone https://github.com/Azure/azure-storage-fuse/
cd ./azure-storage-fuse
git checkout main
go get
go build -tags=fuse3
You could move to Configure BlobFuse2