Page 1 of 1

Access is denied in creating folders in Stablebit

Posted: 17 May 2018 00:26
by pleiades
Hi,

I'm testing out stablebit drivepool,https://stablebit.com/ https://www.youtube.com/watch?v=kDCMpVgZb4g, it creates a large virtual volume of all your hard disk. I set the virtual volume to use letter drive V:\, the bug i encounter is that when you want to create/move a folder or move more than one file in the drive V:\, xyplorer would show "Access is denied", I think its a bug because when using windows explorer, or a file manager named q-dir, it just works.

Thanks

Re: Access is denied in creating folders in Stablebit

Posted: 17 May 2018 09:01
by highend
Add the "Authenticated Users" group to the permission list and give it full access

Right click the drive letter, context menu - "Properties"
"Security" tab
"Edit" button
"Add..." button
Enter: Authenticated Users
in the edit field and hit "OK"
Set checkmark for "Full control"
"OK" button until you've exited everything

Or with less gui work...
Open a cmd prompt with admin permissions and execute this:

Code: Select all

icacls <drive letter>: /inheritance:r /grant:r "Authenticated Users":(OI)(CI)F
E.g. if your drive letter for that pool is "R:" (no trailing backslash!) then use

Code: Select all

icacls R: /inheritance:r /grant:r "Authenticated Users":(OI)(CI)F

Re: Access is denied in creating folders in Stablebit

Posted: 18 May 2018 00:14
by pleiades
thanks highend, i did the authenticated users and still not allowing creating folders, access is still denied. is this considered a bug? are you using stablebit drivepool?

Re: Access is denied in creating folders in Stablebit

Posted: 18 May 2018 07:17
by highend
I'm using 2.2.1.926_x64 of it and I have no problems creating folders or copying files into the pool (accessible via E:\ here)...

Which XY version are you using (try the current beta) and if in doubt show screenshot of which user / group has which access to that drive letter...