Discussion:
How to creat flp file from a floppy disk
(too old to reply)
Allen
2003-07-16 14:19:49 UTC
Permalink
Hi, does anybody know how to creat a floppy image file for VMWare to use?
Ken Kato
2003-07-16 16:33:20 UTC
Permalink
Allen wrote on Wed, 16 Jul 2003 10:19:49 -0400
Post by Allen
Hi, does anybody know how to creat a floppy image file for VMWare to use?
Search newsgroups. This particular question has been answered
dozens, if not hundreds, of times.
Hints: dd, WinImage, RawWriteWin, VFD,...
--
Ken
vmware
2005-07-13 12:42:44 UTC
Permalink
use any of the available imager software and rename the output file with an
.flp extension
Hi Allen,
When you ask a question, I'm the one who gives you an answer
and not sending you elswhere !
I'm using "FloppyImage" and "DrvImagerXP".
You can find them http://www.rundegren.com/ and
http://www.softnews.ro/public/cat/13/2/13-2-39.shtml
I hope this is what you ASKING for.
Bey,
Bert
Post by Allen
Hi, does anybody know how to creat a floppy image file for VMWare to use?
Clay Calvert
2005-07-14 01:07:44 UTC
Permalink
Post by Allen
Hi, does anybody know how to creat a floppy image file for VMWare to
use?
One can simply use VmWare to do this. Simply add a B: drive to an
existing VM. Set the a: drive to the physical drive and create a new
floppy image for the b: drive then execute a diskcopy or equivalent
for the OS you are using.

I keep a small DOS VM with only 4MB of RAM, and the hard drive is
about the same size as well, for doing these kinds of operations.

Clay Calvert
***@Wanguru.com
Replace "W" with "L"
CBee
2005-08-12 09:30:49 UTC
Permalink
Post by vmware
use any of the available imager software and rename the output file with an
.flp extension
Hi Allen,
When you ask a question, I'm the one who gives you an answer
and not sending you elswhere !
I'm using "FloppyImage" and "DrvImagerXP".
You can find them http://www.rundegren.com/ and
http://www.softnews.ro/public/cat/13/2/13-2-39.shtml
I hope this is what you ASKING for.
Bey,
Bert
Post by Allen
Hi, does anybody know how to creat a floppy image file for VMWare to
use?
With VMWare: give a guest 2 floppies: one connected to a physical drive, an
other to an image-file. Now use `diskcopy` inside the guest.

On any unix/linux machine (even on a guest with the floppy connected to the real
drive): `dd if=/dev/floppy of=/path/to/floppy.flp`. (replace /dev/floppy with
the floppy device file like /dev/fd0.)


CBee
Steve Berry
2005-08-12 10:02:24 UTC
Permalink
Err... Is it just me ?
Load VMWare - assume you're talking Workstation.
Select Settings for the VM -Hardware/Floppy/Use Floppy Image.
Give it a filename with a .flp extension - Create.
Err....
Post by CBee
Post by vmware
use any of the available imager software and rename the output file with an
.flp extension
Hi Allen,
When you ask a question, I'm the one who gives you an answer
and not sending you elswhere !
I'm using "FloppyImage" and "DrvImagerXP".
You can find them http://www.rundegren.com/ and
http://www.softnews.ro/public/cat/13/2/13-2-39.shtml
I hope this is what you ASKING for.
Bey,
Bert
Post by Allen
Hi, does anybody know how to creat a floppy image file for VMWare to
use?
With VMWare: give a guest 2 floppies: one connected to a physical drive,
an other to an image-file. Now use `diskcopy` inside the guest.
On any unix/linux machine (even on a guest with the floppy connected to
the real drive): `dd if=/dev/floppy of=/path/to/floppy.flp`. (replace
/dev/floppy with the floppy device file like /dev/fd0.)
CBee
Loading...