-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04.1 5.4.0-42-generic Not seeing drives in RAID #30
Comments
Looks like you need anther type of drivers. Is AMD providing any for you?
|
this chipset is supported by the dmraid driver. I had this controller on my previous Extreme 9 mobo. You will most likely need to look under /dev/mapper for your array. it should start with pdc_ and have some sort of string of characters after it(ex: pdc_abcdefg). During install you will need to open a terminal and do:
and then start the installation as usual. I "believe"(as its been a long time since i've dealt with this controller chipset) that the installer "should" recognize the array disk. Please note however i could be wrong. If i am wrong then you will need to do a manual partition and during that phase you will be able to setup your array. when asked where to install the bootloader be sure to select your array device and not any single disk or partition. you want the "block device" offered by the controller. |
Please, take a look at #44 |
I'm on impish (21.10) and have a supported device? [ 1.045489] <5>rcraid_probe_one: vendor = 0x1022 device 0x7916 @MarkLTZ I see you've jacked multiple issue threads to reference yours: If dmraid works for it, perhaps that's how I got it working before? |
I closed my fork because it does not work for NVMe RAID due an incompatible with x470/x570 amd chipsets. New version provided from AMD does not support these chipsets. To use this driver on impish I think you should compile from source the driver provided by @thopiekar on your OS |
The PPA for ubuntu dkms module supports impish, it doesn't work tho. |
Issue
I am using Ubuntu 20.04.1 with Kernel 5.4.0-42-generic. The main OS is installed on an SSD connected to an ASUS AHCI SATA Controller.
I have installed 2 3TB drives which are connected to the AMD Raid controller and have been configured in the Option ROM as a single Raid1 3TB LD.
I am attempting to use the 3TB LD as storage and
/home
; however, I am unable to see anything in Ubuntu other than the two 2.99TB devices independently.Setup
System
Motherboard
SATA Controllers
rcraid
I have installed
rcraid
andrcraid-dkms
dmesg
lsblk
lsmod
rcadm
I installed the RAIDXpress software and ran
rcadm
but got an error that no controllers were found./etc/default/grub
I'm not sure what to do or how to get the raid controller to be recognized. If anyone has any thoughts or ideas, I'm all ears!
The text was updated successfully, but these errors were encountered: