Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Intel C600/X79 management

Need help with peripherals or devices?
Post Reply
Message
Author
m7h6n
Posts: 1
Joined: 2024-03-03 20:51

Intel C600/X79 management

#1 Post by m7h6n »

Hello,

I'm facing an issue where my firmware RAID 5 setup using an Intel C600/X79 series SATA RAID Controller isn't recognized correctly by Debian GNU/Linux 12 (Bookworm). Despite configuring RAID 5 in BIOS, Debian sees my six 4TB disks as separate entities (sda to sdf) rather than a single RAID unit.
lsblk output :

Code: Select all

NAME                          MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda                             8:0    0   3.6T  0 disk
sdb                             8:16   0   3.6T  0 disk
sdc                             8:32   0   3.6T  0 disk
sdd                             8:48   0   3.6T  0 disk
sde                             8:64   0   3.6T  0 disk
sdf                             8:80   0   3.6T  0 disk
nvme0n1                       259:0    0 232.9G  0 disk
|-nvme0n1p1                   259:1    0   487M  0 part  /boot
|-nvme0n1p2                   259:2    0     1K  0 part
`-nvme0n1p5                   259:3    0 232.4G  0 part
  `-nvme0n1p5_crypt           254:0    0 232.4G  0 crypt
    |-domain--vg-root   254:1    0  23.3G  0 lvm   /
    |-domain--vg-var    254:2    0   9.3G  0 lvm   /var
    |-domain--vg-swap_1 254:3    0   976M  0 lvm   [SWAP]
    |-domain--vg-tmp    254:4    0   1.9G  0 lvm   /tmp
    `-domain--vg-home   254:5    0 196.9G  0 lvm   /home
System details:

Motherboard: ASRock E3C226D2I, UEFI-[Legacy]: American Megatrends v: P3.30 date: 06/04/2015
CPU: Intel Xeon E3-1220L v3
RAID Controller: Intel C600/X79 series, using the ahci driver
Kernel: 6.1.0-18-amd64
Disks: 6x Seagate 4TB

I've looked into solutions, including mdadm, but it seems the ahci driver is being used instead of a specific RAID driver. I understand Debian wasn't explicitly listed among the supported OS by my motherboard, but I was hoping to find a way to make the hardware RAID recognized properly under Debian.

Any suggestions or similar experiences ?

Thank you in advance!
Last edited by m7h6n on 2024-03-04 07:58, edited 2 times in total.

CwF
Global Moderator
Global Moderator
Posts: 2719
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 201 times

Re: Intel C600/X79 management

#2 Post by CwF »

I do believe that mdadm would utilize the standard ahci driver.

You would need to change the bios settings.

It's 'firmware raid', not hardware.

Post Reply