Kind day.
I am sorry for possible errors in English.
I create RAID10 through gmirror and gstripe on one of the variants found at a forum.
1) I Create two slice the first in the size 100mb, the second other size. On the first there will be /boot with load records, and on the second a system ([cmd=]fdisk -i/dev/da0[/cmd][cmd=]fdisk -i/dev/da1[/cmd][cmd=]fdisk -i/dev/da2[/cmd][cmd=]fdisk -i/dev/da3[/cmd])
2) [cmd=]sysctl kern.geom.debugflags=17[/cmd]
3) [cmd=]kldload geom_mirror_load.ko[/cmd]
4) [cmd=]gmirror label -vb round-robin gm0 /dev/da0s1 /dev/da1s1 /dev/da2s1 /dev/da3s1[/cmd]
5) [cmd=]bsdlabel -bW /dev/mirror/gm0[/cmd]
6) [cmd=]bsdlabel -e /dev/mirror/gm0[/cmd]
section an instead of "unused" I enter "4.2BSD"
7) [cmd=]bsdlabel -B/dev/mirror/gm0[/cmd][cmd=]boot0cfg -B /dev/mirror/gm0[/cmd]
8) [cmd=]newfs /dev/mirror/gm0[/cmd][cmd=]fsck -t ufs /dev/mirror/gm0[/cmd]
9) I copy from working system the directory /boot on new section
At reboot boot1 procedure cannot boot with da0 a disk. An error
Attempts to substitute to it a correct disk and section, return the same error: "not ufs".
Prompt, please, in what I was mistaken.
I am sorry for possible errors in English.
I create RAID10 through gmirror and gstripe on one of the variants found at a forum.
1) I Create two slice the first in the size 100mb, the second other size. On the first there will be /boot with load records, and on the second a system ([cmd=]fdisk -i/dev/da0[/cmd][cmd=]fdisk -i/dev/da1[/cmd][cmd=]fdisk -i/dev/da2[/cmd][cmd=]fdisk -i/dev/da3[/cmd])
2) [cmd=]sysctl kern.geom.debugflags=17[/cmd]
3) [cmd=]kldload geom_mirror_load.ko[/cmd]
4) [cmd=]gmirror label -vb round-robin gm0 /dev/da0s1 /dev/da1s1 /dev/da2s1 /dev/da3s1[/cmd]
5) [cmd=]bsdlabel -bW /dev/mirror/gm0[/cmd]
6) [cmd=]bsdlabel -e /dev/mirror/gm0[/cmd]
section an instead of "unused" I enter "4.2BSD"
7) [cmd=]bsdlabel -B/dev/mirror/gm0[/cmd][cmd=]boot0cfg -B /dev/mirror/gm0[/cmd]
8) [cmd=]newfs /dev/mirror/gm0[/cmd][cmd=]fsck -t ufs /dev/mirror/gm0[/cmd]
9) I copy from working system the directory /boot on new section
At reboot boot1 procedure cannot boot with da0 a disk. An error
Code:
"Not Ufs
No/boot/loader"
Attempts to substitute to it a correct disk and section, return the same error: "not ufs".
Prompt, please, in what I was mistaken.