You are not logged in.

#1 2007-02-26 22:13:40

lemon
Member
From: Norway
Registered: 2006-11-11
Posts: 50

mounting/playing DVDs

I'm having problems mounting/playing dvd's.
I have tried:

mount -t udf /dev/cd/dvd-sr0 /mnt/dvd

also tried with -t auto and -t iso9660, I get the same error:

mount: block device /dev/cd/dvd-sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cd/dvd-sr0,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Tried playing with vlc, mplayer, totem.. no luck. I remeber some time ago I managed to at least mount the dvd, but now nothing works except data-dvds.

I have a "all-in-one" type of cd-rom (dvd/cd/rw)

fstab:

/dev/cd/cdrom-sr0               /mnt/cd   auto   ro,user,noauto,unhide   0      0
/dev/cd/dvd-sr0                 /mnt/dvd  auto       ro,user,noauto,unhide   0      0

(also tried adding udf here)

Offline

#2 2007-02-26 22:26:47

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: mounting/playing DVDs

i also have been having issues with dvd reading (noticed today)
i burned the disks using k3b a few months back now nothing in arch will read some of them
while other OS's read them fine
so i wouldnt be in an all fire hurry to blame hardware
sorry i cant give any insight to your problem just thought id mention this here

Offline

#3 2007-02-27 04:43:07

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: mounting/playing DVDs

humm yes i notice that too but it seems that ogle can play the dvd correctly...just open the folder that contains all the data and ogle will read it....ive tried to play it with xine but didnt work..i


Its a sick world we live in....

Offline

#4 2007-02-27 11:50:01

lemon
Member
From: Norway
Registered: 2006-11-11
Posts: 50

Re: mounting/playing DVDs

ogle didnt work for me either, I hear my dvd-reader is working hard trying to mount the dvd but it always ends up with an error.

Offline

#5 2007-02-27 12:12:23

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: mounting/playing DVDs

If you're trying to watch a movie on a DVD, you don't have to (and shouldn't) mount it. It's the same with AudioCDs. Run "gmplayer dvd://1" and it should work.

Offline

#6 2007-02-27 19:58:33

lemon
Member
From: Norway
Registered: 2006-11-11
Posts: 50

Re: mounting/playing DVDs

nope using gmplayer dvd://1 just hangs, I guess I just have to play DVDs some other place..

Offline

#7 2007-02-28 22:56:48

matsche
Member
From: .at
Registered: 2004-04-27
Posts: 120

Re: mounting/playing DVDs

same errors here!

While booting i get this:

ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata2.00: (BMDMA stat 0x25)
ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 254 in
         res 51/51:03:00:00:00/00:00:00:00:00/a0 Emask 0x3 (HSM violation)
ata2: soft resetting port
ata2.00: revalidation failed (errno=-2)
ata2: failed to recover some devices, retrying in 5 secs
ata2: soft resetting port
ata2.00: revalidation failed (errno=-2)
ata2: failed to recover some devices, retrying in 5 secs
ata2: soft resetting port
ata2.00: revalidation failed (errno=-2)
ata2.00: disabled
ata2: EH complete
Buffer I/O error on device sr0, logical block 524224

THX!!
cu matsche

Offline

#8 2007-04-06 10:12:31

alleyoopster
Member
From: Cape Town
Registered: 2006-11-19
Posts: 95

Re: mounting/playing DVDs

I am having the same errors as matsche when booting and have no cd/dvd access. Having a look I cannot find a /dev for the cd/dvd. I am guessing this is a new kernel problem. Has anyone found a solution or any more info?

Offline

#9 2007-04-06 10:32:19

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: mounting/playing DVDs

try totem-xine


Its a sick world we live in....

Offline

#10 2007-04-06 10:53:13

alleyoopster
Member
From: Cape Town
Registered: 2006-11-19
Posts: 95

Re: mounting/playing DVDs

sickhate wrote:

try totem-xine

This won't help I cannot see the cd's. or dvd's.

Offline

#11 2007-04-06 11:53:34

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: mounting/playing DVDs

i do tongue look better


Its a sick world we live in....

Offline

#12 2007-04-10 06:00:05

Crazypu
Member
From: Italy
Registered: 2007-02-06
Posts: 70

Re: mounting/playing DVDs

I play my dvds with vlc, and it works fine wink

Offline

#13 2007-04-10 16:45:27

junglepeanut
Member
From: California
Registered: 2007-01-24
Posts: 145
Website

Re: mounting/playing DVDs

Is yours supposed to be /dev/cd/cdrom-sr0 etc. Mine are just /dev/cdrom & /dev/dvd. I use iso9660 for cds and auto for dvd.

Good luck.

Offline

#14 2007-04-10 21:55:21

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: mounting/playing DVDs

change lines in /etc/fstab
from

/dev/cd/cdrom-sr0               /mnt/cd   auto   ro,user,noauto,unhide   0      0
/dev/cd/dvd-sr0                 /mnt/dvd  auto       ro,user,noauto,unhide   0      0

to

/dev/cd/cdrom-sr0               /mnt/cd   iso9660   ro,user,noauto,unhide   0      0
/dev/cd/dvd-sr0                 /mnt/dvd  udf,iso9660        ro,user,noauto,unhide   0      0

this fixed my issues of reading some discs
something in the auto process has gone awry
the discs i burned with the same drive could not be read in the drive till i changed my /etc/fstab

Offline

#15 2007-04-11 16:30:23

matsche
Member
From: .at
Registered: 2004-04-27
Posts: 120

Re: mounting/playing DVDs

hi,
my problem is fixed in the new kernel 2.6.21

http://www.archlinux.org/~tpowa/2.6.21

i took the changes for fstab from rayjgu3

I can mount a cd and dvd but copying a file to hdd stops my system!

Last edited by matsche (2007-04-11 17:46:02)


THX!!
cu matsche

Offline

#16 2007-04-19 22:58:26

diogenes
Member
Registered: 2007-04-11
Posts: 17

Re: mounting/playing DVDs

I had the same problem, though it was just a matter of user privileges...if lemon is still having problems, maybe try running under root...

Offline

Board footer

Powered by FluxBB