You are not logged in.
Pages: 1
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
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
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
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
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
nope using gmplayer dvd://1 just hangs, I guess I just have to play DVDs some other place..
Offline
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
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
try totem-xine
Its a sick world we live in....
Offline
try totem-xine
This won't help I cannot see the cd's. or dvd's.
Offline
i do look better
Its a sick world we live in....
Offline
I play my dvds with vlc, and it works fine
Offline
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
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
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
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
Pages: 1