On Thu, Oct 06, 2005 at 01:06:15PM +0200, Michele Concina wrote: > Hello! > I'm running debian amd64 unstable with kernel 2.6.12 and i'm not able to > mount my dvd-rw. > Why i try to mount it, it say to me: > > mount: wrong fs type, bad option, bad superblock on /dev/scd0 > missing codepage or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > The output of "dmesg | tail" is: > > sr0: rw=0, want=653152, limit=4 > attempt to access beyond end of device > sr0: rw=0, want=652128, limit=4 > attempt to access beyond end of device > sr0: rw=0, want=651904, limit=4 > attempt to access beyond end of device > sr0: rw=0, want=1252, limit=4 > attempt to access beyond end of device > sr0: rw=0, want=1028, limit=4 > UDF-fs: No partition found (1) > > My fstab is: > > # <file system> <mount point> <type> <options> <dump> <pass> > proc /proc proc defaults 0 0 > /dev/sda1 / ext3 defaults,errors=remount-ro 0 1 > /dev/sda6 /home ext3 defaults 0 2 > /dev/sda5 none swap sw 0 0 > /dev/scd1 /media/dvd iso9660,udf ro,user,noauto 0 0 > /dev/scd0 /media/dvdrw iso9660,udf ro,user,noauto 0 0 > /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 > /dev/sdc1 /media/kusb vfat rw,user,noauto 0 0 > /dev/sdb1 /media/kusb2 vfat rw,user,noauto 0 0 > /dev/sdd1 /media/kusb3 vfat rw,user,noauto 0 0 > > I don't know if it's useful, but if i open k3b it recognize both the dvd > and the dvd-rw as burners.
ide-scsi is deprecated and not very reliable in 2.6. Use ide-cd access instead. That works for me at least. Could also be a badly burned DVD of course. Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

