cancel
Showing results for 
Search instead for 
Did you mean: 

Error Message FSL-02097 The file system mounted on: C:\ does not support A

Former Member
0 Kudos

Dear All:

During my installation, I got this error message. Does anyone know what that means?

INFO 2005-04-04 20:13:16 [synxccuren.cpp:701]

CSyCurrentProcessEnvironmentImpl::setUser()

Switched to user: j2eadm.

INFO 2005-04-04 20:13:16 [synxccuren.cpp:701]

CSyCurrentProcessEnvironmentImpl::setUser()

Switched to user: j2eadm.

INFO 2005-04-04 20:13:16 [synxccuren.cpp:701]

CSyCurrentProcessEnvironmentImpl::setUser()

Switched to user: j2eadm.

INFO 2005-04-04 20:13:16 [synxccuren.cpp:701]

CSyCurrentProcessEnvironmentImpl::setUser()

Switched to user: j2eadm.

INFO 2005-04-04 20:13:16 [synxccuren.cpp:701]

CSyCurrentProcessEnvironmentImpl::setUser()

Switched to user: j2eadm.

INFO 2005-04-04 20:13:16 [synxccuren.cpp:701]

CSyCurrentProcessEnvironmentImpl::setUser()

Switched to user: j2eadm.

INFO 2005-04-04 20:13:16 [synxccuren.cpp:701]

CSyCurrentProcessEnvironmentImpl::setUser()

Switched to user: j2eadm.

          • Transaction begin ********************************************************

ERROR 2005-04-04 20:13:16 [synxcnode.cpp:242]

CSyNodeImpl::getACL()

FSL-02097 The file system mounted on: C:\ does not support ACLs.

          • Transaction end **********************************************************

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

are you running on Windows OS? If yes, your system must be set up as NTFS. I rememeber errors like yours being caused because FS is not NTFS.

Good luck!

Former Member
0 Kudos

These errors are cause by the wrong file system. Ensure your file system is NTFS and they should disappear. Tiest.

Former Member
0 Kudos

Yes you are right. Thank you for your advise. After I convert my drive into NTFS, no problem about this. Here is a tip to convert FAT into NTFS w/o losing any data.

into cmd

type CONVERT C: \fs:ntfs, then you can type y to reschedule your convert. After restarting PC, it is done.

Good Luck

Szu