Skip to main content
edited body
Source Link
Giacomo1968
  • 56.1k
  • 23
  • 167
  • 214

afterAfter a reboot my /dev/md0 device was missing. This is a RAID-1 array from two partitions of two harddrives. On each of the harddrives is another partition, which together belong to dev/md1. However, only dev/md0 was missing.

cat /proc/mdstat and mdadm --detail --scan revealed both only one array (md1md1). But mdadm -Es showed up both arrays:

ARRAY /dev/md0 level=raid1 num-devices=2 UUID=xx
ARRAY /dev/md1 level=raid1 num-devices=2 UUID=xx

Has anyone an idea why /dev/md0 is not mapped and not identified correctly?

after a reboot my /dev/md0 device was missing. This is a RAID-1 array from two partitions of two harddrives. On each of the harddrives is another partition, which together belong to dev/md1. However, only dev/md0 was missing.

cat /proc/mdstat and mdadm --detail --scan revealed both only one array (md1). But mdadm -Es showed up both arrays:

ARRAY /dev/md0 level=raid1 num-devices=2 UUID=xx
ARRAY /dev/md1 level=raid1 num-devices=2 UUID=xx

Has anyone an idea why /dev/md0 is not mapped and not identified correctly?

After a reboot my /dev/md0 device was missing. This is a RAID-1 array from two partitions of two harddrives. On each of the harddrives is another partition, which together belong to dev/md1. However, only dev/md0 was missing.

cat /proc/mdstat and mdadm --detail --scan revealed both only one array (md1). But mdadm -Es showed up both arrays:

ARRAY /dev/md0 level=raid1 num-devices=2 UUID=xx
ARRAY /dev/md1 level=raid1 num-devices=2 UUID=xx

Has anyone an idea why /dev/md0 is not mapped and not identified correctly?

Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Source Link
tanascius
  • 259
  • 3
  • 9

mdadm device missing

after a reboot my /dev/md0 device was missing. This is a RAID-1 array from two partitions of two harddrives. On each of the harddrives is another partition, which together belong to dev/md1. However, only dev/md0 was missing.

cat /proc/mdstat and mdadm --detail --scan revealed both only one array (md1). But mdadm -Es showed up both arrays:

ARRAY /dev/md0 level=raid1 num-devices=2 UUID=xx
ARRAY /dev/md1 level=raid1 num-devices=2 UUID=xx

Has anyone an idea why /dev/md0 is not mapped and not identified correctly?