View Single Post

  #4  
Old 07-06-2005, 08:12 PM
Nesbit Offline
Registered User
 
Join Date: Oct 2003
Posts: 65
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
Reply With Quote