Error when converting from FAT32 to NTSF in Server 2k

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When attempting to convert my primary drive (c:/) form fat 32 to NTSF I get
the following error:

C:\Documents and Settings\Administrator>convert c: /fs:ntsf
Cannot find the utility library which contains CHKDSK for the
ntsf file system. This volume cannot be converted to ntsf.

Is there anyone who can help with this??

Thank you
 
Please check your syntax.

The command should be as follows:



C:\Documents and Settings\Administrator>convert c: /fs:ntfs

looks like you were using ntsf - a minor typo.
 
Back
Top