Problem mounting floppy drive as host

Discussions related to using VirtualBox on Linux hosts.
Post Reply
tggm
Posts: 4
Joined: 12. Nov 2007, 13:20

Problem mounting floppy drive as host

Post 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!
Ingo
Volunteer
Posts: 731
Joined: 22. Aug 2007, 10:13
Location: Germany

Post by Ingo »

Do you tried to use /dev/fd0 or something like that?
tggm
Posts: 4
Joined: 12. Nov 2007, 13:20

Post by tggm »

Yes I did.
Ingo
Volunteer
Posts: 731
Joined: 22. Aug 2007, 10:13
Location: Germany

Post by Ingo »

What does the drop down list in the GUI you offer?
tggm
Posts: 4
Joined: 12. Nov 2007, 13:20

Post 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.
Ingo
Volunteer
Posts: 731
Joined: 22. Aug 2007, 10:13
Location: Germany

Post 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.
Post Reply