Francois Barre wrote:
What are you expecting fdisk to tell you?  fdisk lists partitions and
I suspect you didn't have any partitions on /dev/md0
More likely you want something like
   fsck -n -f /dev/md0

and see which one produces the least noise.

Maybe a simple file -s /dev/md0 could do the trick, and would only
produce output different from the mere "data" when the good
configuration is found...

More likely to produce an output whenever the 1st disk in the array is in the right place as it will just look at the 1st couple of sectors for the superblock.

I'd go with the fsck idea as it will try to inspect the rest of the filesystem 
also.

Brad
--
"Human beings, who are almost unique in having the ability
to learn from the experience of others, are also remarkable
for their apparent disinclination to do so." -- Douglas Adams
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to