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

  • Docker Container Onboot Policy - How to make sure a container is always running
  • FreePBX 17 How To Add Phones / Extensions and Register
  • Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes. solution
  • Cisco How To Use a Third Party SIP Phone (eg. Avaya, 3CX)
  • Cisco Unified Communication Manager (CUCM) - How To Add Phones
  • pptp / pptpd not working in DD-WRT iptables / router
  • systemd-journald high memory usage solution
  • How to Install FreePBX 17 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)