ubuntu does not reocgnize the CD in the laptop

Asked by Steve Kownslar

I have a T-61 and I am trying to load Microsoft Office 2003 and I am down to the part where I click forward on the PlayonLinux finle and it does not recognize the CD-ROM and it does not mount.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

can you give the output of:

sudo lshw -C disk; sudo lshw -C drive; echo; cat /etc/fstab

Thanks

Revision history for this message
Steve Kownslar (skownslar1) said :
#2

*-disk
       description: ATA Disk
       product: ST9320325AS
       vendor: Seagate
       physical id: 0
       bus info: scsi@0:0.0.0
       logical name: /dev/sda
       version: 0001
       serial: 6VD24ATV
       size: 298GiB (320GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=000ce76e
  *-cdrom
       description: DVD-RAM writer
       product: DVDRAM GSA-U10N
       vendor: HL-DT-ST
       physical id: 1
       bus info: scsi@1:0.0.0
       logical name: /dev/cdrom
       logical name: /dev/cdrw
       logical name: /dev/dvd
       logical name: /dev/dvdrw
       logical name: /dev/scd0
       logical name: /dev/sr0
       version: 1.05
       capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: ansiversion=5 status=ready
     *-medium
          physical id: 0
          logical name: /dev/cdrom

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=3adbc464-c3ec-4ac2-8961-caea1200c612 none swap sw 0 0

Revision history for this message
Steve Kownslar (skownslar1) said :
#3

Thanks for your help!

*-disk
       description: ATA Disk
       product: ST9320325AS
       vendor: Seagate
       physical id: 0
       bus info: scsi@0:0.0.0
       logical name: /dev/sda
       version: 0001
       serial: 6VD24ATV
       size: 298GiB (320GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=000ce76e
  *-cdrom
       description: DVD-RAM writer
       product: DVDRAM GSA-U10N
       vendor: HL-DT-ST
       physical id: 1
       bus info: scsi@1:0.0.0
       logical name: /dev/cdrom
       logical name: /dev/cdrw
       logical name: /dev/dvd
       logical name: /dev/dvdrw
       logical name: /dev/scd0
       logical name: /dev/sr0
       version: 1.05
       capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: ansiversion=5 status=ready
     *-medium
          physical id: 0
          logical name: /dev/cdrom

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique
identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=3adbc464-c3ec-4ac2-8961-caea1200c612 none swap sw
0 0

On Wed, 2010-09-15 at 05:37 +0000, actionparsnip wrote:
> Your question #125466 on seahorse in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/seahorse/+question/125466
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> can you give the output of:
>
> sudo lshw -C disk; sudo lshw -C drive; echo; cat /etc/fstab
>
> Thanks
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Ok run:

sudo mkdir /media/cdrom0; gksudo gedit /etc/fstab

add this line to the end of the file:

/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

Save the new file, close gedit and now the cD will mount.

Revision history for this message
Steve Kownslar (skownslar1) said :
#5

0ev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0
bash: /dev/scd0: Permission denied
steve@SK-T61:~$ sudo mkdir /media/cdrom0; gksudo gedit /etc/fstab
mkdir: cannot create directory `/media/cdrom0': File exists
steve@SK-T61:~$ /dev/scd0 /media/cdrom0 udf,iso9660
user,noauto,exec,utf8 0 0
bash: /dev/scd0: Permission denied
steve@SK-T61:~$

On Wed, 2010-09-15 at 14:00 +0000, actionparsnip wrote:
> Your question #125466 on seahorse in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/seahorse/+question/125466
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> Ok run:
>
> sudo mkdir /media/cdrom0; gksudo gedit /etc/fstab
>
> add this line to the end of the file:
>
> /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
>
> Save the new file, close gedit and now the cD will mount.
>

Revision history for this message
Steve Kownslar (skownslar1) said :
#6

I don't know if it is fixed or not. I am trying to load Office 2003 now.

Sent from my HTC on the Now Network from Sprint!

----- Reply message -----
From: "marcobra \(Marco Braida\)" <email address hidden>
Date: Wed, Sep 15, 2010 10:35 am
Subject: [Question #125466]: ubuntu does not reocgnize the CD in the laptop
To: <email address hidden>

Your question #125466 on util-linux in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/util-linux/+question/125466

    Project: seahorse in ubuntu => util-linux in ubuntu

--
You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Did you even read my previous post, the second piece of code was to be added to the file. If you aren't going to read what people give you then why should we bother....

Revision history for this message
Steve Kownslar (skownslar1) said :
#8

I am sorry Sir, I really don't know if I did what you said correctly. I am inexperienced with this OS please forgive me.

-----Original Message-----
From: actionparsnip <email address hidden>
Sent: Wednesday, September 15, 2010 1:18 PM
To: <email address hidden>
Subject: Re: [Question #125466]: ubuntu does not reocgnize the CD in the laptop

Your question #125466 on util-linux in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/util-linux/+question/125466

    Status: Open => Answered

actionparsnip proposed the following answer:
Did you even read my previous post, the second piece of code was to be
added to the file. If you aren't going to read what people give you then
why should we bother....

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/util-linux/+question/125466/+confirm?answer_id=6

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/util-linux/+question/125466

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

It's nothing to do with the OS. It's simple reading and following instructions rather than just copyig and pasting what you hope are commands to a terminal and wondering why you don't get the desired effect. If you read what I wrote you will see your error. I suggest you apply this method in life as well. You'll get further.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#10

Please don't reply via mail to Launchpad mail notification but visit directly your question Launchpad site link.
Replying via mail to launchpad message might expose your email address to the net and you will give a lot of spam.

Then answering using mail will result into a confused thread (very long with unecessary replyed info) and you can't
manage your question state.

New to Ubuntu: read the Ubuntu Manual, it's very informative: http://ubuntu-manual.org/
Click on the "download Button" to download the latest PDF version.

Can you help with this problem?

Provide an answer of your own, or ask Steve Kownslar for more information if necessary.

To post a message you must log in.