Making fdisk see software RAID 0
Posted
by
unknownthreat
on Super User
See other posts from Super User
or by unknownthreat
Published on 2010-12-26T05:15:52Z
Indexed on
2010/12/26
5:56 UTC
Read the original article
Hit count: 303
I am following http://grub.enbug.org/Grub2LiveCdInstallGuide and I am using software RAID 0. I am using Ubuntu 10.10 LiveCD and is trying to restore grub2 after installing Windows 7 in another partition.
Here is the console's outputs:
ubuntu@ubuntu:~$ sudo fdisk -l
Unable to seek on /dev/sad
ubuntu@ubuntu:~$ sudo dmraid -r /dev/sdb: nvidia, "nvidia_acajefec", stripe, ok, 488397166 sectors, data@ 0 /dev/sda: nvidia, "nvidia_acajefec", stripe, ok, 488397166 sectors, data@ 0
So do you have an idea for how to make fdisk see my RAID array? How to make fdisk detect the Software RAID like dmraid?
© Super User or respective owner