Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Can I create raid 5 staring with 2hdd?

October 8th, 2021, 7:57

From my understating, raid 5 allow 1 hdd failure.

If I have an old 8TB hdd, I want to increase volume without erase the data.

Can I get another 2 new 8TB hdd, then create raid 5 with 2 new hdd, than copy the data from my old hdd, finally erase the old hdd and add the old hdd to the raid 5?

Re: Can I create raid 5 staring with 2hdd?

October 9th, 2021, 10:00

Nope...

Re: Can I create raid 5 staring with 2hdd?

October 10th, 2021, 3:30

hlhp_verehan wrote:From my understating, raid 5 allow 1 hdd failure.

If I have an old 8TB hdd, I want to increase volume without erase the data.

Can I get another 2 new 8TB hdd, then create raid 5 with 2 new hdd, than copy the data from my old hdd, finally erase the old hdd and add the old hdd to the raid 5?


Minimum 3 drives to create RAID5
but you can do RAID1 mirror with 2 drives

Re: Can I create raid 5 staring with 2hdd?

October 10th, 2021, 5:04

Create a virtual RAID 5 in DMDE using 2 physical drives and a NULL disk. Copy Sectors from the old 8TB drive to the virtual RAID. Then you will have a degraded RAID. I'm not sure how you would proceed from here, though.

Re: Can I create raid 5 staring with 2hdd?

October 10th, 2021, 10:45

Thank you for the replies.
I am running out of space, so RAID1 is not my option.
After checking DMDE, it is a bit complicated, I afraid I messy up my data.
I think I just using Symbolic link to workaround for now.

Re: Can I create raid 5 staring with 2hdd?

October 11th, 2021, 10:50

The same thing mentioned by @fzabkar can be done using mdadm under linux, if you are OK with software raid. But that will be way more complicated.
Post a reply