Code Change Request

# 114

Back to Code Changes

Alex
Software Development
StableBit DrivePool
2.1.0.465
Windows 8.1 (64 bit)
Public
Alex

* [Issue #114] When the System Volume Information folder doesn't have the inherit flag set on the SYSTEM permission, drive 
               removal would error out with "Access denied".
Public
Alex

I've confirmed that these commands fix the issue:

P:\>icacls "System Volume Information" /remove SYSTEM
P:\>icacls "System Volume Information" /grant:r SYSTEM:(OI)(CI)F

However, the commands must be executed from a command prompt running under SYSTEM (psexec -s -i cmd)
Public
Alex

Duplication conflict resolution has issues with the \System Volume Information\ folder.

See: http://prntscr.com/2vg6as