Hi,
I want build soft-raid1 before installing system and boot from them.
In fixed shell:
1. kldload /..../ccd.ko
2. disklabel -r -w ad4 auto
3. disklabel -r -w ad6 auto
4. change EDITOR env
5. disklabel -e ad4
(copy partition c to e, change fstype to 4.2BSD)
6. disklabel -e ad6
(copy partition c to e, change fstype to 4.2BSD)
7. ccdconfig ccd0 32 4 /dev/ad4e /dev/ad6e
(for mirroring)
I can't install system in ccd0 drive, because sysinstall can't see
ccd0.
How can i install system in ccd0.
Best Regards,