Can't mount dvd: Seek complete error

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Can't mount dvd: Seek complete error

    Hello together,

    using Ubuntu, I cannot use my DVD-drive to
    mount a DVD. I've testet it on another PC, that
    works fine (although with M$ Windows :-! ). The
    drive reads CDs without problems.

    When I use
    mount /media/cdrom
    it says "Can't determin fs type and none has been specified"
    (Translated from german, so don't take this as the exact message...)

    dmesg | tail says

    [4298038.644000] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
    [4298038.644000] hdc: command error: error=0x50 { LastFailedSense=0x05 }
    [4298038.644000] ide: failed opcode was: unknown
    [4298038.644000] end_request: I/O error, dev hdc, sector 192
    [4298038.645000] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
    [4298038.645000] hdc: command error: error=0x50 { LastFailedSense=0x05 }
    [4298038.645000] ide: failed opcode was: unknown
    [4298038.645000] end_request: I/O error, dev hdc, sector 196

    Any ideas?

    Greetings,
    Clemens
    Clemens Adolphs Guest

  2. Similar Questions and Discussions

    1. Parser Error: Type XYZ does not have a property named 'cc3:MyItems' (complete posting) ASP.NET Web Control Error
      I am having problems trying to get this part of the functionality working on my control and I hope somebody has a clue about how to resolve it. ...
    2. Operation cannot complete error
      When trying to place an .ai file in an open .ai doc in aics, I'm getting an error message of: The Operation cannot complete because of an unknown...
    3. 'Could not complete your request because of a program error' (PS CS)
      Try a new User account (to save dumping User prefs). If we have the same bug, the problem is not in the user account...
    4. Could not complete your request because of a program error.
      I reinstalled Photoshop 7.01 & Photoshop Elements 2 following a complete reformat and reinstallation of Windows 98se and all applications. Now, on...
    5. could not mount drive on boot, error...
      I rebooted my server and on boot up I received an error that ... couldn't find matching file system: LABEL=/home1 I was able to edit the...
  3. #2

    Default Re: Can't mount dvd: Seek complete error

    On Tue, 07 Mar 2006 18:06:42 +0100, Richard G. Riley wrote:
    > "Clemens"posted the following on 2006-03-07:
    >
    >> Hello together,
    >>
    >> using Ubuntu, I cannot use my DVD-drive to
    >> mount a DVD. I've testet it on another PC, that
    >> works fine (although with M$ Windows :-! ). The
    >> drive reads CDs without problems.
    >>
    >> When I use
    >> mount /media/cdrom
    >> it says "Can't determin fs type and none has been specified"
    >> (Translated from german, so don't take this as the exact message...)
    >>
    >> dmesg | tail says
    >>
    >> [4298038.644000] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
    >> [4298038.644000] hdc: command error: error=0x50 { LastFailedSense=0x05 }
    >> [4298038.644000] ide: failed opcode was: unknown
    >> [4298038.644000] end_request: I/O error, dev hdc, sector 192
    >> [4298038.645000] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
    >> [4298038.645000] hdc: command error: error=0x50 { LastFailedSense=0x05 }
    >> [4298038.645000] ide: failed opcode was: unknown
    >> [4298038.645000] end_request: I/O error, dev hdc, sector 196
    >>
    >> Any ideas?
    >>
    >> Greetings,
    >> Clemens
    >
    > In case you need a quick reply this might help:
    >
    > 1) Check your /etc/fstab
    >
    > my cd/dvd enty is:
    >
    > /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
    >
    >
    > 2) Find and run "automatix" to install necessary drivers for DVD
    > Video. You dont mention whats on the DVD : video?
    >
    > Automatix is a good bet for other general purpose Linux goodies.
    Two more things to check:
    make sure that /dev/dvd is linked to the same physical device as
    /dev/cdrom.
    and/or
    make sure that in fstab /dev/dvd gets mounted to /media/cdrom (if that's
    where you want it to be)
    Al Krieger Guest

  4. #3

    Default Re: Can't mount dvd: Seek complete error

    >>
    >> In case you need a quick reply this might help:
    >>
    >> 1) Check your /etc/fstab
    >>
    >> my cd/dvd enty is:
    >>
    >> /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
    >>
    >>
    >> 2) Find and run "automatix" to install necessary drivers for DVD
    >> Video. You dont mention whats on the DVD : video?
    >>
    >> Automatix is a good bet for other general purpose Linux goodies.
    >
    > Two more things to check:
    > make sure that /dev/dvd is linked to the same physical device as
    > /dev/cdrom.
    > and/or
    > make sure that in fstab /dev/dvd gets mounted to /media/cdrom (if that's
    > where you want it to be)
    Hello and thanks for the answers.
    Okay, /dev/dvd and /dev/cdrom both link to hdc, which is correct.
    It's a data-dvd. I don't have an entry for /dev/dvd in my fstab,
    neither for /dev/cdrom, just for /dev/hdc, and the line
    reads

    /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0

    Can't find automatix via synaptic. Which repository to add?

    Greetings,
    Clemens
    Clemens Adolphs Guest

  5. #4

    Default Re: Can't mount dvd: Seek complete error

    Am Tue, 07 Mar 2006 12:31:06 -0500 schrieb Al Krieger:
    > On Tue, 07 Mar 2006 18:06:42 +0100, Richard G. Riley wrote:
    >
    >> "Clemens"posted the following on 2006-03-07:
    >>
    >>> Hello together,
    >>>
    >>> using Ubuntu, I cannot use my DVD-drive to
    >>> mount a DVD. I've testet it on another PC, that
    >>> works fine (although with M$ Windows :-! ). The
    >>> drive reads CDs without problems.
    >>>
    >>> When I use
    >>> mount /media/cdrom
    >>> it says "Can't determin fs type and none has been specified"
    >>> (Translated from german, so don't take this as the exact message...)
    >>>
    >>> dmesg | tail says
    >>>
    >>> [4298038.644000] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
    >>> [4298038.644000] hdc: command error: error=0x50 { LastFailedSense=0x05 }
    >>> [4298038.644000] ide: failed opcode was: unknown
    >>> [4298038.644000] end_request: I/O error, dev hdc, sector 192
    >>> [4298038.645000] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
    >>> [4298038.645000] hdc: command error: error=0x50 { LastFailedSense=0x05 }
    >>> [4298038.645000] ide: failed opcode was: unknown
    >>> [4298038.645000] end_request: I/O error, dev hdc, sector 196
    >>>
    >>> Any ideas?
    >>>
    >>> Greetings,
    >>> Clemens
    >>
    >> In case you need a quick reply this might help:
    >>
    >> 1) Check your /etc/fstab
    >>
    >> my cd/dvd enty is:
    >>
    >> /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
    >>
    >>
    >> 2) Find and run "automatix" to install necessary drivers for DVD
    >> Video. You dont mention whats on the DVD : video?
    >>
    >> Automatix is a good bet for other general purpose Linux goodies.
    >
    > Two more things to check:
    > make sure that /dev/dvd is linked to the same physical device as
    > /dev/cdrom.
    > and/or
    > make sure that in fstab /dev/dvd gets mounted to /media/cdrom (if that's
    > where you want it to be)
    As it's a data-dvd, automatix didn't help :/ I tried
    reconfiguring the kernel, changing module-support for udf to
    built-in support, but that didn't help :-(
    And, for a strange reason, using a new compiled kernel
    makes my pcmcia-wlan-card to refuse work :(

    Argh, why does everything has to be so complicated...

    Thanks anyway :)
    Clemens Adolphs Guest

  6. #5

    Default Re: Can't mount dvd: Seek complete error

    Clemens Adolphs <clemens.adolphs@rwth-aachen.de> writes:
    > using Ubuntu, I cannot use my DVD-drive to
    > mount a DVD. I've testet it on another PC, that
    > works fine (although with M$ Windows :-! ). The
    > drive reads CDs without problems.
    >
    > When I use
    > mount /media/cdrom
    > it says "Can't determin fs type and none has been specified"
    > (Translated from german, so don't take this as the exact message...)
    >
    > dmesg | tail says
    >
    > [4298038.644000] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
    > [4298038.644000] hdc: command error: error=0x50 { LastFailedSense=0x05 }
    > [4298038.644000] ide: failed opcode was: unknown
    > [4298038.644000] end_request: I/O error, dev hdc, sector 192
    > [4298038.645000] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
    > [4298038.645000] hdc: command error: error=0x50 { LastFailedSense=0x05 }
    > [4298038.645000] ide: failed opcode was: unknown
    > [4298038.645000] end_request: I/O error, dev hdc, sector 196
    >
    > Any ideas?
    The drive can't access some sectors. Looks like a hardware problem. Can
    you exchange the drive with the one in the windows PC?


    Florian
    --
    Das toitsche Usenet ist die Wiederaufführung des Dreißigjährigen Krieges mit
    den Mitteln einer Talkshow. [Alexander Bartolich in dcpu]
    Florian Diesch Guest

  7. #6

    Default Re: Can't mount dvd: Seek complete error

    Op Tue, 07 Mar 2006 17:58:43 +0100, schreef Clemens Adolphs:
    > Hello together,
    >
    > using Ubuntu, I cannot use my DVD-drive to
    > mount a DVD. I've testet it on another PC, that
    > works fine (although with M$ Windows :-! ). The
    > drive reads CDs without problems.
    Dual Layer? Have you tried:

    sudo mount /media/cdrom0/ -o unhide

    Or cdrom whatever drive you use ofcourse

    --
    /Jos

    Linux op mijn desktop: [url]http://www.digiplace.nl[/url]

    Jos Herni Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139