Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You cannot configure ACL to the drive root by using icacls.exe


View products that this article applies to.

Symptoms

The first time that you try to run the icacls.exe utility to configure access control lists (ACL) on the root drive of a Windows-Server-2003-based computer, you may receive the following error message:
icacls e:\ /grant Adminstrator:(F)
INTERNAL ERROR: invalid aclsize
e:\: An internal error occurred.
Successfully processed 0 files; Failed processing 1 files

Note You only receive this error message the first time that you run the icacls.exe utility to configure the ACL on the root drive.

↑ Back to the top


Cause

This issue occurs because the root ACL is set to an incorrect value.

↑ Back to the top


Resolution

To resolve this issue, execute the following command before you run the icacls.exe utility:
icacls E:\ /resize

This command sets the length of drive root ACL to the correct value.

↑ Back to the top


Source: Microsoft Support

↑ Back to the top


Keywords: KB967539, kbprb, kbsurveynew

↑ Back to the top

Article Info
Article ID : 967539
Revision : 4
Created on : 3/14/2009
Published on : 3/14/2009
Exists online : False
Views : 226