On 9-10-12 12:46 AM, Massimo Gais wrote:
I think all what is missing in order to access the ext4 filesystem is the md superblock, but what can I do to recreate it?
If you know where the ext4 filesystem starts, and you just want to access it, then why not use a loopback device with an offset to get at the filesystem ?
Something like losetup -o <offset-of-ext4-fs> /dev/loop0 /dev/sdd5 mount -text4 -o ro /dev/loop0 /mnt Mike. -- 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