Access is denied in creating folders in Stablebit

Things you’d like to miss in the future...
Post Reply
pleiades
Posts: 52
Joined: 13 Aug 2016 10:36

Access is denied in creating folders in Stablebit

Post 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

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Access is denied in creating folders in Stablebit

Post 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
One of my scripts helped you out? Please donate via Paypal

pleiades
Posts: 52
Joined: 13 Aug 2016 10:36

Re: Access is denied in creating folders in Stablebit

Post 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?

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Access is denied in creating folders in Stablebit

Post 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...
One of my scripts helped you out? Please donate via Paypal

Post Reply