I'm trying to do a remote install of freebsd 8.0.
The machine has 2 hard drives of equal size and i need to get most of it in raid0.
The hosting company doesn't provide raid0 for FreeBSD so i have to do it manually. I figured the best way to do this would be to use mfsbsd. I've got mfsbsd loaded and booting, and i can ssh in. This is where i'm starting to get somewhat confuse.
I'm really not familar with fdisk in FreeBSD, i've always just used sysinstall but i'm fairly sure sysinstall will not create the layouts i need. I have 2 500 gb drives so what i'd like to do is something like:
2 slices, one small one with the rest of the space
make a gmirror on the first slice, this would have / /tmp /var /usr and such
then create a raid0 with the second, larger slices which would hold /home
could someone give me a general idea of how to do this without sysinstall?
The machine has 2 hard drives of equal size and i need to get most of it in raid0.
The hosting company doesn't provide raid0 for FreeBSD so i have to do it manually. I figured the best way to do this would be to use mfsbsd. I've got mfsbsd loaded and booting, and i can ssh in. This is where i'm starting to get somewhat confuse.
I'm really not familar with fdisk in FreeBSD, i've always just used sysinstall but i'm fairly sure sysinstall will not create the layouts i need. I have 2 500 gb drives so what i'd like to do is something like:
2 slices, one small one with the rest of the space
make a gmirror on the first slice, this would have / /tmp /var /usr and such
then create a raid0 with the second, larger slices which would hold /home
could someone give me a general idea of how to do this without sysinstall?