"insufficient space" when converting FAT To NTFS

"Insufficient disk space" is reported when using CONVERT.EXE to convert a file system from FATx to NTFS.

The problem may be bad sectors on the partition.

To check the partition: run CHKDSK [drive] /F /R If XP is encountering any bad sectors it will report "nn KB in bad sectors".

One work-around is to reformat the HD and do a fresh install. Just be sure to back-up the data first.

Comments

The /R option lets tries to recover any readable data in the bad sectors and the /F option looks for them. Actually, using /R implies the /F but I like to use both just incase.

I find things are easier to remember if the logic is clean and there aren't anymore shortcuts than you need.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Image links from G2 are formatted for use with Lightbox2

More information about formatting options