Please advise what is the best way to create linux software raid image with dd?
/dev/md0 consists of /dev/sda & /dev/sdb.
- I ran dd if=/dev/sda of=sda.img same for sdb
- Restored on the remote system
- Restored MBR
- Now I'm getting some error that could be fixed with FSCK.
I wonder if there is a better way of doing it? on the running system though...
Thanks in advance