md: kicking non-fresh sda1 from array! - fix/solution


md: Autodetecting RAID arrays.
md: autorun ...
md: considering sdb1 ...
md:  adding sdb1 ...
md:  adding sda1 ...
md: created md0
md: bind<sda1>
md: bind<sdb1>
md: running: <sdb1><sda1>
md: kicking non-fresh sda1 from array!
md: unbind<sda1>
md: export_rdev(sda1)
raid1: raid set md0 active with 1 out of 2 mirrors

The md0 raid kicked sda1 out because either I never synced it before rebooting or it was "halted" because md1 was rebuilding.

The solution is just to add it to the array so it will sync

mdadm --manage /dev/md0 --add /dev/sda1

After it syncs you'll see it shows both disks as active and up:

md0 : active raid1 sdb1[0] sda1[1]
      307202816 blocks [2/2] [UU]

As you can see below, md1 was just fine:


md: autorun ...
md: considering sda1 ...
md:  adding sda1 ...
md: md0 already running, cannot run sda1
md: export_rdev(sda1)
md: ... autorun DONE.
md: md1 stopped.
md: bind<sda2>
md: bind<sdb2>
raid1: raid set md1 active with 2 out of 2 mirrors


Tags:

md, sda, array, autodetecting, raid, arrays, autorun, sdb, adding, bind, unbind, export_rdev, active, mirrors, synced, rebooting, quot, halted, rebuilding, sync, mdadm, dev, syncs, ll, disks, uu,

Latest Articles

  • systemd-journald high memory usage solution
  • How to Install FreePBX in Linux Debian Ubuntu Mint Guide
  • How To Install Cisco's CUCM (Cisco Unified Communication Manager) 12 Guide
  • Linux Ubuntu Redhat How To Extract Images from PDF
  • Linux and Windows Dual Boot Issue NIC Won't work After Booting Windows
  • Cisco CME How To Enable ACD hunt groups
  • How to install gns3 on Linux Ubuntu Mint
  • How to convert audio for Asterisk .wav format
  • Using Cisco CME Router with Asterisk as a dial-peer
  • Cisco CME How To Configure SIP Trunk VOIP
  • Virtualbox host Only Network Error Failed to save host network interface parameter - Cannot change gateway IP of host only network
  • Cisco CME and C7200 Router Testing and Learning Environment on Ubuntu 20+ Setup Tutorial Guide
  • Abusive IP ranges blacklist
  • How to Install Any OS on a Physical Drive from Windows Using VMware Workstation (Linux, Windows, BSD)
  • CDN Cloudflare how to set and preserve the real IP of the client without modifying application code on Apache
  • CentOS 7 fix Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 14: curl#6 -
  • Ubuntu Debian How To Install Recommended Packages Automatically
  • How to set Linux Ubuntu Redhat Debian Command Line http https socks proxy for yum apt
  • How to resize a pdf without losing much quality in Linux Mint Ubuntu Debian Redhat Solution
  • qemu: could not load PC BIOS 'bios-256k.bin' solution