Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Can't mount cdrom

    Hi,
    After I installed RH8 from CDROM I couldn't mount the CDROM after the
    installation.It seemsed to be a problem which occurs a lot of times
    but I didn't found any solution.

    My system RH8 with kernel 2.4.20-13.8. Following I describe my system
    and error message.
    fstab : /dev/cdrom /mnt/cdrom iso9660 noauto,user,kudzu,ro 0 0

    Wenn I tried to mount I becom next error message : wrong fs type, bad
    option, bad superblock on /dev/cdrom, or too many mounted file system

    dmesg shows:
    ide1: BM-DMA at 0x2048-0x204f, BIOS settings: hdc:DMA, hdd:pio
    hdc: attached ide-cdrom driver.
    hdc: ATAPI 14X CD-ROM drive, 128kB Cache, DMA
    Uniform CD-ROM driver Revision: 3.12
    cdrom: This disc doesn't have any tracks I recognize!

    hdc: cdrom_read_from_buffer: buffer botch (129)
    end_request: I/O error, dev 16:00 (hdc), sector 129
    isofs_read_super: bread failed, dev=16:00, iso_blknum=32, block=64
    FAT: bogus logical sector size 36857
    VFS: Can't find a valid FAT filesystem on dev 16:00.

    In the dev directory the following link occurs:
    lrwxrwxrwx 1 root root 8 Sep 12 21:34 /dev/cdrom ->
    /d
    ev/hdc

    With hdparm /dev/cdrom I get the following output:
    dev/cdrom:
    HDIO_GET_MULTCOUNT failed: Invalid argument
    IO_support = 0 (default 16-bit)
    unmaskirq = 0 (off)
    using_dma = 0 (off)
    keepsettings = 0 (off)
    readonly = 1 (on)
    readahead = 8 (on)
    HDIO_GETGEO failed: Invalid argument


    What must or can I do to make my CDROM working?

    Thanx in advantage
    Dirk
    dirk65mb Guest

  2. Similar Questions and Discussions

    1. cdrom & multisession
      hi i've a "tiny" linux distro and i need to mount a cdrom with multisession when i try to mount the device with: mount /dev/hdd -t iso9660...
    2. mounting cdrom and dvd
      I have a dvd-rom and read write CD in my Red Hat 8 box. When mounting mount /dev/cdrom /mnt/cdrom only the dvd-rom is mounted. How can I...
    3. mounting cdrom
      ok, i have determined how to mount my win32 patitions as well as mounting the cdrom. how do i mount a regular audio disc on my cdrom? thanks long...
    4. Cannot mount cdrom if I use GRUB
      This must be a very simple and dumb problem, but I cannot figure it out. If I boot with LILO, I can mount my CD/DVD w/o any problem. If I boot...
    5. can't get a cdrom "configured" with apt-cdrom
      On Wed, Jun 25, 2003 at 10:41:31AM -0700, Rodney D. Myers wrote: I don't know how to fix this, but I've used 'debian-cd' to produce CDs from...
  3. #2

    Default Re: Can't mount cdrom

    On Sun, 14 Sep 2003 05:41:24 -0700, dirk65mb typed:
    > Hi,
    > After I installed RH8 from CDROM I couldn't mount the CDROM after the
    > installation.It seemsed to be a problem which occurs a lot of times but
    > I didn't found any solution.
    >
    > My system RH8 with kernel 2.4.20-13.8. Following I describe my system
    > and error message.
    > fstab : /dev/cdrom /mnt/cdrom iso9660 noauto,user,kudzu,ro 0 0
    This is close, but it only allows for the mounting of iso9660 CD's not UDF
    formatted or audio (music) CD's
    > What must or can I do to make my CDROM working?
    Well first, you do not have to mount audio (music) CD's you just use one
    of the many applications and play them.

    Second, modify the entry in /etc/fstab to read something like;

    /dev/hdc /mnt/cdrom udf,iso9660 noauto,user,ro 0 0

    And lastly upgrade to the currently available kernel from Red Hat.

    [url]https://rhn.redhat.com/errata/RHBA-2003-263.html[/url]


    --
    SCO + RICO Act = Justice

    Lenard Guest

  4. #3

    Default Re: Can't mount cdrom

    Lenard <lenard@127.0.0.1> wrote in message news:<pan.2003.09.14.14.06.52.277341@127.0.0.1>...
    > On Sun, 14 Sep 2003 05:41:24 -0700, dirk65mb typed:
    >
    > > Hi,
    > > After I installed RH8 from CDROM I couldn't mount the CDROM after the
    > > installation.It seemsed to be a problem which occurs a lot of times but
    > > I didn't found any solution.
    > >
    > > My system RH8 with kernel 2.4.20-13.8. Following I describe my system
    > > and error message.
    > > fstab : /dev/cdrom /mnt/cdrom iso9660 noauto,user,kudzu,ro 0 0
    >
    > This is close, but it only allows for the mounting of iso9660 CD's not UDF
    > formatted or audio (music) CD's
    I don't use audio cd's on mine system.
    >
    > > What must or can I do to make my CDROM working?
    >
    > Well first, you do not have to mount audio (music) CD's you just use one
    > of the many applications and play them.
    >
    > Second, modify the entry in /etc/fstab to read something like;
    >
    > /dev/hdc /mnt/cdrom udf,iso9660 noauto,user,ro 0 0
    I did change the entry but still got the same error message when I
    tried to mount the CDROM.
    >
    > And lastly upgrade to the currently available kernel from Red Hat.
    >
    > [url]https://rhn.redhat.com/errata/RHBA-2003-263.html[/url]
    I will update the system but I saw nothing what should describe mine
    problem. I still think it's a configuration problem.
    dirk65mb Guest

  5. #4

    Default Re: Can't mount cdrom

    dirk65mb wrote:
    > Hi,
    > After I installed RH8 from CDROM I couldn't mount the CDROM after the
    > installation.It seemsed to be a problem which occurs a lot of times
    > but I didn't found any solution.
    >
    >
    > Dirk
    Have you checked your CDROM media? Some of the recordable media appear
    to
    look the same on both sides. One side is for the lebel, but also looks
    like the
    recording side.

    - Steve Hathaway


    Steven J. Hathaway 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