My 2nd HD is FAT32. I want to convert it to NTFS. Can I use this command to do that without saving the data first?
Thanks.
At the Windows Help Center I found this:
To convert a volume to NTFS from the command prompt
Open Command Prompt.
In the command prompt window, type
convert drive_letter: /fs:ntfs
For example, typing convert D: /fs:ntfs would format drive D: with the ntfs format.
Notes
To open command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt.
You can convert FAT or FAT32 volumes to NTFS with this command.