Page 1 of 6 123 ... LastLast
Results 1 to 10 of 54

Thread: Ubuntu will not recognize my Cd drive

  1. #1
    Join Date
    Aug 2008
    Beans
    38

    Ubuntu will not recognize my Cd drive

    I'm trying to burn a cd and Ubuntu won't recognize my cd drive. I tried putting in an audio cd and nothing came up either. It's not hardware issues as I can still boot from the live cd. What can I do to get it to recognize me cd drive?

  2. #2
    Join Date
    Aug 2008
    Beans
    38

    Re: Ubuntu will not recognize my Cd drive

    bump

  3. #3
    Join Date
    Jan 2008
    Location
    /us/al/home/mb_webguy
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu will not recognize my Cd drive

    Type the command "cat /etc/fstab" in the terminal and post the output.

  4. #4
    Join Date
    Aug 2008
    Beans
    38

    Re: Ubuntu will not recognize my Cd drive

    This is what I get
    dan@Dans:~$ cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    #
    proc /proc proc defaults 0 0
    # /dev/sdb5
    UUID=9afc1144-55e5-491d-a418-a74a5d3db6a0 / ext3
    relatime,errors=remount-ro 0 1
    # /dev/sda2
    UUID=137b9667-6fd0-498d-ba5e-24ee21683c44 none swap sw
    0 0
    # /dev/sdb1
    UUID=eec01c8b-ea86-46e6-9c8b-106ab0a7851b none swap sw
    0 0
    /dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
    /dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0

  5. #5
    Join Date
    Jan 2008
    Location
    /us/al/home/mb_webguy
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu will not recognize my Cd drive

    Well, I don't see anything obvious problems there... (I'm assuming you have two optical drives on your computer...?)

    What about the output of "mount"?

  6. #6
    Join Date
    Aug 2008
    Beans
    38

    Re: Ubuntu will not recognize my Cd drive

    yea I do, this is what I get
    dan@Dans:~$ mount
    ext3 on / type unknown (rw,-t)
    proc on /proc type proc (rw,noexec,nosuid,nodev)
    /sys on /sys type sysfs (rw,noexec,nosuid,nodev)
    varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
    varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
    procbususb on /proc/bus/usb type usbfs (rw)
    udev on /dev type tmpfs (rw,mode=0755)
    devshm on /dev/shm type tmpfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    lrm on /lib/modules/2.6.24-19-generic/volatile type tmpfs (rw)
    securityfs on /sys/kernel/security type securityfs (rw)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
    gvfs-fuse-daemon on /home/dan/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=dan)

  7. #7
    Join Date
    Jan 2008
    Location
    /us/al/home/mb_webguy
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu will not recognize my Cd drive

    Sorry... I should have mentioned this, but could you put in a (non-blank) CD in the drive and try "mount" again?

  8. #8
    Join Date
    Aug 2008
    Beans
    38

    Re: Ubuntu will not recognize my Cd drive

    I've got an audio cd in the drive right now

  9. #9
    Join Date
    Aug 2008
    Beans
    38

    Re: Ubuntu will not recognize my Cd drive

    This is with my ubuntu cd
    dan@Dans:~$ mount
    ext3 on / type unknown (rw,-t)
    proc on /proc type proc (rw,noexec,nosuid,nodev)
    /sys on /sys type sysfs (rw,noexec,nosuid,nodev)
    varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
    varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
    procbususb on /proc/bus/usb type usbfs (rw)
    udev on /dev type tmpfs (rw,mode=0755)
    devshm on /dev/shm type tmpfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    lrm on /lib/modules/2.6.24-19-generic/volatile type tmpfs (rw)
    securityfs on /sys/kernel/security type securityfs (rw)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
    gvfs-fuse-daemon on /home/dan/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=dan)

  10. #10
    Join Date
    Jan 2008
    Location
    /us/al/home/mb_webguy
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu will not recognize my Cd drive

    Okaaayyyy...

    Let's try manually mounting the drive. I don't know which of your drives it is -- and you do have two optical drives, right? -- so let's try both. Type "sudo mount -t iso9660 /dev/hdc /media/cdrom0 && sudo mount -t iso9660 /dev/scd0 /media/cdrom1" and post the output.

Page 1 of 6 123 ... LastLast

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
  •