Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2005 11:40:51 +0200
From:      Marko Cuk <cuk@cuk.nu>
To:        doc@FreeBSD.org
Subject:   RAID1 gmirror in handbook 
Message-ID:  <435614A3.6090807@cuk.nu>

next in thread | raw e-mail | index | archive | help
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.







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?435614A3.6090807>