From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-164513-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84817138CD1 for <garchives@archives.gentoo.org>; Tue, 26 May 2015 18:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE34CE08D4; Tue, 26 May 2015 18:26:17 +0000 (UTC) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9E54E0885 for <gentoo-user@lists.gentoo.org>; Tue, 26 May 2015 18:26:16 +0000 (UTC) Received: by wicmc15 with SMTP id mc15so72881271wic.1 for <gentoo-user@lists.gentoo.org>; Tue, 26 May 2015 11:26:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=aI4EKb3ndTWrCcSDjBIKbv/HbqIN4vd3FPhYWka9wl8=; b=SAbDragNCdv3AXaQzdpHFTndPfVryhj8UnJ54CqO/TIwtEwL9b2zWNdyOCThg9RLGb WIiOOC8ldbO8ftsIYIY/41n7JmXkpZ7kGhq+CTkkHeKvuts5ZuFg60waw+k4YfMAf7lD D+ngIN/UP/rukBJO8SJMbv4lsml/TTLAPBuO+PK6sbyAiuYbdC/uw0gYkjYxIXWdCja1 5E51qoB0tuBcdVgkp6jKMtOrZ0mwXcIvJnMv+HGoj0cFKMcDbksMdanZhO0788u3PVM2 DK2jbgrYOSKqdpgpeV6UL4J9zOhCM4BSzj/noy+1Lm+vV/6pEBFCXsyRhol9omXvfEIr 8ucA== X-Received: by 10.194.249.196 with SMTP id yw4mr4759601wjc.144.1432664775467; Tue, 26 May 2015 11:26:15 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by mx.google.com with ESMTPSA id pg1sm11826622wjb.39.2015.05.26.11.26.14 for <gentoo-user@lists.gentoo.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 May 2015 11:26:14 -0700 (PDT) From: Mick <michaelkintzios@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] having problems getting burned cds to work Date: Tue, 26 May 2015 19:25:56 +0100 User-Agent: KMail/1.13.7 (Linux/3.18.12-gentoo; KDE/4.14.3; x86_64; ; ) References: <16497.1432607259@ccs.covici.com> <31114.1432635423@ccs.covici.com> <20150526132156.0e3d62f1@digimed.co.uk> In-Reply-To: <20150526132156.0e3d62f1@digimed.co.uk> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5827465.NFkhsK0NoM"; protocol="application/pgp-signature"; micalg=pgp-sha256 Content-Transfer-Encoding: 7bit Message-Id: <201505261926.10068.michaelkintzios@gmail.com> X-Archives-Salt: df85d59e-a490-4e42-b75e-274b7b5bd4d1 X-Archives-Hash: e89ffad8b0f52777a353b484db566628 --nextPart5827465.NFkhsK0NoM Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tuesday 26 May 2015 13:21:56 Neil Bothwick wrote: > On Tue, 26 May 2015 06:17:03 -0400, covici@ccs.covici.com wrote: > > > What does "isoinfo -d -i /path/to/file.iso" say about it? > >=20 > > No, udf says no partition or some such, and iso-info gives > >=20 > > ISO 9660 image: /audio/grml/grml64-full_2014.11.iso > > Preparer : XORRISO-1.2.2 2012.04.02.133001, LIBISOBURN-1.2.2, > > LIBISOFS-1.2.2, LIBBURN-1.2.2 > > Publisher : grml-live | grml.org > > Volume : grml64-full 2014.11 > > Joliet Level: 3 >=20 > isoinfo, not iso-info. The former gives more information. Also, confirm that a)the downloaded iso file and b)the CD is not corrupt. = =46or=20 the iso file run: sha1sum somefile.iso=20 and check that it matches the sha1 checksum published at the website. =46or the CD run: ls -l somefile.iso to find how big the is file, for example 650,000,000 bytes. Then run: dd if=3D/dev/sr0 bs=3D2048 count=3D650000000 | sha1sum (This is necessary to exclude any code after the end of the iso content whi= ch=20 the cdrecord will write on the CD to close the recording session). Even if a sha1 or md5 hash is not available from the website, you can at le= ast=20 compare the two hashes between the iso file and the CD. =2D-=20 Regards, Mick --nextPart5827465.NFkhsK0NoM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJVZLrCAAoJELAdA+zwE4Ye3AoIALWCPQsMwTm5drQuWwoWfM7h zRS9YLy4CdLwGVoCDcIF8+nh1M/cs43lsu35Xv4pTA+Lgy6sljV121UGgo8PAHcS fUCUOc9AqZEZJRybQDjBpNxmM3Lr2xk+FQLuP+gNe9dpUsctsL2dKMy0ecdlZfKs 4gPU5Q9rBT7FPZVEYdbBM7bdgACn9T1EejFFmTprjEq5l+aT8krEnOC39rg5/1w7 ZxrAPAHUkUhueLEdeJpHCc6Q7C8khwIDzYJtfyt04uMCyTHDG/mpjpXZ4KeK8nBJ shv6l1+meSNK1WjBDs+AdUrJ9bSE40wMjstyddvDCK3SRONpoenscdQdZ1iLsN0= =azra -----END PGP SIGNATURE----- --nextPart5827465.NFkhsK0NoM--