Knowledge Base

The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides
 
Search the VMware Knowledge Base (KB)   View by Article ID
 

Creating Floppy Images

Details

I have an application that resides on a floppy diskette, and I need to distribute this application to the virtual machines that run on my ESX Server system. How do I create an image that the virtual machines can mount?

Solution

To create a floppy image:
  1. For Windows, use a utility like WinImage (www.winimage.com) to create a floppy image (filename.img). Rename this file so that it has a .flp file extension (filename.flp).

    For Linux, use dd. For example:

    dd if=/dev/fd0 of=filename.flp

    Note: ESX Server 2.5.1 or later and Workstation 5 allow you to choose a valid floppy image with any file extension. The examples here use the .flp extension for consistency.

  2. Copy filename.flp to a network fileshare accessible to ESX Server or to /vmimages. For example, from your Windows or Linux host:
    scp -rp filename.flp root@service_console.domain.com:/vmimages/dist/
  3. Connect to the image from the virtual machine's floppy setting. For example, in the management interface (MUI):
    1. Choose Virtual Machine Name > Hardware > Floppy Drive > Edit.
    2. Change the following settings:
      • Connected: select
      • Device: Floppy Image
      • Location: /vmimages/dist (Indicate the path to your depot; this is simply an example.)

Keywords

17; 391; 725

Request a Product Feature

To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.

Feedback


Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (4000 or fewer characters)
Actions
KB: