partcopy question
Posted: Wed Jul 25, 2007 4:42 pm
Hey everyone,
I have a quick question reguarding partcopy and drive letters.
I use Virtual Floppy Drive (VFD) on Windows XP.
If the drive letter is A:, I can easily use partcopy to copy
the boot image without any problems. However, (It is
still floppy drive 0), if I change drive letters in Windows,
I get errors...
Drive letter B, when executing partcopy, gives me a (Pretty standard, it
seems) "Failed to write destination at offset 0" error from partcopy.
This does not make sense to me, because it is still floppy drive 0.
Any other drive letter, partcopy gives me a "Divide error". It is litterally
that vauge Boot.bin is a standard 512 byte floppy image.
I only have one floppy drive being emulated by VFD as "Floppy Drive 0",
but it only works as Drive "A".
Does anyone know why?
Heres the command line of what I am using:
Boot.bin is a standard 512 byte floppy boot image.
As I said before, This works--but only works if the letter assigned to
the drive is "A". Does anyone have suggestions?
Thanks
I have a quick question reguarding partcopy and drive letters.
I use Virtual Floppy Drive (VFD) on Windows XP.
If the drive letter is A:, I can easily use partcopy to copy
the boot image without any problems. However, (It is
still floppy drive 0), if I change drive letters in Windows,
I get errors...
Drive letter B, when executing partcopy, gives me a (Pretty standard, it
seems) "Failed to write destination at offset 0" error from partcopy.
This does not make sense to me, because it is still floppy drive 0.
Any other drive letter, partcopy gives me a "Divide error". It is litterally
that vauge Boot.bin is a standard 512 byte floppy image.
I only have one floppy drive being emulated by VFD as "Floppy Drive 0",
but it only works as Drive "A".
Does anyone know why?
Heres the command line of what I am using:
Code: Select all
PARTCOPY Boot.bin 0 3 -f0 0
As I said before, This works--but only works if the letter assigned to
the drive is "A". Does anyone have suggestions?
Thanks