Announcement

Collapse
No announcement yet.

[Solved] Can't mount CD

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

    [Solved] Can't mount CD

    Hi,

    I have an audio CD that also contains a video that i can't get mounted. It works fine in the CD player, but when i insert it into my computer I and try to mount i get this message:

    Method "Mount" with signature "ssas" on interface "org.freedesktop.Hal.Device.Volume" doen't exist".

    I have succesfully mounted other 'enhanced cd's' before, although i could only view the cd tracks, not the video content. All other audio css & dvds work perfectly.





    #2
    Re: Can't mount CD

    Have you tried to mount the cd from a console, or do you get that message from the GUI?
    Check out my Ⓥegan youtube channel PlantSugar
    CV and gallery at grn.dk
    Please add [SOLVED] to topic subject when topic is solved.

    Comment


      #3
      Re: Can't mount CD

      I get a message from the GUI.....

      Comment


        #4
        Re: Can't mount CD

        Try to mount it from console....
        Check out my Ⓥegan youtube channel PlantSugar
        CV and gallery at grn.dk
        Please add [SOLVED] to topic subject when topic is solved.

        Comment


          #5
          Re: Can't mount CD

          ..when I try to mount i get these results:

          niels@Niels:~$ mount /dev/scd0
          mount: can't find /dev/scd0 in /etc/fstab or /etc/mtab
          niels@Niels:~$ mount media/cdrom0
          mount: can't find media/cdrom0 in /etc/fstab or /etc/mtab
          niels@Niels:~$ mount /dev/scd
          mount: can't find /dev/scd in /etc/fstab or /etc/mtab
          niels@Niels:~$ mount /dev/scd0
          mount: can't find /dev/scd0 in /etc/fstab or /etc/mtab
          niels@Niels:~$ mount /cdrom0
          mount: can't find /cdrom0 in /etc/fstab or /etc/mtab
          niels@Niels:~$ sudo mount /dev/scd0
          [sudo] password for niels:
          mount: can't find /dev/scd0 in /etc/fstab or /etc/mtab
          niels@Niels:~$

          Comment


            #6
            Re: Can't mount CD

            hmm

            Code:
            mkdir mysupercd
            sudo mount /dev/scd0 mysupercd
            cd mysupercd
            ls
            This asumes that /dev/scd0 is your cd-rom drive.
            Check out my Ⓥegan youtube channel PlantSugar
            CV and gallery at grn.dk
            Please add [SOLVED] to topic subject when topic is solved.

            Comment


              #7
              Re: Can't mount CD

              first of all thanks for your quick replies

              when i tried this i got:

              niels@Niels:~$ mkdir mysupercd
              niels@Niels:~$ sudo mount /dev/scd0 mysupercd
              [sudo] password for niels:
              mount: block device /dev/scd0 is write-protected, mounting read-only
              mount: you must specify the filesystem type
              niels@Niels:~$ cd mysupercd
              niels@Niels:~/mysupercd$ ls
              niels@Niels:~/mysupercd$ ls
              niels@Niels:~/mysupercd$

              Comment


                #8
                Re: Can't mount CD

                sorry my bad

                Code:
                sudo mount -t iso9660 -o ro /dev/scd0 mysupercd
                Check out my Ⓥegan youtube channel PlantSugar
                CV and gallery at grn.dk
                Please add [SOLVED] to topic subject when topic is solved.

                Comment


                  #9
                  Re: Can't mount CD

                  ok found it!

                  mount /dev/scd0 -t is9660 mysupercd!!

                  Thanks!

                  Comment

                  Working...
                  X