Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 11:49:42 -0600
From:      Jamie Hermans <freebsd@hermans.ca>
To:        emulation@freebsd.org
Subject:   VMware and Floppy Drives...
Message-ID:  <5.1.0.14.2.20010731113904.00a44320@imap>

next in thread | raw e-mail | index | archive | help
Hello...

I cannot seem to get access to my floppy drive under WinNT emulation.

Absolutely everything else works as expected (sound, cd-rom, mouse,
video, etc.) ... but I keep getting a "device not ready" error when I try
to access the floppy drive.  There are no errors on startup, and
everything seems to be set as per whatever README's I could find.

Here's my nt4.cfg... hopefully someone will see what I am missing.
Do I need to indicate that the floppy drive does in fact work when
accessed via console login?  ;-)

... Jamie

#!/usr/local/lib/vmware/bin/vmware
config.version = "2"

# CD-ROM
ide1:0.present = TRUE
ide1:0.fileName = "/dev/acd0c"
ide1:0.deviceType = "atapi-cdrom"
ide1:0.startConnected = TRUE

# Virtual hard disk on primary master
ide0:0.present = TRUE
ide0:0.fileName = "/home/jamie/vmware/nt4/nt4.dsk"
ide0:0.deviceType = "ata-hardDisk"
ide0:0.mode = "persistent"

# Floppy
floppy0.present = TRUE
floppy0.fileName = "/dev/fd0"
floppy0.startConnected = FALSE

# Networked to host only subnet
ethernet0.present = TRUE
ethernet0.connectionType = "hostOnly"

# Memory size
memsize = 128

# Nvram
nvram = "/home/jamie/vmware/nt4/nt4.nvram"

# Log file
log.fileName = "/home/jamie/vmware/nt4/nt4.log"

# Hints
guestOS = "nt4"

toolsFloppyInserted = FALSE
floppy0.fileType = "file"
mouse.hostType = "Intellimouse PS/2"
tools.remindInstall = FALSE
save_floppy0.present = TRUE
save_floppy0.fileName = "/dev/fd0"
save_floppy0.fileType = "device"
save_floppy0.startConnected = TRUE
save_floppy0.connectedState = TRUE

gui.controlShiftAlt = FALSE
gui.powerOnAtStartUp = TRUE
gui.fullScreenAtPowerOn = FALSE
apmSuspend = FALSE
suspendToDisk = TRUE
gui.exitAtPowerOff = TRUE
hard-disk.enableIBR = FALSE
gui.fullScreenResize = FALSE
logging = TRUE
debug = FALSE
redoLogDir = ""

# Optimizations
rtc.startConnected = FALSE

mouse.fileName = "/dev/mouse"

sound.present = TRUE
sound.device = "/dev/dsp"
sound.startConnected = TRUE

serial0.present = TRUE
serial0.fileName = "/dev/ttyd0"
serial0.startConnected = TRUE


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20010731113904.00a44320>