Have both domain and non-domain users use NetApp CIFS storage
Posted
by
zladuric
on Server Fault
See other posts from Server Fault
or by zladuric
Published on 2012-12-03T09:29:43Z
Indexed on
2012/12/03
11:22 UTC
Read the original article
Hit count: 316
My specific use case is that I have a NetApp CIFS storage that's in the domain, say, intranet. But I also have one hyper-v host that's not in the domain. I can't allow it into the domain, but I need to create guests whose VHD is on the storage.
How can I achieve this? When I simply connect to a CIFS share and create a VHD there, it works, but when I try to add that VHD to the virtual machine, I get a "Failed to set folder permissions" error - probably due to folder ownership being in the domain admin.
Is there a way around this? So both domain and non-domain users use the same directory?
© Server Fault or respective owner