md: data-check of RAID array md3

This really made me nervous but notice the mdstat says "check".  This is because in Ubuntu there is a scheduled mdadm cronscript that runs everyday on Sunday at 00:57 that checks your entire array.  This is a good way because it prevents gradual but unnoticed data corruption which I never thought of.

As long as the check completes properly you have peace of mind knowing that your data integretiy is assured and that your hard drives are functioning properly (I'd say it's smarter than relying on SMART).

 

[462600.807836] md: data-check of RAID array md3
[462600.807842] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[462600.807847] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for data-check.
[462600.807856] md: using 128k window, over a total of 943730240 blocks.


Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
md3 : active raid1 sda1[1] sdb1[0]
      943730240 blocks [2/2] [UU]
      [========>............]  check = 40.7% (384365440/943730240) finish=113.5min speed=82086K/sec
     
unused devices: <none>



ls /etc/cron.d
anacron  mdadm  php5  sysstat


cat mdadm
#
# cron.d/mdadm -- schedules periodic redundancy checks of MD devices
#
# Copyright © martin f. krafft <madduck@madduck.net>
# distributed under the terms of the Artistic Licence 2.0
#

# By default, run at 00:57 on every Sunday, but do nothing unless the day of
# the month is less than or equal to 7. Thus, only run on the first Sunday of
# each month. crontab(5) sucks, unfortunately, in this regard; therefore this
# hack (see #380425).
57 0 * * 0 root [ -x /usr/share/mdadm/checkarray ] && [ $(date +\%d) -le 7 ] && /usr/share/mdadm/checkarray --cron --all --quiet
 


Tags:

md, raid, array, mdstat, quot, ubuntu, mdadm, cronscript, prevents, gradual, unnoticed, corruption, completes, integretiy, assured, functioning, relying, _guaranteed_, kb, disk, maximum, idle, io, bandwidth, personalities, linear, multipath, active, sda, sdb, uu, min, unused, devices, ls, etc, cron, anacron, php, sysstat, schedules, periodic, redundancy, copyright, krafft, madduck, distributed, artistic, licence, default, thus, crontab, regard, hack, usr, checkarray,

Latest Articles

  • How to combine .txt ACLs without breaking things
  • How to ping all of Googlebot's IPs script
  • 'virtio0' uses a qcow2 feature which is not supported by this qemu version: QCOW version 3
  • Linux bash script to get the IP of a list of hostnames
  • How To Use Camera Webcam in Docker for OBS Studio etc...
  • Computer Server Won't Post Boot Or Enter BIOS Setup After Installing RAID SAS or GPU Card etc..
  • How To Test PHP Scripts from CLI with GET variables/query string
  • apt-cache how to see all available versions of a package in Debian Ubuntu Mint
  • Virtualbox VBox Guest-utils drag and drop files stops working with Windows VMs
  • How To Remove Ubuntu Netplan and Go Back to /etc/network/interfaces
  • How To Force Flash an AMD Instinct GPU To Another Model Using Debian Ubuntu Mint Linux
  • How To compile ollama from source to use unsupported AMD GPU with rocm in Ubuntu Debian
  • QEMU KVM Virtio GPU Windows Cannot Select 1080P
  • Linux Gnome Desktop Ubuntu Mint Debian Gets Slower After Weeks
  • Firefox How to Save Full Page As Screenshot/PDF
  • Nvidia Datacenter Driver Tesla Slow nvidia-smi response and high utilization with 0 usage
  • ffmpeg how to normalize / increase the volume of your audio
  • kdenlive audio blips pops cracks artifacts solution fix
  • haproxy / nginx certbot SSL issues
  • nginx how to see the real IP when behind a CDN