Hi All,
Building a new Homelab server in a Jonsbo N3
Specs are:
Jonsbo N3 Case
CWWK Q670 Motherboard
Intel i5 12500T
128GB DDR5
LSI 3008-8i SAS3 HBA
2 x NETAPP / SAMSUNG PM163aa SAS3 SSDs (patched so no 32k bug)
Currently doing some tests on an Ubuntu Live image before setting up proxmox fully and running
I am only getting 500MB/s
I have also confirmed using the smartctl tool that the drives are connected in 12GB/s mode (single path not multipath) given they are using a breakout cable onto the HBA
Any ideas what I am doing wrong here?
Building a new Homelab server in a Jonsbo N3
Specs are:
Jonsbo N3 Case
CWWK Q670 Motherboard
Intel i5 12500T
128GB DDR5
LSI 3008-8i SAS3 HBA
2 x NETAPP / SAMSUNG PM163aa SAS3 SSDs (patched so no 32k bug)
Currently doing some tests on an Ubuntu Live image before setting up proxmox fully and running
sudo dd if=/dev/sda of=/dev/sde bs=1G count=10 oflag=direct iflag=direct status=progressI am only getting 500MB/s
ubuntu@ubuntu:~$ sudo dd if=/dev/sda of=/dev/sde bs=1G count=10 oflag=direct iflag=direct status=progress
10737418240 bytes (11 GB, 10 GiB) copied, 21 s, 517 MB/s
10+0 records in
10+0 records out
10737418240 bytes (11 GB, 10 GiB) copied, 20.7646 s, 517 MB/s
I have also confirmed using the smartctl tool that the drives are connected in 12GB/s mode (single path not multipath) given they are using a breakout cable onto the HBA
sudo smartctl -x /dev/sda |grep "link"
negotiated logical link rate: phy enabled; 12 Gbps
negotiated logical link rate: phy enabled; unknown
sudo smartctl -x /dev/sde |grep "link"
negotiated logical link rate: phy enabled; 12 Gbps
negotiated logical link rate: phy enabled; unknown
Any ideas what I am doing wrong here?
