It's possible that Windows is passing a different set of credentials to the NAS.
The 'c' share is an administrative share (automatically built-in) and only accessible by the admin account. You can map a drive to it by opening a command prompt in Windows and entering the following command:
- Code: Select all
net use t: \\ip.address.of.nas\c /user:admin
Enter the password for 'admin' to connect to 'ip.address.of.nas':
The command completed successfully.
Make sure you enable Windows explorer to view hidden files:
NOTE: This only works in "User Mode", not in "Share Mode"-Dave