Hello !
I have checked the documentation for gmirror - RAID1 in handbook and it
has some minor mistakes, like
Initialize GEOM; this will load the /boot/kernel/geom_mirror.ko kernel
module:
# geom load
By my oppinion, more correct is
gmirror load or "kldload geom_mirror.ko"
Also, if you track manuals, you'll have problem with first disk, when inserting it to gm0
Output:
gmirror cannot access provider ad0
Solution was, go to boot -s ,
dd if=/dev/zero of=/dev/ad0 bs=512 count=79
and then reinsert the disk.
Many thanks,
Marko Cuk, ftp2.si.freebsd.org owner.
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"