My FAT32 partitions are not converted to NTFS during a SYSPREP clone.

John Savill

June 5, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. When converting from a FAT32 to NTFS partition if the volume has avolume name then you will be prompted to enter this name. Obviously if this isan automated operation there is no way to enter that volume name so theoperation fails.

To request an NTFS upgrade during a SYSPREP clone operating the following isadded to the sysprep.inf file

[UNATTEND]
FileSystem=ConvertNTFS

To resolve the issue either issue the convert command for the file systembefore running SYSPREP, this will enter the convert action in the registry to becompleted during sysprep:

convert c: /fs:ntfs

The other option is to remove the volume label:

  1. Double click My Computer

  2. Right click the drive and select Properties

  3. Remove the name of the volume and click OK

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like