Questions tagged [dmraid]

A tool to manage BIOS-driven Fake RAID which is managed by the dmraid tool. It is useful when sharing volumes between Linux and Windows, for example.

Fake RAID is software RAID provided by the BIOS on the motherboard.

It's up to debate whether fake RAID has any performance advantage over Linux Software RAID (MD) since it's still delegated to the CPU. The best advantage it has is sharing the volumes between multiple OSs that also support this metadata, e.g. Windows. Depending on the actual fake RAID metadata format, it may be portable to other systems.

dmraid -l

asr     : Adaptec HostRAID ASR (0,1,10)
ddf1    : SNIA DDF1 (0,1,4,5,linear)
hpt37x  : Highpoint HPT37X (S,0,1,10,01)
hpt45x  : Highpoint HPT45X (S,0,1,10)
isw     : Intel Software RAID (0,1,5,01)
jmicron : JMicron ATARAID (S,0,1)
lsi     : LSI Logic MegaRAID (0,1,10)
nvidia  : NVidia RAID (S,0,1,10,5)
pdc     : Promise FastTrack (S,0,1,10)
sil     : Silicon Image(tm) Medley(tm) (0,1,10)
via     : VIA Software RAID (S,0,1,10)
dos     : DOS partitions on SW RAIDs

mdadm does support the Intel imsm metadata format in more recent Linux kernels; known as Intel Rapid Storage Technology, formally Intel Matrix RAID.

It may be possible for one to migrate from a fake RAID metadata format to the md metadata format.

48 questions
11
votes
6 answers

How do I automount a fake raid?

Hardware Asus K8N4-E Deluxe Mobo Sil 3114 fake raid, onboard 2 Seagate 250 gb hd, hosting my /home A backup on a separate hard disk of /home What I have so far I've made the raid using the Sil 3114 firmware. I'm using raid level 1. I have a bash…
djeikyb
  • 32,005
5
votes
2 answers

Un-raiding a two-disk fakeraid array

I have a system with two disks in a bios-configured RAID-1 array, currently dual-booting Win7 and Ubuntu 10.10. I opted for fakeraid, rather than softraid, so that the raided disk could be seen from both Win7 (gaming) and Ubuntu (everything else!).…
5
votes
1 answer

How to determine device name for NMVe SSDs during install

I'm in the beginning of installing 16.04 Ubuntu flavor to rig. I'll use two NMVe SSDs in a RAID0 config. I have all of the commands lined up, I just miss one crucial bit: the actual device name of the SSDs. The install DVD is mounted as /dev/sda1,…
Csaba Toth
  • 1,498
5
votes
2 answers

Ubuntu 18.04 can't recognize my SSD

I got a new Lenovo Ideapad Flex 5, recently. Previously, I had been using a 10-year-old system. A lot of things have changed since then and I wasn't up-to-date with the latest tech. So this new system has a single 500GB NVMe SSD and had Windows 10…
kishlaya
  • 151
3
votes
0 answers

Ubuntu 14.04 not installing, popup error ??? at "where are you?"

I'm having an issue trying to install Ubuntu 14.04. When booting up the CD, I select "Install Ubuntu" which is fine, however the problem occurs each time I arrive at the "where are you?" screen when choosing your geographic location. I select my…
3
votes
1 answer

Fake RAID (dmraid) not seeing new SATA drives

I have three drives in my machine, one SSD with 32GB and two 1TB drives, attached to an Intel 82801JI (ICH10) SATA AHCI Controller. The problem is, that I can access only one of the 1TB drives when the other one is not plugged in. When it is plugged…
rausch
  • 906
3
votes
6 answers

GRUB fails to install on upgrade 12.04->12.10 (fakeraid)

I have a Gigabyte X85A-UD3R motherboard with an ICH10R. I also have a RAID 0 (striping) setup of 2x1TB disks, configured at the BIOS level (raid controler which boots before OS/after BIOS?) which merges the two physical volumes into one 2TB volume…
Boris B.
  • 304
  • 1
  • 3
  • 11
3
votes
0 answers

dmraid don't activate disk

Background : this trouble appears after an upgrade from ubuntu 16.04 to 18.04. My /home partition was on my Ubunutu 16.04 a raid 5 partition from 3 disk, manage with lvm2. I have absolutly no trouble. After upgrade with command "do-release-upgrade"…
2
votes
1 answer

Install Ubuntu 12.04.05 from Hard Drive: Installation Type screen blank, dmraid not helpful

Computer Setup and Desired Outcome I have a Dell Dimension 8200 running Windows XP Home Edition on a 80GB Maxtor 6L080L4 hard drive (not sure if this matters) with Intel Pentium 4 (2.00GHz) and 512MB RAM (4x 128MB sticks). I want to replace OS with…
2
votes
0 answers

DMRaid Not Detecting its disks

We had a software raid using dmraid in an ubuntu 14.04 box. For some reason, we changed the sata ports per disk. The disks were removed and added again to the case but on different sata ports probably. Now when we boot the computer the DmRaid fails…
nikosdi
  • 1,852
2
votes
1 answer

How To Mount RAID0 on Ubuntu (to recover data from Acer Aspire S5 Ultrabook)

Recently I ran into booting issues with windows 7 on my Acer Aspire S5 ultrabook. Before bootup, the system indicated that one of the physical disks (the ultrabook has two 128 GB SSDs in preinstalled RAID0 configuration) has problems – and on…
2
votes
2 answers

How does Ubuntu handle looking at a Windows Raid?

If I install Ubuntu on hard drive A and mount (via nautilus) hard drive B that has Windows 7 installed on it with a RAID1, could Ubuntu even remotely screw up the RAID Controller? Or would it look at it like a normal single hard drive not in RAID? I…
Otoris
  • 269
2
votes
2 answers

How can I turn off/set nodmraid for installation?

I've created a live USB to install Ubuntu (on a 4 GB USB). When I go to install Ubuntu onto my 16GB USB from the live session, I followed some instructions for setting up my partitions then once I finished writing one of the partitions failed or…
2
votes
2 answers

How do I install Ubuntu 10.10 beside Windows 7 onto a fake raid?

I currently have 4 drives setup in Raid 10. I've tried installing Ubuntu straight to the metal but it does not recognize my Windows partition and upon quitting the installation and then restarting, my raid goes Offline. Ive also tried creating a…
Chance
  • 123
2
votes
1 answer

How to access a fake raid?

I have a fake raid, which I wanted to access using mdadm /dev/md0 -A -c 128 -l stripe --verbose /dev/sda /dev/sdc which should be right, as far as I understand the man page. But I get the message mdadm: option -l not valid in assemble mode leaving…
1
2 3 4