From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Turmel Subject: Re: Requesting assistance recovering RAID-5 array Date: Fri, 3 Apr 2020 16:14:46 -0400 Message-ID: References: <061b695a-2406-fc00-dd6d-9198b85f3b1b@turmel.org> <5E8485DA.2050803@youngman.org.uk> <9a303b9b-52b8-f0c6-4288-120338c6572f@turmel.org> <1f4b8c74-4c38-6ea4-6868-b28f9e5c4a10@turmel.org> <5985cc5b-a332-eb69-2d84-cb54f8f5b0fc@turmel.org> <346301ce-505f-a2df-5cda-536f3ebb9b34@turmel.org> <3f771f84-1c0d-8617-faa7-22657d9de95e@websitemanagers.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <3f771f84-1c0d-8617-faa7-22657d9de95e@websitemanagers.com.au> Content-Language: en-US Sender: linux-raid-owner@vger.kernel.org To: Adam Goryachev , Daniel Jones Cc: Wols Lists , linux-raid@vger.kernel.org List-Id: linux-raid.ids On 4/3/20 4:13 PM, Adam Goryachev wrote: > > On 4/4/20 05:43, Phil Turmel wrote: >> >> On 4/3/20 2:42 PM, Daniel Jones wrote: >>> After the "--create missing /dev/sdc1 /dev/sdd1 /dev/sde1"  and the >>> fsck, is "mdadm --manage /dev/md0 --add /dev/sdb" the correct syntax >>> for attempting to add? >> >> You can leave out "--manage".  But yes. > > I was mostly following this, but might have missed something here so > this is just a suggestion to double check.... > > If you are trying to use partitions instead of whole devices (to prevent > this happening again in future), then shouldn't you use: > > mdadm --manage /dev/md0 --add /dev/sdb1 > > ie, sdb1 not sdb.... Yes. Good catch.