Here is the original post
There is very ancient post on this forum about adding / creating new RAID5 using EXISTING data on non RAID5 partition. I ASSUME the discussion was pertaining to HARDWARE RAID5. Can I add / create / build RAID5 partitions using SOFTWARE RAID5 using exiting data on one partition? I am familiar with Linux "mdadm".
Edit Dec 7
And here is the repeat of the title and my question.
Would it be possible for somebody to actually answer the question?
I have a partition containing data and I DO NOT WANT TO LOOSE SUCH DATA.
How do I
create RAID using the existing partition ?
Prefer RAID5 , but can do ( verified in mdadm) RAID6.
Here is a actual command I used to get a partial copy of ONE partition of the original RAID5 I am trying to restore.
( I'll make another dd copy into BIGGER partition, no problem )
nov25-1@nov251-desktop:~$ sudo dd if=/dev/sdb4 of=/dev/sdf11
dd: writing to '/dev/sdf11': No space left on device
301840385+0 records in
301840384+0 records out
154542276608 bytes (155 GB, 144 GiB) copied, 19143.6 s, 8.1 MB/s
nov25-1@nov251-desktop:~$
What is my NEXT step - using mdadm?
I do not need "how to RAID" references , I am asking for ACTUAL, NEXT step to proceed.