Unsolved
This post is more than 5 years old
1 Message
0
12055
March 1st, 2012 05:00
Windows 8 Consumer Preview
As it is now avaliable, i thought i'd test out what in our environment works and what doesn't and it seems Celerra access doesn't I seem to get an access is denied message to all CIFS shares. Wondered if anyone else had tried this out yet? Running DART 6.0.51-6
No Events found!
SAMEERK1
296 Posts
0
March 1st, 2012 06:00
Hi,
i had the same problem in my test environment, and i got it resolved by changing the ownership of the share.
i was able to add the user permission as well once i changed the ownership of the share. Make sure you have added your account in the Cifs server local administrator group if its enabled.
Sameer Kulkarni
gareth444
1 Message
0
March 1st, 2012 19:00
We are running dart 6.0.41-4, can't connect to any CIFS servers running in our environment from Windows 8 CP. Can connect to standard Windows file servers ok.
Rainer_EMC
2 Intern
2 Intern
•
8.6K Posts
0
March 2nd, 2012 05:00
If you want a chance to work with Windows beta software you need to at least use the latest Celerra release – your DART version is almost a year old – we are now at 6.0.55.3
mdotts
2 Posts
0
March 9th, 2012 11:00
I think I have a better solution than upgrading your DART version. Disable SMB 2.2 (really 2.anything) on your Windows 8 client. This allows you to leave your EMC stuff alone yet still do your testing. This is relatiively easy to do:
Start a command prompt as an Administrator
From the command prompt, type:
sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc config mrxsmb20 start= disabled
Reboot and you're good to go!