Category Archives: HW issue

Replace disk on failed linux software raid

With command: cat /proc/mdstat chech which disk is failed poweroff machine, replace disk copy partittion data from old to new disk sfdisk -d /dev/sdb | sfdisk /dev/sda add disk partition do raid mdadm –manage /dev/md0 –add /dev/sda1 mdadm –manage /dev/md1 … Continue reading

Posted in Debian, HW issue, Linux tips, Mint, Ubuntu | Tagged , , , | Leave a comment

AMD RAIDXpert “RAID error”

Issue: AMD RaidXpert Service gives an Raid 1 array “error” stating a single disk failure. One of the two drives in the Raid 1 array becomes a JBOD standalone drive, basically detached from the array for whatever reason. The drive … Continue reading

Posted in HW issue | Tagged | Leave a comment