NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
AJSG1969
Dec 11, 2020Aspirant
Permission problems with Windows 10 Pro - ReadyNAS 2120 v2 - Office 365
Dear All,
Since moving to Windows 10 Pro I am having significant permission issues with our ReadyNAS Share access. I have tried the basics but cannot seem to create a username/pass combination to match the one used in the PC (login both PIN and Password). Even set as "Anonymous" I am unable to overwrite files, and am asked to rename files on each save.
I do not mind creating separate users for each person but I tried that and failed.
Please imagine we are starting with a blank canvass, do I need to delete any Credentials in Windows first?
NAS Model: ReadyNAS 2120 v2
Firmware: 6.10.3
Windows 10 Pro version 20H2
OS Build 19042.685
Thanks.
Andrew.
9 Replies
It sounds like you are using Microsoft accounts, and not local accounts. I don't think you can get Microsoft logins to work. But you can specify different user credentials for the NAS in the windows credential manager.
It makes sense to start by deleting any credentials that are already in the windows credential manager.
After that, try creating a single user account in the NAS. The user account shouldn't match the name of any of the PCs accessing the NAS, and it also can't match any share name.
Then you can test access using that account using CMD in the windows system:
net use * /delete /y net use t: \\nas-name\sharename /user:username userpassword
using the real nas-name, user name, and user password (and of course a real share). Be careful on the typing - particularly the two slash directions.
The first command terminates any open SMB sessions in the PC; the second attempts to map the share to drive letter T.
Once you've confirmed that works, you can enter a windows credential in the Windows credential manager for the NAS (specifying that username and (optionally) the password).
Note you can use a single (shared) NAS account on all the PCs if you like (though that assumes that you don't need the private folder feature, and also that you don't need to restrict access to some shares).
- AJSG1969Aspirant
I created a test user called AG with Pass "test" and no email. Then set folder permissions to:
Network Access:
admin + AG -----READ/WRITE
File Access:
folder owner - guest
folder group - guest
Unchecked "Grante rename and..."
admin + AG -----READ/WRITE
I run the DOS command and the Network location appears but I do not have permission to access it
C:\Users\AndrewJSGebhardt>net use t: \\172.16.105.196\Scan /user:AG test
The command completed successfully.Start by allowing everyone access in the file permissions (and re-check the "grant rename" box). Then reset the file permissions (which will apply them to all the files and subfolders in the share).
Then move to the Network Access tab, and disable everyone and anonymous access there. Then either set the group permissions for the AGTest user's group (likely users) to read/write, or give the AGTest read/write access. If you intend to have lots of users access the share, then it is simpler to use group access (and put the individual accounts in appropriate groups).
To have access, users need to have both network access and file access. In many (IMO almost all) situations, it is better to manage share-level access using only Network Access, and leave file access set to allow everyone read/write. That is administratively simpler.
One aspect here is that users with write access can change the file permissions from their PCs, but changing network permissions requires admin access to the NAS. So you do choose to restrict access using the file access tab, you also need to restrict access on the network access tab.
One exception to using only network access for management would be if you intend to allow some users ssh access to the NAS, and you need to restrict their access when they are using ssh.
- AJSG1969Aspirant
I cannot get the mapped drive to survive a reboot. I have tried:
net use l: \\172.16.105.196\Scan /user:AG test /persistent:Yes
However on reboot Windows asks me for a passord for User "AG" which it doesn't recognise.
I also cannot connect to the drives using "Map network drive". I ssuppose I could run a batch on restart but it does seem very clunky a method.
Thanks,
Andrew.
AJSG1969 wrote:
I cannot get the mapped drive to survive a reboot. I have tried:
net use l: \\172.16.105.196\Scan /user:AG test /persistent:Yes
However on reboot Windows asks me for a passord for User "AG" which it doesn't recognise.
Open the Windows Credential Manager on the PC. Then delete any credentials that are already there for the NAS, and create a new windows credential that includes the username and the password.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!