problem mounting dvd-rw

2005-10-06 Thread Michele Concina

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   procdefaults0   0
/dev/sda1  /   ext3defaults,errors=remount-ro 01
/dev/sda6   /home   ext3defaults0   2
/dev/sda5   noneswapsw  0   0
/dev/scd1   /media/dvdiso9660,udf  ro,user,noauto  0   0
/dev/scd0   /media/dvdrw  iso9660,udf ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/sdc1   /media/kusb vfatrw,user,noauto  0   0
/dev/sdb1   /media/kusb2vfatrw,user,noauto  0   0
/dev/sdd1   /media/kusb3vfatrw,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.

Thank you for any suggestion,
michele


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem mounting dvd-rw

2005-10-06 Thread Jean-Luc Coulon (f5ibh)

Le 06.10.2005 13:06:15, Michele Concina a écrit :

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


which kind of disk/dvd is inside the drive when you want to mount it?



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   procdefaults0   0
/dev/sda1  /   ext3defaults,errors=remount-ro 0
1

/dev/sda6   /home   ext3defaults0   2
/dev/sda5   noneswapsw  0   0
/dev/scd1   /media/dvdiso9660,udf  ro,user,noauto  0   0
/dev/scd0   /media/dvdrw  iso9660,udf ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/sdc1   /media/kusb vfatrw,user,noauto  0   0
/dev/sdb1   /media/kusb2vfatrw,user,noauto  0   0
/dev/sdd1   /media/kusb3vfatrw,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.

Thank you for any suggestion,
michele



Jean-Luc


pgpfLcMEmDzVH.pgp
Description: PGP signature


Re: problem mounting dvd-rw

2005-10-06 Thread Hamish Moffatt
On Thu, Oct 06, 2005 at 01:06:15PM +0200, Michele Concina wrote:
 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:
   
   UDF-fs: No partition found (1)

What if you try iso9660 only as in

mount -t iso9660 /dev/scd0 /media/dvdrw

?

Maybe the disk is bad? Is it all disks?

Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem mounting dvd-rw

2005-10-06 Thread Jo Shields

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   procdefaults0   0
/dev/sda1  /   ext3defaults,errors=remount-ro 01
/dev/sda6   /home   ext3defaults0   2
/dev/sda5   noneswapsw  0   0
/dev/scd1   /media/dvdiso9660,udf  ro,user,noauto  0   0
/dev/scd0   /media/dvdrw  iso9660,udf ro,user,noauto  0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0
/dev/sdc1   /media/kusb vfatrw,user,noauto  0   0
/dev/sdb1   /media/kusb2vfatrw,user,noauto  0   0
/dev/sdd1   /media/kusb3vfatrw,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.

Thank you for any suggestion,
michele


Is it really a SCSI DVD writer? There have been many problems lately 
with people whose IDE writers have been claimed by ide-scsi (broken in 
2.6 kernels) instead of ide-cd


--Jo Shields


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem mounting dvd-rw

2005-10-06 Thread Michele Concina

Jean-Luc Coulon (f5ibh) wrote:


which kind of disk/dvd is inside the drive when you want to mount it?


A normal data cd..it's not that, i know coze with the dvd works properly


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem mounting dvd-rw

2005-10-06 Thread Michele Concina

Hamish Moffatt wrote:


What if you try iso9660 only as in

mount -t iso9660 /dev/scd0 /media/dvdrw


same error but now dmesg says:

attempt to access beyond end of device
sr0: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16



Maybe the disk is bad? Is it all disks?


The disk is ok..it makes the same with all disks


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem mounting dvd-rw

2005-10-06 Thread Michele Concina

Jo Shields wrote:

Is it really a SCSI DVD writer? There have been many problems lately 
with people whose IDE writers have been claimed by ide-scsi (broken in 
2.6 kernels) instead of ide-cd


--Jo Shields


No, but kernel automatically used scsi emulation..should i remove it? If 
yes, how?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem mounting dvd-rw

2005-10-06 Thread Jo Shields

Michele Concina wrote:


Jo Shields wrote:

Is it really a SCSI DVD writer? There have been many problems lately 
with people whose IDE writers have been claimed by ide-scsi (broken 
in 2.6 kernels) instead of ide-cd


--Jo Shields



No, but kernel automatically used scsi emulation..should i remove it? 
If yes, how?



You should definitely not be using ide-scsi

Paste the content of your /etc/modules file.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem mounting dvd-rw

2005-10-06 Thread Lennart Sorensen
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   procdefaults0   0
 /dev/sda1  /   ext3defaults,errors=remount-ro 01
 /dev/sda6   /home   ext3defaults0   2
 /dev/sda5   noneswapsw  0   0
 /dev/scd1   /media/dvdiso9660,udf  ro,user,noauto  0   0
 /dev/scd0   /media/dvdrw  iso9660,udf ro,user,noauto  0   0
 /dev/fd0/media/floppy0  autorw,user,noauto  0   0
 /dev/sdc1   /media/kusb vfatrw,user,noauto  0   0
 /dev/sdb1   /media/kusb2vfatrw,user,noauto  0   0
 /dev/sdd1   /media/kusb3vfatrw,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]



Re: problem mounting dvd-rw

2005-10-06 Thread Lennart Sorensen
On Thu, Oct 06, 2005 at 02:40:03PM +0200, Michele Concina wrote:
 A normal data cd..it's not that, i know coze with the dvd works properly

You should not use udf to mount a cd.  Use iso9660 filesystem instead.

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]