Greetings --
There's absolutely no need to make such a conversion, just to
transfer files over a network. The file systems on the various
computers communicating over a network are completely irrelevant, as
none of the individual computers' operating systems ever directly
access the other computers' hard drives. Instead, a computer sends a
"request," if you will, for the desired data, and the operating system
of the host ("receiving") computer accesses its own hard drive (whose
file system it obviously can read) and then sends that data back to
the requesting computer as neutral packets of information that are
completely independent of the file systems on the respective
computers. After all, don't you use a Windows-based PC (whether it's
FAT32 or NTFS) to access data stored on the Internet's mostly Unix
servers, which use a completely different file system?
But, for your information, the only way to go from NTFS to FAT32 -
without using 3rd party partitioning tools - is to format the
partition in question.
Bruce Chambers
--
Help us help you:
You can have peace. Or you can have freedom. Don't ever count on
having both at once. - RAH
websifter said:
I have xp pro running on two machines on a network. The active
partition on the primary machine is formatted (NTFS). The active
partition on the secondary machine is formatted (FAT32). In order to
copy files from the primary to the secondary, I want to convert NTFS
to FAT32, then convert back to NTFS afterward. My question is: can
this be done; if so, how?