Yes, the array is being recognized properly. The problem seems to be in the
via_read_meta() function in sys/dev/ata/ata_raid.c. Essentially, the
problem is that in the case of a striped array, the function overwrites the
total sector count of the top-level raid descriptor with the sector count of
On freebsd-stable, [EMAIL PROTECTED] (Jason Harmening) wrote:
> Here's the dmesg output from the installer:
> ad4: 70911MB at ata2-master SATA150
> ad6: 70911MB at ata3-master SATA150
> ar0: 70911MB status: READY
> ar0: disk0 READY using ad4 at ata2-master
> ar0: disk1 READY using ad6 at
Here's the dmesg output from the installer:
ad4: 70911MB at ata2-master SATA150
ad6: 70911MB at ata3-master SATA150
ar0: 70911MB status: READY
ar0: disk0 READY using ad4 at ata2-master
ar0: disk1 READY using ad6 at ata3-master
On 12/7/05, Jason Harmening <[EMAIL PROTECTED]> wrote:
>
> I'm tryi