Le 28/06/2019 à 14:28, Jonathan Billings a écrit :
You can't have actually tested these instructions if you think 'sudo echo > /path' actually works.
The idiom for this is typically:
echo 50000 | sudo tee /proc/sys/dev/raid/speed_limit_min
My bad.
The initial article used this instruction as root. And I've replaced most of these with sudo. I've overlooked this one.
Thanks for the heads up.