When a domain user maps a network drive to an SMB share on a Qumulo cluster, her account might not have the permissions required for adding users or groups or changing permissions on that share, which causes Windows to display a message similar to the following:
An error occurred while applying security information to:This section explains how to resolve access issues when mapping a network drive to an SMB share on a Qumulo cluster by disconnecting existing shares, mapping a new network drive, and testing adding users or groups to the SMB share on clients running Windows 7 (or higher).
Z:\
Failed to enumerate objects in the container. Access is denied.
Step 1: Disconnecting Existing Shares
By default, a Qumulo cluster has a local administrative account that you can use to set permissions on / (the root directory) and its subdirectories.
To be able to log in to the cluster with the local administrative account, take one of the following steps:
-
In File Explorer (or Windows Explorer), right-click the network drive and then click Disconnect.
-
At the command prompt, close all shares currently mapped on the client by running the following command:
net use * /delete
Step 2: Mapping a Network Drive to an SMB Share on a Qumulo Cluster
-
After you disconnect all shares, in File Explorer (or Windows Explorer), right-click This PC (or Computer) and then click Map network drive.
-
In the Map Network Drive dialog box, take the following steps:
-
For Drive, select a drive letter.
-
For Folder, enter a path to the SMB share.
-
Click Connect using different credentials.
-
-
In the Windows Security: Enter network credentials dialog box, take the following steps:
-
For the username, enter
qumulo\admin. -
For the password, enter your Qumulo cluster password.
Tip
This is the same password you use to log in to your cluster’s Qumulo Core Web UI. -
Click OK.
-
Step 3: Testing Adding Users or Groups to the SMB Share
-
Right-click a file and then click Properties.
-
In the <file name> Properties dialog box, click Security and then check that you are logged in to the Qumulo cluster with the local administrative account.
-
To add a domain user or group, under Group or user names, click your username and then click Edit.
-
In the Permissions for <username> dialog box, click Add.
-
In the Select Users, Computers, Service Accounts, or Groups dialog box, enter a domain user or group, click Check Names, and then click OK.
-
In the Permissions for <username> dialog box, click Apply.
-
In the <file name> Properties dialog box, click OK.
New subdirectories or files inherit correct permissions from the parent directory.