From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Turmel Subject: Re: Advice requested Date: Mon, 2 Nov 2015 23:09:18 -0500 Message-ID: <5638336E.4030400@turmel.org> References: <56367C33.6060703@turmel.org> <5637842D.1070000@turmel.org> <5637BCE4.8000006@turmel.org> <5637FBAC.8000900@turmel.org> <56380690.5030600@turmel.org> <56381406.7070608@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 11:03 PM, o1bigtenor wrote: > On Mon, Nov 2, 2015 at 7:55 PM, Phil Turmel wrote: >> > Woo hoo! There's your ext4 superblock. >> > >> > Use "gdisk /dev/md0" and create a partition starting at sector 2048 and >> > occupying the rest of the array. After you save that, you may need >> > "partprobe /dev/md0" to rescan it. I specifically recommended gdisk because it works very much like fdisk, but for gpt instead of dos. I don't ever use parted or gparted, so I can't help you there. Try: man gdisk ;-) You might need "apt-get install gdisk" first. Phil