Re: NTFS -> FAT32



See below.

"Citizen Bob" <spam@xxxxxxx> wrote in message
news:453867fc.6567625@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Fri, 20 Oct 2006 13:04:33 +1000, "Pegasus \(MVP\)" <I.can@xxxxxxx>
wrote:

a) If you're prepared to spend money, buy Partition Magic.

I have not had good results from PM in the past. And it wasn't
operator error either. I would prefer to avoid that virus.

PM is not a virus. It is quite a good product but it is not perfect,
same as all other software.

b) If it's a data partition, copy its data somewhere else, then copy
it back again. (We now know it's the boot disk.)

c) If you have another Win2000/XP around, connect the NTFS
disk to it as a slave disk, then use option b).

I have a another Win2K disk. But it is partitioned as NTFS. I can use
WD DLG to partition it FAT32.

Are you saying that all I have to do is copy an NTFS boot disk to a
FAT32 boot disk? If I do it while in Windows, what about all those
locked files that belong to the system?

Files are only locked while Windows is active. Since your DUT
(Device Under Test) is now running as a slave disk, nothing is
locked.

If I do it from DOS, then I would presumably have to use an NTFS4DOS
utility to exposes the NTFS partition to DOS. Are you suggesting I do
that? If so, which utility do you suggest I use?

You can't use NTFS DOS - it does not support long file names.

If I use DOS then I would presumably use XCOPY. I can identify these
command line parameters: /s /h and perhaps /k. What would the exact
command look like?

XCOPY C: D: /s /h /k

You can't use DOS either - you must use the Command Prompt
under Win2000/XP.

Here is the recipe:
1. Install the DUT as a slave disk on some different machine.
2. Copy the system partition to some other location:
XCOPY D:\ C:\SomeFolder\ /s /h /k /c 1>c:\test.log 2>&1
3. Examine c:\test.log for error messages.
4. Make sure that the target location contains the same amount
of data as the source location.
5. Repartition & reformat the DUT.
6. Mark the first partition active.
7. Reverse Step 2.

If you want to play it really safe, use a spare disk in Step 5.


.



Relevant Pages

  • Re: Cant boot XP NTFS HDD cloned from FAT32 HDD
    ... usually does not offer to change the partition type. ... FAT32 was not offered probably because I clicked on XP as my OS. ... This is because disk ... is it possible that the partition you formatted as NTFS was ...
    (microsoft.public.windowsxp.basics)
  • Re: Problem "Un-cloning" HD
    ... I don't think my BIOS is helping. ... What does the new HD look like in the old HD's Disk Management ... Copy the whole disk (which only shows 1 partition) Again, ... Local Disk 37.25 GB NTFS This is the disk which I originally ...
    (microsoft.public.windowsxp.general)
  • Re: do i need to convert old fat32 file data to ntfs upgrading to
    ... conversion of any kind. ... Your idea of connecting the Win95 disk as a slave disk ... disk uses FAT32 and the new disk uses NTFS. ... do i partition an fat32 and migrate?. ...
    (microsoft.public.win2000.general)
  • Re: Linux community software-update-anarchy polemic
    ... Remember, I'm just a monkey. ... That implies that if you have one disk per partition, ... Trust the kernel or don't trust the kernel, but either way, both ...
    (comp.os.linux.misc)
  • Re: Virus issue relating to dual booting XP and Vista Beta 2
    ... it that it is possible that a virus on one partition can infect files on ... security of another hard disk. ... It's entirely possible that a virus on one partition or disk can infect ...
    (microsoft.public.windowsxp.setup_deployment)

Loading