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
Access is denied in creating folders in Stablebit
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
Re: Access is denied in creating folders in Stablebit
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:
E.g. if your drive letter for that pool is "R:" (no trailing backslash!) then use
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
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
Re: Access is denied in creating folders in Stablebit
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
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...
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
XYplorer Beta Club