From owner-freebsd-questions@FreeBSD.ORG Sat Dec 29 23:36:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C76316A418 for ; Sat, 29 Dec 2007 23:36:05 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id D9C8513C4D3 for ; Sat, 29 Dec 2007 23:36:04 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so2645991uge.37 for ; Sat, 29 Dec 2007 15:36:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:x-operating-system:user-agent; bh=ygLu9IuXrT25BB6Cu1kNdlycWb99Eu7K6KBihgAifgQ=; b=I+ub/eWSgYYkvhUOJyMhLUMqgMlbTe/dSUnWyZ+kEsT6CEbfIbL1yBza9lWzd+gSdIXldQVJc7YiZqgUwU0KnlGMVA81CJ+MyKujyY6oTdLGk3JX3wMv8rd0HqdgQlZH2h45cheBQ6e9s45EqVzRhUugh4oAiwvWQJcRV8ecOzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:x-operating-system:user-agent; b=UnYRh47MS9tXDxcog2EZMe/aXGAxQwpVnYrn8DujMX+CySq1iP13kHbObDwb7+zd+QY7pDGStK8zAFdPS3aah51zCdJLVlKCuBKa67icvinC55UuzDo7KYcR34qu36LPpWNDy/n1o10mspmnG6kLWCzrId3NlyYDSTC7ZWzpHRg= Received: by 10.67.122.12 with SMTP id z12mr9892732ugm.18.1198971363619; Sat, 29 Dec 2007 15:36:03 -0800 (PST) Received: from gauss.sanabria.es ( [81.32.247.214]) by mx.google.com with ESMTPS id g11sm5450061gve.15.2007.12.29.15.36.01 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 29 Dec 2007 15:36:02 -0800 (PST) Received: by gauss.sanabria.es (Postfix, from userid 1001) id 2C55C32D; Sun, 30 Dec 2007 00:35:58 +0100 (CET) Date: Sun, 30 Dec 2007 00:35:58 +0100 From: Jose Garcia Juanino To: freebsd-questions@freebsd.org Message-ID: <20071229233558.GB1034@gauss.sanabria.es> Mail-Followup-To: freebsd-questions@freebsd.org References: <200712291541.34266.af300wsm@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="61jdw2sOBCFtR2d/" Content-Disposition: inline In-Reply-To: <200712291541.34266.af300wsm@gmail.com> X-Operating-System: FreeBSD 7.0-BETA4 User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: Still having problems burning DVDs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 23:36:05 -0000 --61jdw2sOBCFtR2d/ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable El s=E1bado 29 de diciembre a las 23:41:34 CET, Andrew Falanga escribi=F3: > Ok, >=20 > Thanks to the help of earlier posts (a couple of weeks ago), using > "kldload atapicam" now allows for the scsi ioctls on my IDE CD/DVD > burner. >=20 > However, when I do the following: >=20 > growisofs -Z /dev/cd0 -dvd-video /usr/local/dvds/whereisGod1.iso >=20 > I get this output: > Executing 'mkisofs -dvd-video /usr/local/dvds/whereisGod1.iso | builtin_d= d=20 > of=3D/dev/pass0 obs=3D32k seek=3D0' > mkisofs: Value too large to be stored in data type.=20 > File /usr/local/dvds/whereisGod1.iso is too large - ignoring > mkisofs: Unable to make a DVD-Video image. > :-( write failed: Input/output error >=20 >=20 > Now, what is causing this? The command I'm using is right off of the han= dbook=20 > for creating DVD video: =20 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.h= tml >=20 > And the size of this file is: >=20 > -rw-r--r-- 1 root wheel 4317872128 Nov 21 16:30 whereisGod1.iso >=20 >=20 > That's slightly smaller than the 4.7 gb that the DVD+R says it will hold.= =20 > Please keep in mind that this iso file I've made is from doing: >=20 > cp /dev/acd0 /usr/local/dvds/whereisGod1.iso I think it should be: dd if=3D/dev/acd0 of=3D/usr/local/dvds/whereisGod1.iso bs=3D2048 Check whether the output of "file whereisGod1.iso" is "ISO 9660 CD-ROM filesystem data" or similar. Regards --61jdw2sOBCFtR2d/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHdtneFOo0zaS9RnIRAsBqAKCZ9GpT7k4OlzwhbXGvs9QFcHlJdACcDp7O LqWZWFEn+BcShGLkf16b6To= =V1a2 -----END PGP SIGNATURE----- --61jdw2sOBCFtR2d/--