Article 6FRFW Raid0 drives not correctly detected on debian 12.2

Raid0 drives not correctly detected on debian 12.2

by
rekotc
from LinuxQuestions.org on (#6FRFW)
Hello everybody,

I've recently updated a very old machine to Debian 12. This machine has a dual-boot setup with Windows 10.
The Windows system is installed on an RAID0 configuration (Intel softraid) on two physical drives, and it worked correctly before the update.
Now, when I run os-prober in order to detect the windows partition, I get the following:
Code:lsblk: /dev/mapper/isw_bjdgfgejcf_RAIDSTACKER*[0-9]: not a block deviceSo I run fdisk -l to check the situation (I hid the unrelated drives from the output):

Code:rekotc@QSTACKER:/dev/mapper$ sudo fdisk -l

Disk /dev/sdd: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WD5000AACS-0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x141abb57

Disk /dev/sde: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WD5000AACS-0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xacbc2e15

Device Boot Start End Sectors Size Id Type
/dev/sde1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sde2 206848 1952495352 1952288505 930,9G 7 HPFS/NTFS/exFAT
/dev/sde3 1952495616 1953529855 1034240 505M 27 Hidden NTFS WinRE

[...]

Disk /dev/mapper/isw_bjdgfgejcf_RAIDSTACKER: 931,52 GiB, 1000210694144 bytes, 1953536512 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disklabel type: dos
Disk identifier: 0xacbc2e15

Device Boot Start End Sectors Size Id Type
/dev/mapper/isw_bjdgfgejcf_RAIDSTACKER-part1 * 2048 206847 204800 100M 7 HPFS
/dev/mapper/isw_bjdgfgejcf_RAIDSTACKER-part2 206848 1952495352 1952288505 930,9G 7 HPFS
/dev/mapper/isw_bjdgfgejcf_RAIDSTACKER-part3 1952495616 1953529855 1034240 505M 27 Hidden NTFS WinUnfortunately, I cannot remember the old output for this setup, but it seems something wrong is going on here. The two drives are detected first as single drives, as /sdd and /sde, plus the /sde2 partition seems to be some kind of "raid" drive since it shows a 930,9G size. And then I have /dev/mapper/isw_bjdgfgejcf_RAIDSTACKER, which should be the actual raid0 configuration, but for some reason the disk is splitted into 3 different devices, with this "part1", "part2", "part3" added at the end of the device name.

Any hint about this? Thanks in advance.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments