dev117 wrote:
N.C. wrote:
dev117 wrote:
N.C. wrote:
Are you sure it is EXT3 FS, no any other?
Linux can work with a lot of FSes...
I'm pretty sure it's Ext3; that's what the customer reported it as and it is recognized as Ext3 in everything I've tried.
Can you please post the result of this command:
mdadm --detail /dev/md.... ?
Janos
Since I've copied the RAID to a separate drive, it shows as "sd...". I no longer have the original machine either. I ran mdadm on sda to see the output, which was:
"dev/sda is not an md array"
"dev/sda: No md superblock found, not an md component."
Any ideas on which direction to take from here? Thanks for the input guys.
You have copied the raid (/dev/md?) to only one drive? (sda)
if yes, your array is processed allready and nothing to do more.
If you have copied the array drives to more individual drives, you should find the end of the partition.
MD superblock is on the end of the block device.
If mdadm can't find it, then it is not on the end of the device, but can be somewhere else.
(Note: there is more linux soft raid superblock version, some are in the beginning)
Another option is to copy again to drives wich matches with the original drives.
Janos