Application Development and Automation 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: 
Read only

Mini SAP install problem:ACLs

Former Member
0 Likes
482

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
Read only

athavanraja
Active Contributor
0 Likes
448

whats the file system, it has to be NTFS

Regards

Raja

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
449

whats the file system, it has to be NTFS

Regards

Raja

Read only

0 Likes
448

Raja,

Thanks for your reply....

It is FAT32. How to convert into NTFS?

-Jaheer

Read only

0 Likes
448

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