Rock wrote:
I've got an external hard drive (298GB) that's formatted in FAT32. I
want to convert it to NTFS using the convert.exe utility, and I just
want to make very sure that that will not delete the files on that
drive.
I should've changed it to NTFS as soon as I got it, but now I've got
about 50GB on it that I don't want to delete (and not enough room on my
regular hard drive for it). I could change it to NTFS it by deleting
the existing partition and making a new one but that would delete my
files.
Using convert.exe should retain the data, however, you are changing the
file
system and that means there is a potential that something could go wrong.
Even if that process would otherwise work fine, what if there is a power
outage right in the middle of the conversion? You could loose all the
data.
The key point here is to make sure you have a backup of all data on the
system. This is a basic axiom of computing. Always, always have a
backup
of all important data. Data loss is a matter of if, not when.
I'm gathering you're already taking chances with your data by not having
a
backing, hoping that nothing bad happens during normal day to day
activities. That's risky enough, but now you want to make such a
fundamental change as the type of file system without a backup? If you
do
the conversion without a backup you're flirting with disaster - unless of
course you don't care if the data is lost.
Lastly before doing the conversion, read this if you haven't already done
so,
CONVERTING FAT32 to NTFS in Windows XP
http://aumha.org/win5/a/ntfscvt.htm
In particular pay attention to the issue about realigning the partition
before conversion to save yourself from ending up with 512 byte clusters.
--
Rock [MVP - User/Shell]
I use the external hard drive to back up files on my regular hard
drive, but there are about 50GB of video on the external hard drive
that I have no room to back up anywhere else. Anyway, at least
according to this,
http://support.microsoft.com/kb/314097/EN-US/ , the
convert.exe tool is pretty save even in the event of a power failure,
and besides, I don't think I have any other choice. Unless you can
conjure up 50GB of storage for me somewhere.