> I did make identical partitions for fossil in two disks and did a dd
> copy from CDROM-booted plan9. To me it appears that I have done it
> correctly. [...] Right now, I couldnt check if /dev/fs is ready with
> mirrored partitions before fossil during boot time. I think thats
> where the problem is.
#k/fs is ready once the kernel is running. That shouldn't be the
problem.
> term% cat /dev/sdC0/fscfg
> fsdev:
> mirror fosssil /dev/sdC0/fossil /dev/sdC1/fossil
> term%
There is a typo ("fosssil"). If this typo is really in your fscfg
(and not only in the mail) this is the reason for your problem.
Heiko