On 07/20/2016 10:00 PM, Bhatia Amit wrote: > > >> I'm not sure if this is supported, by try specifying the version along >> with --examine for each of v0.90, v1.0, v1.1, and v1.2 to see if any >> difference shows. Paste the results from each. > > > Hi Phil > > Only metadata v1.0 seems to be valid for sdc4. Hmm. I'm stumped. The only thing left that I'd try is to hexdump search the partition looking for an ext4 magic signature. That would give us a clue. { Fair warning: this doesn't often end well. } To find possible ext4 signatures, use this: hexdump -C /dev/sdc4 |egrep '^[0-9a-f]+30 .+ 53 ef' >sb.lst Not all of them will be superblocks, of course, but that will give addresses that can be more closely examined. Paste the first hundred or so matches in your reply. Phil -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html