Mount Azure NetApp Volume to on-premise Server ?

MS Techie 2,676 Reputation points
2021-10-23T21:11:46.647+00:00

We have ExpressRoute connection from Azure to on-prem.

Can we mount the Azure NetApp Volume (having NFS) to an on-prem Linux Server. What on-prem Linux versions are supported to mount? If Yes, What are the steps to mount ?

I believe to mount to on-prem Windows, we should do via NFS Client.

Azure NetApp Files
Azure NetApp Files
An Azure service that provides enterprise-grade file shares powered by NetApp.
83 questions
0 comments No comments
{count} votes

Accepted answer
  1. MS Techie 2,676 Reputation points
    2021-10-24T09:23:00.76+00:00

    I figured out way to mount on my windows machine.
    Enable NFS Client

    Add the following registry entries, by running the below 2 powershell commands

    New-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default -Name AnonymousUid -PropertyType DWord -Value 0

    New-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default -Name AnonymousGid -PropertyType DWord -Value 0

    Then in command prompt , we can type

    mount HOST-IP:/VOLUMENAME DRIVE:

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Andreas Baumgarten 95,411 Reputation points MVP
    2021-10-23T22:15:37.98+00:00

    Hi @MS Techie ,

    please take a look here:
    https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-mount-unmount-volumes-for-virtual-machines
    https://learn.microsoft.com/en-us/azure/azure-netapp-files/performance-linux-mount-options

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments