Linux: start an mdraid check even though bash's noclobber is set
A quick post for today. When trying to force my NAS's mdraid array to run a check, in a root terminal, I got this error:
# echo check > /sys/block/md0/md/sync_action
-bash: /sys/block/md0/md/sync_action: cannot overwrite existing file
This is because …