From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Oiw2c-0004XC-CC for garchives@archives.gentoo.org; Tue, 10 Aug 2010 21:07:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E2FE0BB3 for ; Tue, 10 Aug 2010 21:07:21 +0000 (UTC) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by pigeon.gentoo.org (Postfix) with ESMTP id A7ED8E0B6D for ; Tue, 10 Aug 2010 20:27:28 +0000 (UTC) Received: from localhost (p50833EA1.dip.t-dialin.net [80.131.62.161]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0LlHiI-1PJd4z2uBC-00aNNf; Tue, 10 Aug 2010 22:27:28 +0200 Date: Tue, 10 Aug 2010 22:27:27 +0200 From: linux@gabriel-striewe.de To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] write failed on dvd with growisofs Message-ID: <20100810202726.GA4637@laptop.gs> Mail-Followup-To: gentoo-user@lists.gentoo.org Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Provags-ID: V02:K0:Nr+15y+9djLVgDj5qtE064RJWE+LQqd3Z3lWN1Qx/2C VFDmCCy5WxxWKWN16LmgGQHmmVLQZKkIq8yXHx6F/zdwoZ7eu6 zZI8u6Yg18U2mjCi4rTYgSUnnECxAjEo5TQqUf3OmUiPHH6pXy HSFi9J6y2VhXdCSKQElPwVVHUc98iU7bu6idnY3Hh69PLrTx4Q /cx4bwv1Mp83V3FcUwnJg== X-Archives-Salt: a677d3e4-6f85-451c-879b-9fc24909a450 X-Archives-Hash: 028cf4c95102c0d212c28b45df06c4ec Hello, I am incurring a strange problem when trying to burn DVDs. When I apply the command: # growisofs -dvd-compat -Z /dev/sr0 -R -J test/ I get the following output: Executing 'mkisofs -R -J test/ | builtin_dd of=/dev/sr0 obs=32k seek=0' Total translation table size: 0 Total rockridge attributes bytes: 273 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used 0 182 extents written (0 MB) /dev/sr0: "Current Write Speed" is 2.5x1352KBps. :-[ WRITE@LBA=0h failed with SK=5h/WRITE PROTECTED]: Input/output error :-( write failed: Input/output error I am using a kernel 2.6.33-rt from the proaudio-overlay with the new serial and parallel ATA stack, not the old deprecated ATA-stack. This is what dvd+rw-mediainfo says: INQUIRY: [SONY ][DVD RW DW-Q58A ][UFS2] GET [CURRENT] CONFIGURATION: Mounted Media: 1Bh, DVD+R Media ID: RITEK/F16 Current Write Speed: 2.4x1385=3324KB/s Write Speed #0: 2.4x1385=3324KB/s GET [CURRENT] PERFORMANCE: Write Performance: 2.4x1385=3324KB/s@[0 -> 0] Speed Descriptor#0: 00/0 R@8.0x1385=11080KB/s W@2.4x1385=3324KB/s READ DVD STRUCTURE[#0h]: Media Book Type: 00h, DVD-ROM book [revision 0] Legacy lead-out at: 2295104*2KB=4700372992 READ DISC INFORMATION: Disc status: blank Number of Sessions: 1 State of Last Session: empty "Next" Track: 1 Number of Tracks: 1 READ TRACK INFORMATION[#1]: Track State: blank Track Start Address: 0*2KB Next Writable Address: 0*2KB Free Blocks: 2295104*2KB Track Size: 2295104*2KB ROM Compatibility LBA: 265696 READ CAPACITY: 0*2048=0 Unfortunately, I reproduced this error on an non-RT 2.6.34 kernel with the same config. Anybody has got any ideas? Regards, Gabriel