From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Sat, 26 Sep 2015 15:12:59 +0200 (CEST) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZfpHc-0002zQ-9f for dm-crypt@saout.de; Sat, 26 Sep 2015 15:12:56 +0200 Received: from c-50-158-72-35.hsd1.il.comcast.net ([50.158.72.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Sep 2015 15:12:56 +0200 Received: from rnicholsNOSPAM by c-50-158-72-35.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Sep 2015 15:12:56 +0200 From: Robert Nichols Date: Sat, 26 Sep 2015 08:12:42 -0500 Message-ID: References: <20150925173316.GA32719@manjaro.chello.hu> <20150925194446.GZ14230@yeono.kjorling.se> <20150925214834.GA5103@manjaro.chello.hu> <20150925222410.GD14230@yeono.kjorling.se> <20150926071456.GA25267@manjaro.chello.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <20150926071456.GA25267@manjaro.chello.hu> Subject: Re: [dm-crypt] Basics List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 09/26/2015 02:14 AM, Mike Nagie wrote: > According to the ArchWiki, the dd block size could be larger than > default. It comes from this that the upper command may exit before > wiping the last blocks if a larger block size is used. How could > I prevent this or make sure everything is overwritten? You don't need to worry about that. dd will write the final, partial block, and the final report will say "xxxx+1 records out", indicating that 1 partial block was written. -- Bob Nichols "NOSPAM" is really part of my email address. Do NOT delete it.