A recent Ubuntu server reboot caused two of the SOFT RAID5 disk (/dev/sdd and /dev/sdf) losing its partition table (/dev/sdd1 and /dev/sdf1), I have tried to use R-Studio that can directly connect to the drive image and R-Studio scan can see the file system. there is a good chance the RAID data is still there on the disk just I cannot access it.
Assuming the disk RAID data is store there, if I can figure out a way to get the partition table back by cloning the partition table from other RAID member disk in the RAID (/dev/sda, /dev/sdb, /dev/sdc, identical model size) using the sfdisk command to this disk, will it 1) destroy/touch the RAID data on /dev/sdd 2) make mdadm assemble still able to use the data on the "new" /dev/sdd1 partition?