Can't read any DVD, and can't mount the dvd drive
Andy
stude.list at googlemail.com
Fri Mar 28 19:49:12 UTC 2008
Hi
On 28/03/2008, Ashley Benton <meggalen at gmail.com> wrote:
> /dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
> /dev/hdd /media/cdrom1 udf,iso9660 user,noauto,exec 0 0
Looks like your drives are hdc and hdd.
First find out which is which.
Type:
eject hdc
A drive should open, do the same with the other drive.
Now check the mount points actually exist. Does /media contain cdrom0
and cdrom1? If not create them (sudo mkdir -p /media/cdrom0
/media/cdrom1)
Insert a DVD and type:
mount /media/cdrom0 (for hdc)
or
mount /media/cdrom1 (for hdd)
(don't type the things in brackets ;))
Any error messages?
What kind of DVDs are you trying? Data or Video?
Also what version of Ubuntu are you using?
(Old versions seem to use /dev/hd? for Optical drives connected as IDE)
Andy
--
Computers are like air conditioners. Both stop working, if you open windows.
-- Adam Heath
More information about the ubuntu-users
mailing list