Replies: 2 comments
-
I believe the DS918+ M.2 slots are PCIe 2.0 x1. The main benefit is I/O is faster than HDDs. What do the following commands return?
The M.2 slots on my DS720+ are also PCIe 2.0 x1 and I can only get 390 MB/s. |
Beta Was this translation helpful? Give feedback.
-
thank you for your prompt response. i have to say that magically about 2/3 hours that dd test it started to pick up, this morning seems fast. i wonder if some process was running in the background sudo dd if=/dev/zero of=/volume3/tempfile bs=5M count=64 sudo dd if=/dev/zero of=/volume3/tempfile bs=5M count=64 sudo hdparm -tT --direct /dev/nvme0n1 /dev/nvme0n1: sudo hdparm -tT --direct /dev/nvme1n1 /dev/nvme1n1: |
Beta Was this translation helpful? Give feedback.
-
at first I thought it was not possible so thumb UP however after doing this in RAID0 on a 918, 2 M2 of 256 GB I noticed how it is simply not as fast as I thought it would be
dd if=/dev/zero of=/volume3/tempfile bs=5M count=64 conv=fdatasync
64+0 records in
64+0 records out
335544320 bytes (336 MB, 320 MiB) copied, 1.61327 s, 208 MB/s
anything I need to do ?
Beta Was this translation helpful? Give feedback.
All reactions