When creating a raid 1 array in ubuntu using mdadm
mdadm --create --verbose /dev/md0 --level=1 --raid-devices=2 /dev/sdb /dev/sdc after formatting
mkfs.ext4 /dev/md0 and mount
mount /dev/md0 /mnt/newraid Long synchronization of disks began, 2 disks on 6Tb
echo 999999 > /proc/sys/dev/raid/speed_limit_min The disks are completely empty, can I somehow cancel or speed up synchronization?