Results 1 to 7 of 7

Thread: no cd/dvd drives in virtualbox

  1. #1
    Join Date
    May 2006
    Beans
    471

    no cd/dvd drives in virtualbox

    well there is my problem, virtualbox will not recognize my two cd/dvd drives ..

    they are /dev/hdc and /dev/hdd respectively. before when i needed to use a disc, i had to create an image of the disc, save it to a local directory ( in a shared guest directory if i needed it after i installed windows ), then in virtualbox, use that image as the drive. but as you can see in the screenshot, i only have /dev/sdc1. don't know what partition on which drive that is.

    i also saw somewhere ( regretfully i cant find where now ) to use this command:
    Code:
    export VBOX_CDROM='/dev/hdc:/dev/hdd'
    but that did not work either, even after i rebooted. i even tried multiple times..

    as far as fstab is concerned, this is what i have:
    Code:
    ...
    /dev/hdd        /media/cdrom0  udf,iso9660  user,noauto,exec        0  0  
    /dev/hdc        /media/cdrom1  udf,iso9660  user,noauto,exec        0  0
    how do i get at least one of the drives ( if not both ) recognized by virtualbox??
    t.t.d.
    Segmentation Fault

  2. #2
    Join Date
    May 2006
    Beans
    471

    Re: no cd/dvd drives in virtualbox

    forgot the attachment ..
    Attached Images Attached Images
    t.t.d.
    Segmentation Fault

  3. #3
    Join Date
    Nov 2007
    Beans
    36

    Re: no cd/dvd drives in virtualbox

    I have a similar problem. I can't get VirtualBox CD/DVD-ROM to show a drive in the drop down box for a Windows XP virtual machine. I can click on Mount CD/DVD Drive and Host CD/DVD Drive, but the box is empty - no /dev/whatever. The Mount point under my CD drive Porperties, Volume is /media/cdrom0. Is there a line I need to add to my XP.xml file under .VirtualBox/Machines/XP?

  4. #4
    Join Date
    May 2006
    Beans
    471

    Re: no cd/dvd drives in virtualbox

    bump
    t.t.d.
    Segmentation Fault

  5. #5
    Join Date
    Sep 2006
    Location
    Hobart Australia
    Beans
    209
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: no cd/dvd drives in virtualbox

    Have you tried ensuring they are mounted in Ubuntu first? I have found that i need to do that to see them.(I'm not sure if that is normal or not)

  6. #6
    Join Date
    May 2006
    Beans
    471

    Re: no cd/dvd drives in virtualbox

    what are the odds of that... with a few weeks of not getting this solved, i bump my thread, then just mere minutes i find this: http://www.virtualbox.org/ticket/775

    apparently, it is a problem in VirtualBox v1.5.2 and how it accesses the device ids. there are two fixes for it, one is a little sloppy & jerry-rigged. the other is a bit more elegant. i only tried the better solution at the bottom which was just to install libhal-dev.....

    hope that helps you too malibusurfer2.
    t.t.d.
    Segmentation Fault

  7. #7

    Re: no cd/dvd drives in virtualbox

    installing libhal-dev also did the magic for me!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •