Results 1 to 7 of 7

Thread: SATA CDROM wont mount during install

  1. #1
    Join Date
    Jan 2010
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    SATA CDROM wont mount during install

    Hi, new to Ubuntu, used to do BSDI unix for 15 years or so.

    I am trying to install Ubuntu 8.04LTS Server on a Dell PowerEdge T105 with SATA CD/DVD and add-in SAS6iR controller for RAID.

    Downloaded ubuntu-8.04.3-server-amd64.iso and have burned several CDROMS, including one at the lowest speed.

    When I boot the install CDROM, I receive an error after the keyboard stuff when it trys to mount the CDROM.

    I have switched to the console, and tried various mount commands, including:
    # mount -t iso9660 -r ro /dev/scd0 /cdrom

    to which I receive the message
    mount: Mounting /dev/scd0 on /cdrom failed: Invalid argument.

    I belive I have the correct device as I can issue the same commend without a CD in the drive, and I get the message
    mount: Mounting /dev/scd0 on /cdrom failed: No medium found.

    I've poked around with modprobe, and searched this forum, but so far I don't have any answers.

    Here's hoping that someone can help me determine where to look to find the problem/solution.

    TIA!!

  2. #2
    Join Date
    May 2007
    Location
    Orange County, CA
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: SATA CDROM wont mount during install

    Dave, possibly similar thread so I'm posting it just with the hope of "HELP!"
    In 9.04 an upgrade killed off my CDROM and after legion attempts to fix I gave up...no more time...(but could still detect and mount ONLY the Ubuntu boot disk)...

    Clean install of 9.10 in December. Bingo! detected the CDROM as optical Drive! Read old Windows CD of 6 years ago! In the euphoria of the moment I went to "eject" and with a nostalgic tear fogging my eyes I hit "UNMOUNT" instead of "EJECT" ...BAMB!!! CDROM no longer...

    mount command does not work
    /etc/fstab/ is screwy and I don't know how to get it cleaned up in the boot scripts (as if I knew BOOT SCRIPTS!)
    The line in fstab was: /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

    All the major dvd files are under /usr/bin/
    /dev/media/ has both cdrom and cdrom0 (which both folders are empty)

    /dev/ has the block file (sr0) and "Block" folder,
    /dev/block/11.0 (references cdrom) which links to "block device"

    CDROM Optical Drive is on IDE Host controller SCSI 0.0.1.0. but "device not detected."

    Obviously I'M WAY IN OVER MY HEAD AND SCREWED UP! does anyone have the patience to help me out of this mess?

    Here's the common thread for 10 months: CDROM not detected upon upgrade.
    Thanks...

  3. #3
    Join Date
    Dec 2008
    Location
    USA
    Beans
    528
    Distro
    Ubuntu 18.10 Cosmic Cuttlefish

    Re: SATA CDROM wont mount during install

    @Dscottmc7 did you reboot.
    Un mount is not a big deal, it should remount.

    try this

    Re: Unable to mount cdrom0
    ok if you can see your cdrom lets try to forcebly mount it via terminal:
    Code:
    sudo mkdir /media/cdrom-test
    Code:
    sudo mount /dev/scd0 /media/cdrom-test
    put some cd in drive and then run below:
    Code:
    ls -al /media/cdrom-test
    I don' really like coffee. I guess I'll give my Ubuntu beans to my wife.

    Luke

  4. #4
    Join Date
    May 2007
    Location
    Orange County, CA
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Unhappy Re: SATA CDROM wont mount during install

    Thanks, Luke...
    tried, but no luck.
    Thanks for the direction...I made a symbolic link between files such that in the end a printout would be:
    /dev$ ls -al /media/cdrom-test:
    total 8
    drwxr-xr-x 2 root root 4096 (date...)
    drwxr-xr-x 20 root root 4096 (date...)
    drwxrwxrwx 1 root root 10 (date...) cdrom -> dev/cdrom
    drwxrwxrwx 1 root root 10 (date...) cdrw -> devcdrw
    drwxrwxrwx 1 root root 10 (date...) dvd -> /dev/dvd
    drwxrwxrwx 1 root root 10 (date...) dvdrw -> /dev/dvdrw
    drwxrwxrwx 1 root root 10 (date...) sr0 -> /dev/sr0

    BUT still no cigar. The CDROM hardware is not detected, but I can find it only in the computer chain attached and named on the SCSI with the BUS ID of pci-0000:00:1f.2-scsi-0:0:1:0.

    It seems I've tried every obvious, logical approach except 2: the right one or one that can attach hardware by bus ID, (even "discover" doesn't id it!)

    Thanks, buddy...I'll keep trying. Got a major presentation coming up next weekend...maybe I'll have to cave in and truck off to Staples!

  5. #5
    Join Date
    Jun 2009
    Location
    0000:0400
    Beans
    Hidden!

    Re: SATA CDROM wont mount during install

    Quote Originally Posted by dave_mystic View Post
    Hi, new to Ubuntu, used to do BSDI unix for 15 years or so.

    I am trying to install Ubuntu 8.04LTS Server on a Dell PowerEdge T105 with SATA CD/DVD and add-in SAS6iR controller for RAID.

    Downloaded ubuntu-8.04.3-server-amd64.iso and have burned several CDROMS, including one at the lowest speed.

    When I boot the install CDROM, I receive an error after the keyboard stuff when it trys to mount the CDROM.

    I have switched to the console, and tried various mount commands, including:
    # mount -t iso9660 -r ro /dev/scd0 /cdrom
    Your mount command is wrong. -r is to specify read only, ro is an optarg to -o. Together, they make no sense ('-r' or '-o ro' would), and alone they're superfluous as a CD will never be mounted anything BUT read-only.

    That said, if a device node is being created (and it is as far as I can tell), then your device is being recognized. You can probably probe it for more info as follows:

    udevadm info -q all -n /dev/cdrom

  6. #6
    Join Date
    Sep 2006
    Beans
    44

    Re: SATA CDROM wont mount during install

    I am also having the same exact problem with UBUNTU Server 8.04.3 AMD64 and Dell Poweredge server T105. I booted another PC with the same CD-ROM and the CD-ROM works fine. So its only happening on this Dell server T105. I boot the i386 version and it finds the CD-ROM ok so this only happens with the AMD64 version of Ubuntu Server 8.04.3. and not the i386 version of 8.04

    Right after keyboard selection it looks for the CD-ROM then i get this.

    Code:
    Your installation CD-ROM couldn't be mounted.  This probably means that the CD-ROM was not in the drive.  IF so you can insert it and try again
    Ok The solution for this problem is found in this thread. http://ubuntuforums.org/showthread.php?t=768833
    Basically press F6 then add mem=4G to the end of the kernel install line in the install boot menu
    Last edited by andydread; January 23rd, 2010 at 07:19 PM. Reason: Solved

  7. #7
    Join Date
    Jan 2010
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: SATA CDROM wont mount during install

    Quote Originally Posted by andydread View Post
    Ok The solution for this problem is found in this thread. http://ubuntuforums.org/showthread.php?t=768833
    Basically press F6 then add mem=4G to the end of the kernel install line in the install boot menu
    Egg Salad!! (or 'Excellent!' for those who are want strict pronunciations.)

    Finally returned to this project after a lot of traveling and checked the forum to see what might have been posted. Followed the instructions above as indicated. Couldn't be easier, and it just worked.

    Thank you andydread, you found a post that I didn't see.

Bookmarks

Posting Permissions

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