Comments on: Creating RAID 5 (Striping with Distributed Parity) in Linux – Part 4 https://www.tecmint.com/create-raid-5-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 18 Oct 2021 01:20:19 +0000 hourly 1 By: Jared https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1610456 Mon, 18 Oct 2021 01:20:19 +0000 http://www.tecmint.com/?p=9738#comment-1610456 After following this guide my machine will now not boot.

I have to wipe the OS and start all over with my NAS setup.

If you are setting up on Debian 10, avoid this guide.

There are too many errors and differences in commands.

]]>
By: Jared https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1610418 Mon, 18 Oct 2021 00:42:39 +0000 http://www.tecmint.com/?p=9738#comment-1610418 In reply to Steven G.

I am using Debian 10 (buster) and i also show “/etc/mdadm/mdadm.conf” but even when i correct the command to run:

$ sudo mdadm --detail --scan --verbose >> sudo /etc/mdadm/mdadm.conf

I get the following error:

mdadm: /etc/mdadm/mdadm.conf does not appear to be an md device

This guide has been very helpful and I’m so close to the finish line I just need help on this last step.

Can anyone guide me in the right direction?

]]>
By: ThankYOU https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1568615 Sun, 15 Aug 2021 16:46:48 +0000 http://www.tecmint.com/?p=9738#comment-1568615 Hey, Creator of this tutorial…

Please correct your TYPOS!!!!!

in the comments and also on this site they needed to correct YOUR tutorial typos!!!!

CORRECT IT PLEASE as it is on the top search engines so noobs like me DONT HAVE TO INVESTIGATE FURTHER!!!!

]]>
By: Ian! Allen https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1532002 Mon, 28 Jun 2021 17:57:26 +0000 http://www.tecmint.com/?p=9738#comment-1532002 On this page – https://www.tecmint.com/create-raid-5-in-linux/

You have multiple errors.

1. Change this error:

# mdadm -E /dev/sd[b-c]

to this correction:

# mdadm -E /dev/sd[b-d]

2. Change these argument syntax errors:

-l=5 -n=3  to -l 5 -n 3
]]>
By: Robert https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1364276 Tue, 15 Sep 2020 17:46:32 +0000 http://www.tecmint.com/?p=9738#comment-1364276 Sorry, your short command is wrong!

‘mdadm -C /dev/md0 -l=5 -n=3 /dev/sd[b-d]1’ <== wrong
'mdadm -C /dev/md0 -l 5 -n 3 /dev/sd[b-d]1' <== right!!! = is only for long version

]]>