Announcement

Collapse
No announcement yet.

CD/DVD Mount not works on Kubuntu 8.10

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CD/DVD Mount not works on Kubuntu 8.10

    Hi guys
    after upgrading to Kubuntu 8.10 from 8.04 it doesn't mount the removable CD/DVD. I cannot see the CD content by Dolphin or Konqueror. The fstab is
    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options>   <dump> <pass>
    proc      /proc     proc  defaults    0   0
    # /dev/sda4
    UUID=e39be3ca-c398-42c1-9507-15af0eb21a85 /       ext3  defaults,errors=remount-ro 0   1
    # /dev/sda1
    UUID=3A5821255820E17D /media/sda1  ntfs  defaults,umask=007,gid=46 0   1
    # /dev/sda2
    UUID=667C231E7C22E88F /media/sda2  ntfs  defaults,umask=007,gid=46 0   1
    # /dev/sda3
    UUID=fca8eb0c-1d32-459e-b787-e7a28faf4404 none      swap  sw       0   0
    # grass commento riga seguente il 26-10-2008
    # /dev/scd0   /media/cdrom0 udf,iso9660 user,noauto,exec 0   0
    please could you help me ??
    many thanks
    Dual-booting:<br />Kubuntu: Karmic Koala (Main OS)<br />Windows:Vista Home Premium<br />--------------------------------------------------------------<br />Sony Vaio&nbsp; VGN-NR21Z - 2 Duo processor T8100<br />Graphics nvidia GeForce 8400M GT GPU

    #2
    Re: CD/DVD Mount not works on Kubuntu 8.10

    Originally posted by sandro54

    Code:
    # /dev/scd0   /media/cdrom0 udf,iso9660 user,noauto,exec 0   0
    Delete the # mark in that fstab file, and it should work.

    Comment


      #3
      Re: CD/DVD Mount not works on Kubuntu 8.10

      Originally posted by dibl
      Originally posted by sandro54

      Code:
      # /dev/scd0   /media/cdrom0 udf,iso9660 user,noauto,exec 0   0
      Delete the # mark in that fstab file, and it should work.
      I made it but nothing is changed
      thanks anyway
      Dual-booting:<br />Kubuntu: Karmic Koala (Main OS)<br />Windows:Vista Home Premium<br />--------------------------------------------------------------<br />Sony Vaio&nbsp; VGN-NR21Z - 2 Duo processor T8100<br />Graphics nvidia GeForce 8400M GT GPU

      Comment


        #4
        Re: CD/DVD Mount not works on Kubuntu 8.10

        In your systray, there is a little icon by the clock that says, when you hover your mouse over, New Divice Notifyer. This is where you mount your stuff... Sometimes it will notify you, sometimes you have to click on it.

        Hope this helps...

        Comment


          #5
          Re: CD/DVD Mount not works on Kubuntu 8.10

          Originally posted by sandro54
          I made it but nothing is changed
          thanks anyway
          Once the change was made, you have to reboot your system for it to take effect, or you can open a console and type:
          Code:
          sudo mount -a
          This will mount any properly configured, unmounted devices specified in the fstab file.
          Windows no longer obstructs my view.
          Using Kubuntu Linux since March 23, 2007.
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment

          Working...
          X