On 1/25/21 4:07 PM, Markus Egg wrote:
Hello,
I got Tumbleweed Snapshot20210115 and wanted to install it on a rather old machine with a software raid1 (UEFI raid).
On this raid some Windows 10 is already existing.
The installer of Tumbleweed Snapshot20210115 does not recognize this software raid1. It only shows single harddiscs and no raid volume.
An older snapshot 20190704 is able to see that software raid1 but I cannot do any zypper dup with that one (this version was running previously before some hardware crash).
Any help for that - either a snapshot which can handle software raid1 or some way to set zypper dup running again with the older snapshot?
BR and thanks in advance Markus
If this is windows on motherboard raid, it's probably dmraid (otherwise known as Fake RAID or BIOS RAID) -- it's not really Fake, it's just the moniker dmraid ended up with from the hardware RAID snobs... You can use # lspci -v to find the RAID controller. You can use # dmraid -r and # dmraid -s to look at existing arrays. In the past, openSUSE had the dmraid module as a normal part of the setup. I don't have tumbleweed, but that should be reasonable able to determine whether 'dm_mod' and 'dm_multipath' modules are loaded with: lsmod | grep dm Worth checking to see what RAID you have. -- David C. Rankin, J.D.,P.E.