Skip to main content

Questions tagged [mdadm]

A linux utility used to manage software RAID devices.

Filter by
Sorted by
Tagged with
4 votes
1 answer
2k views

when installing grub(2) to mdadm devices are you supposed to install it to /dev/sdX or /dev/mdX?
xenoterracide's user avatar
2 votes
1 answer
582 views

I ran mdadm -A /dev/md0 /dev/sda1 /dev/sdb1 Only /dev/sdb1 was loaded into the array though. I have a few more arrays on the same two drives too. Each time the partition on sda failed. dmesg told me ...
xenoterracide's user avatar
4 votes
2 answers
3k views

I see this in my dmesg log EXT4-fs (md1): re-mounted. Opts: commit=0 EXT4-fs (md2): re-mounted. Opts: commit=0 EXT4-fs (md3): re-mounted. Opts: commit=0 I think that means that dealloc is disabled? ...
xenoterracide's user avatar
2 votes
2 answers
1k views

What's the best way to convert a Linux software (that is, mdadm) RAID1 array to a RAID5 array? If the procedure is different for the cases of 3-disk RAID5 vs. 4-disk RAID5, how is it different?
Chris Huang-Leaver's user avatar

1
11 12
13
14 15
151