From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Fri, 11 Dec 2015 15:34:36 +0100 (CET) Received: by wmec201 with SMTP id c201so72729849wme.1 for ; Fri, 11 Dec 2015 06:34:36 -0800 (PST) References: <1308232842.375292.1449777297163.JavaMail.yahoo@mail.yahoo.com> From: Milan Broz Message-ID: <566ADEFA.7090509@gmail.com> Date: Fri, 11 Dec 2015 15:34:34 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [dm-crypt] Fwd: Cannot wipe header on device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Lu=c3=ads_de_Sousa?= , dm-crypt@saout.de On 12/11/2015 03:09 PM, Luís de Sousa wrote: > On 10 December 2015 at 20:54, H McCurdy wrote: >> >> The question is what happens if you try to write many zeros to the device. >> Does it work or does it throw an error? >> >> dd if=/dev/zero of=/dev/sdb1 bs=4096 count=2500 conv=sync >> > > Hello again, > > The dd command goes on ok, but still the cryptsetup initialisation > fails - and with the same error (see below). > > I start suspecting this is an issue with the hardware itself. Are > there other tests I could conduct? > > Thank you, > > Luís > > > $ sudo dd if=/dev/zero of=/dev/sdb1 bs=4096 count=2500 conv=sync > 2500+0 records in > 2500+0 records out > 10240000 bytes (10 MB) copied, 0.579948 s, 17.7 MB/s Could you please try to add to dd command: oflag=direct and try it again? Milan