Azure NetApp Dual Protocol Permissions

Andrea Longhitano 100 Reputation points
2025-05-05T10:01:29.6966667+00:00

Hello Everyone,

we have to configure an Azure NetApp with dual protocol (SMB + NFS).

We have created a volume with security style NTFS and the permissions are correctly handled using SMB and Windows.

I want to map the volume using NFS in linux virtual machine. How can I handle the permissions for local users in Unix? When we try to mount the volume, even with root permissions, we receive Permission Denied.

Thanks,

Andrea

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

1 answer

Sort by: Most helpful
  1. Andrea Longhitano 100 Reputation points
    2025-05-07T15:16:05.43+00:00

    We found the issue.

    The option Allow local NFS users with LDAP should be disabled as stated in the documentation.

    Enabling "Allow local NFS users with LDAP" disables all LDAP translations of numeric IDs to user names. This action effectively breaks access to NTFS security style volumes. As such, use of this option with NTFS security style volumes is discouraged.

    The documentation can be found here.


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.