AOM-DB3500 PCIE X4

From ESS-WIKI
Revision as of 02:31, 5 January 2026 by Xingxing.li (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Insert NVMe SSD

NVMe (SQF-C8BV2-128G-EDE) UGREEN KB-SA0093-A1 + JZ-SSD256G-5NVMe (SQF-C8BV2-128G-EDE) UGREEN KB-SA0093-A1 + JZ-SSD256G-5

Note!

1. Make sure the device is power off before insert PCIE disk, otherwise the device and/or PCIE disk may be damaged.
2. Make sure PCIE disk is partitioned and formatted.

RTENOTITLE

  • Check mount point
# mount | grep nvme
/dev/nvme0n1p1 on /run/media/nvme0n1p1 type ext4 (rw,relatime)
  • Speed Test、 Read Speed.
# echo 3 > /proc/sys/vm/drop_caches
# dd if=/dev/nvme0n1 of=/dev/zero bs=1M count=400
400+0 records in
400+0 records out
419430400 bytes (419 MB, 400 MiB) copied, 0.226504 s, 1.9 GB/s
  • Write Speed
# echo 3 > /proc/sys/vm/drop_caches
# dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=400
400+0 records in
400+0 records out
419430400 bytes (419 MB, 400 MiB) copied, 0.314809 s, 1.3 GB/s