Without googling the specs, are those two on a different channel? ie the chipset has 6 and then another chip handles 2 or vice versa
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Yep, that was the issue.
While browsing the manual you're on point. I bet the 2 drives are plug into SATA3_A1 and A2. These 2 are handled by an ASMedia ASM1061
Based on OP's edit, that looks correct. Unless OP checks the topology and can make the claim that drives from the main chipset are the slow ones, secondary chipset drives will tend to perform slower, and the ASMedia ASM1061 has several reports online of poor to trash performance compared to baseline.
Best bet if the full performance is necessary out of every drive would be finding a decent quality PCI-E SATA III riser card that doesn't use a known flawed driver chip rather use the two 'extra' ports on the motherboard.
As a dude from the peanut gallery still learning, this was an interesting read. Never thought about the importance of what channel the sata cables are plugged into.
It's one of the reasons why getting a SAS controller is really nice, backplanes make it even better.
I was preforming a burn with 10 X 8TB drives on a controller that already had a couple operating ZFS pools totaling 18 X 4TB drives and a couple SSD's and there was no slow downs. A SAS3008 controller can support over 6000 MB/s and has a PCI Express X8 3.0 bus.
I've been building my servers and network out of old enterprise gear for a while now. It uses more power but the things you can do are truly amazing. Sadly the ai boom drove prices way up compared to a couple years ago, what I bought for 900 in 2024 is running around 1500 today.
What are "d/s" and "f/s"?
E: I rtfm and.... It's discard requests and flush requests
I actually needed to look that up, since I didn't know either. So, thank you, I've learned something new because of your question.
d/s The number (after merges) of discard requests
completed per second for the device.
f/s The number (after merges) of flush requests
completed per second for the device. This counts
flush requests executed by disks. Flush requests are
not tracked for partitions. Before being merged,
flush operations are counted as writes.
https://man7.org/linux/man-pages/man1/iostat.1.html
(Discards being TRIM operations on SSDs, I imagine.)


