Can not attach a 'dvddrive' to a 'scsi' storage controller?

Discussions related to using VirtualBox on Solaris hosts.
Post Reply
bthalmayr
Posts: 14
Joined: 15. Jan 2010, 12:54
Primary OS: Solaris
VBox Version: OSE other
Guest OSses: Solaris Windows

Can not attach a 'dvddrive' to a 'scsi' storage controller?

Post by bthalmayr »

Hi experts, I'm using VirtualBox 3.1.2 on a Solaris 10 Upd 8 host.

Trying to attach a 'dvddrive' to a 'scsi' storage controller fails ...

Creating a storage controller works using:
VBoxManage storagectl <vmname> --name RSCSI --add scsi

Attaching a virtual harddisk image works:
VBoxManage storageattach <vmname> --storagectl RSCSI --port 0 --device 0 --type hdd --medium <path-to-vdi-file>

However attaching an dvd-iso-image does not work:
VBoxManage storageattach <vmname> --storagectl RSCSI --port 1 --device 0 --type dvddrive --medium <path-to-iso-dvd-file>

error: The Attachment is not supported by the Storage Controller: 'RSCSI'


Is this a general issue / user issue or a documentation issue?

TIA, Bernhard
aarias239
Posts: 1
Joined: 3. Feb 2010, 04:20
Primary OS: Debian Lenny
VBox Version: PUEL
Guest OSses: RHEL5, Debian

Re: Can not attach a 'dvddrive' to a 'scsi' storage controller?

Post by aarias239 »

I am having a similar problem on a Centos5.4 host and a Debian lenny guest. I am using the default IntelAhci controller type. Have you made any headway with this issue? Any suggestions would be great.
henriquetft
Posts: 2
Joined: 24. Nov 2010, 01:38
Primary OS: Debian other
VBox Version: OSE Debian
Guest OSses: Linux

Re: Can not attach a 'dvddrive' to a 'scsi' storage controller?

Post by henriquetft »

I'm using version 3.2.10 on Debian Squeeze and the same occurs. It is also strange that exit status from this command is zero, even with this error :S
But it's ok with IDE controller ...
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Can not attach a 'dvddrive' to a 'scsi' storage controller?

Post by Sasquatch »

SCSI CDROM is not supported. It can cause major issues on Windows Guests when this is allowed, as the installation could very well start, but once the setup tries to read from the disc, it will fail due to the missing driver. Also, not all guests support it even though they support the controller itself. It's also very rare thing to have. All I know about CD drives is that they are attached by IDE, SATA, USB or FireWire (latter two for external use).
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply