Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, sorry for the long post, just trying to give all the info that I can. I am pulling my hair out trying to mount my CDROM on my Fedora ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    1

    Trouble mounting my CDROM

    Hello,

    sorry for the long post, just trying to give all the info that I can.
    I am pulling my hair out trying to mount my CDROM on my Fedora Core 3. The CDROM was working, then I tried to access it and it was no longer showing any of the files listed on the CDROM. I know the CDrom works b/c I fired up Vmware on the same box and I can read the CDROM under windows. The disk mgt in the GUI said that the CDROM is set to auto. When I cd to the /media directory the CDROM dir is there, but nothing it, and there should be. Here is what I have tired.

    mount /dev/hdc /media/cdrom - mount /cdrom - mount /media/cdrom
    mount -t /dev/hdc /media/cdrom - mount /mnt/cdrom - and on and on.

    I have tried everything in man mount.
    My fstab config is the following:
    /dev/VolGroup00/LogVol01 swap swap defaults 0 0
    /dev/hdd /media/cdrecorder auto pamconsole,fscontext=system_u:object_r:removable_t ,ro,exec,noauto,managed 0 0
    /dev/hdc /media/cdrom auto pamconsole,fscontext=system_u:object_r:removable_t ,ro,exec,noauto,managed 0 0

    When I try and access the CDROM via the GUI i get the following error:
    -unable to mount the selected volume. the volume is probably in a format that cannont be mounted.
    Show more details: mount: wrong fs type, bad option, bad superblock on /dev/hdc, or too many mounted files systems


    I then look to see if I have to many Files systems mounted. See below:
    [root@Linux media]# mount
    /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on /proc/bus/usb type usbfs (rw)
    /dev/hda1 on /boot type ext3 (rw)
    none on /dev/shm type tmpfs (rw)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

    I then rebooted to see if that works. Still nothing (and during these tests VMWARE was NOT active so there is no conflict). The dmseg says the following:

    hdc: Lite-On LTN486 48x Max, ATAPI CD/DVD-ROM drive
    hdd: _NEC CD-RW NR-7800A, ATAPI CD/DVD-ROM drive
    ide1 at 0x170-0x177,0x376 on irq 15
    Probing IDE interface ide2...
    ide2: Wait for ready failed before probe !
    Probing IDE interface ide3...
    ide3: Wait for ready failed before probe !
    Probing IDE interface ide4...
    ide4: Wait for ready failed before probe !
    --More--(66%)ide4: Wait for ready failed before probe !
    Probing IDE interface ide5...
    ide5: Wait for ready failed before probe !
    hda: max request size: 128KiB
    hdc: ATAPI 48X CD-ROM drive, 120kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.20
    hdd: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
    cdrom: open failed.
    cdrom: open failed.
    EXT3 FS on dm-0, internal journal
    ide-cd: cmd 0x28 timed out
    hdc: DMA interrupt recovery
    hdc: lost interrupt
    hdc: status timeout: status=0xd0 { Busy }
    hdc: status timeout: error=0x00
    hdc: DMA disabled
    hdc: drive not ready for command
    hdc: ATAPI reset complete
    cdrom: open failed.

    Thanks in advance.
    mark

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Try turning off APIC (Advanced Programmable Interrupt Controller) in the BIOS. It is only useful for multiple CPU setups, and it is known to cause problems with some motherboards with only a single CPU. If you can't turn it off in the BIOS, pass 'noapic' as a kernel boot parameter. Another possibility: make sure that Plug n Play OS is set to No/Disabled in the BIOS.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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