I have 2 USB drives connected to NanoPi M4. I want to build a software RAID1. Everything is OK with one drive, but with 2 drives I get I/O errors, causing the RAID to fail. Issue: sudo dd if=/dev/sda of=/dev/null bs=1M works fine. but simultaneaous execution of sudo dd if=/dev/sda of=/dev/null bs=1...