
port multipler just works.
I ran basic two disk raid0 read write test.
Code: Select all
#two disk raid0 write test
odroid@server:/media$ sudo dd if=/dev/zero of=/dev/md0 bs=512k oflag=direct status=progress
30523025+0 records in
30523024+0 records out
16002855206912 bytes (16 TB, 15 TiB) copied, 58996.3 s, 271 MB/s
Code: Select all
#two disk raid0 read test
odroid@server:/media$ sudo dd if=/dev/md0 of=/dev/null bs=512k iflag=direct status=progress
30523024+0 records in
30523024+0 records out
16002855206912 bytes (16 TB, 15 TiB) copied, 58356.7 s, 274 MB/s

after flushing datas on other two disks, I'll run four disk raid0, raid1, raid5 test.
any requests ? these are WD 8TB SMR disks. It does good sequential read/write, but not good at random or heavy file system IOs.