From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Turmel Subject: Re: Advice requested Date: Mon, 2 Nov 2015 19:57:52 -0500 Message-ID: <56380690.5030600@turmel.org> References: <56367C33.6060703@turmel.org> <5637842D.1070000@turmel.org> <5637BCE4.8000006@turmel.org> <5637FBAC.8000900@turmel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: o1bigtenor Cc: Linux-RAID List-Id: linux-raid.ids On 11/02/2015 07:44 PM, o1bigtenor wrote: > root@debianbase:/# dd if=/dev/md0 bs=1M count=16 |hexdump -c |head -n 1000 > 0000000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 Please use a capital 'C' as the hexdump option. Hexdump collapses repeated data as a convenience ... that I was counting on. Phil