|
Yes you can use the XP CD.
If I were using the CD I would use the Recovery Console.
DISKPART----to delete and recreate the partition.
FORMAT------to format the partition.
C:\>format x: /fs:fat32
If you want a different file system change the
/fs:fat32 to /fs:fat or /fs:ntfs
X represents the new partition
|