Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Mini SAP install problem:ACLs

Former Member
0 Kudos

Hello,

When I install,I am getting the followin message.

The message is:"File system of SAP drive 'C:' doen not support ACLs(Access Control Lists).

How to solve the above problem?

please help me.

With Regards,

Jaheer,Yanbu.

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

whats the file system, it has to be NTFS

Regards

Raja

3 REPLIES 3

athavanraja
Active Contributor
0 Kudos

whats the file system, it has to be NTFS

Regards

Raja

0 Kudos

Raja,

Thanks for your reply....

It is FAT32. How to convert into NTFS?

-Jaheer

0 Kudos

from the command prompt run the following code

convert C: /fs:ntfs /v

this will convert C drive to NTFS format.

more on this check out this link.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/convert.mspx?mfr=true

Regards

Raja