Hi,
I'm testing a server with a hardware raid controller 3ware 9550sxu-8lp. The arrays created are a 5 disks raid5 or 6 disks raid10 with a 64k stripe size.
I'm want to align partitions in the right way. I'm following this tutorial http://forums.freebsd.org/showpost.php?p=76148&postcount=38.
Is this tutorial adapted for a raid array like mine ?
Reading the tutorial, i'm unsure about some steps.
I don't see the fdisk step. isn't it necessary ?
About the bsdlabel step , the tutorials says :
should'n it be ?
And the last one, says :
shouldn't it be ?
I'm asking because usually I add a drive to a freebsd system this way : fdisk, bsdlabel and newfs. Am I wrong ?
Thanks,
I'm testing a server with a hardware raid controller 3ware 9550sxu-8lp. The arrays created are a 5 disks raid5 or 6 disks raid10 with a 64k stripe size.
I'm want to align partitions in the right way. I'm following this tutorial http://forums.freebsd.org/showpost.php?p=76148&postcount=38.
Is this tutorial adapted for a raid array like mine ?
Reading the tutorial, i'm unsure about some steps.
I don't see the fdisk step. isn't it necessary ?
About the bsdlabel step , the tutorials says :
Code:
bsdlabel -R /dev/ad4 datadrive.cfg
should'n it be ?
Code:
bsdlabel -R /dev/ad4[color="Red"]s1[/color] datadrive.cfg
And the last one, says :
Code:
newfs -S 4096 -b 32768 -f 4096 -O 2 -U -m 8 -o space -L datadrive /dev/ad4
shouldn't it be ?
Code:
newfs -S 4096 -b 32768 -f 4096 -O 2 -U -m 8 -o space -L datadrive /dev/ad4[color="#ff0000"]s1a[/color]
I'm asking because usually I add a drive to a freebsd system this way : fdisk, bsdlabel and newfs. Am I wrong ?
Thanks,