Page 1 of 1

Problem mounting floppy drive as host

Posted: 12. Nov 2007, 13:30
by tggm
Hi all,

I'm unable to mount my floppy drive as an host device with virtualbox 1.5.0r2. When I try to mount the device, I get the following error:

Code: Select all

localhost dev # vboxmanage modifyvm CIIST -floppy host:/dev/floppy/0 
VirtualBox Command Line Management Interface Version 1.5.0
(C) 2005-2007 innotek GmbH
All rights reserved.

error: Invalid host floppy drive name
localhost dev # 
But, I am perfectly able to mount the floppy drive:

Code: Select all

localhost dev # mount /dev/floppy/0 /mnt/floppy/ -t msdos
localhost dev #
Can anyone shed some light on this? :)

Thank you very much!

Posted: 14. Nov 2007, 12:21
by Ingo
Do you tried to use /dev/fd0 or something like that?

Posted: 14. Nov 2007, 12:31
by tggm
Yes I did.

Posted: 14. Nov 2007, 12:36
by Ingo
What does the drop down list in the GUI you offer?

Posted: 15. Nov 2007, 18:20
by tggm
ok, i managed to get the floppy drive working now. (there was a module missing in the kernel, sorry)

But now the problem is, the drive light is always on. Is this expected behaviour? Does it mean that the drive is always being accessed?

The light comes on as soon as the VM is started.

Posted: 16. Nov 2007, 13:54
by Ingo
I think this is because the VM occupies the floppy drive so you can't share it with the host. There is also an indicator for the virtual floppy at the status line of the virtual box.