Unsolved
This post is more than 5 years old
2 Posts
0
828
June 1st, 2015 22:00
CIFS in DD-160
Good afternoon.
Help me find the documentation on the creation CIFS share in DD160.
I try to do, and then connected, displays the message - "I do not have rights".
Thank you.
0 events found
No Events found!


ble1
4 Operator
•
14.4K Posts
1
June 2nd, 2015 04:00
See also How to create CIFS Share on Data domain and access CIFS Share from Windows and Configuring a CIFS Share
ble1
4 Operator
•
14.4K Posts
0
June 2nd, 2015 04:00
Which user do you use and how are you doing it?
Buro1
2 Posts
0
June 2nd, 2015 06:00
Use a standard user with administrator rights on the DD160. and that the user tries to go to the shared folder.
ignesingram
1 Rookie
•
59 Posts
0
June 2nd, 2015 12:00
Hi.
You should specify both user and client name when defining a CIFS share.
Something like:
cifs share create share1 path /backup/share1 clients %ip_or_name_of_server% users %user_name%
You could replace the clients and user variable with * to make this an open share.