How to install blobfuse2 for Red Hat Enterprise Linux Server release 7.9 (Maipo)

goutham varma 40 Reputation points
2024-10-28T15:48:29.3133333+00:00

I tried the steps from the given MS, But no luck, Kindly share the steps for installation of blobfuse2 for RHEL 7.9

https://learn.microsoft.com/en-us/azure/storage/blobs/blobfuse2-how-to-deploy?tabs=RHEL

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,943 questions
Microsoft Intune Linux
Microsoft Intune Linux
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Linux: A family of open-source Unix-like operating systems.
54 questions
0 comments No comments
{count} votes

Accepted answer
  1. Manu Philip 18,691 Reputation points MVP
    2024-10-28T16:47:05.0266667+00:00

    Hi goutham varma,

    I am able to reproduce the issue you are facing

    User's image

    However, I am able to resolve the issue with the following steps

    1. Install fuse3 sudo yum install fuse3
    2. Install blobfuse2 with the following rpm sudo rpm -Uvh https://packages.microsoft.com/rhel/7.5/prod/Packages/b/blobfuse2-2.0.3.x86_64.rpm
      1. Finally, you will have blobfuse3 installed
      User's image Hope this helps. --please don't forget to upvote and Accept as answer if the reply is helpful--
    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Azar 22,955 Reputation points MVP
    2024-10-28T16:17:17.0666667+00:00

    Hi there goutham varma

    Thanks for using the QandA platform

    Assuming you have installled all the dependencies,

    Hey Goutham,

    Here’s a quick guide to install Blobfuse2 on RHEL 7.9:

    1. start with adding Repository:
         sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
      

    sudo sh -c

       
    1. **Install Dependencies**:
    
       ```dockerfile
       sudo yum install -y fuse3 fuse3-libs
       
       sudo yum install -y blobfuse2
       
       blobfuse2 --version
    

    Hope this helps, if this helkps kindly accept the answer thanks much.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.