You can also evaluate to buy something like this for 3.5 or 2.5inch disks.
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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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!
I got an Argon Eon case with a Raspberry Pi 4, but I'm regretting it because for some off reason my file transfer speeds via SMB are abysmal. I do have a heap of services selfhosted on the Pi and otherwise it's okay
Edit: If someone was able to get fast transfer speeds via SMB on a Raspberry Pi, I'd like to know how. If the speeds can be increased, my NAS would be perfect
What software are you using
I'm using all these, plus OpenMediaVault as the NAS operating system
Try this in your SMB settings in OMV.
socket options = TCP_NODELAY SO_RCVBUF=65536
SO_SNDBUF=65536
read raw = yes
write raw = yes
max xmit = 65535
dead time = 15
min receivefile size = 16384
write cache size = 524288
getwd cache = yes
max connections = 65535
max open files = 65535
min protocol = smb3
max protocol = smb3
It's possibly a hardware limitation. This is my settings
socket options = TCP_NODELAY SO_RCVBUF=65536 SO_SNDBUF=65536
read raw = yes
write raw = yes
max xmit = 65535
dead time = 15
min receivefile size = 16384
write cache size = 524288
getwd cache = yes
max connections = 65535
max open files = 65535
server multi channel support = yes
allocation roundup size = 1048576
aio max threads = 100
aio read size = 1
aio write size = 1
server min protocol = SMB3_11
client ipc min protocol = SMB3_11
What's your HDD model?
I've got two of these https://www.amazon.com.au/Seagate-Barracuda-3-5-Inch-Internal-ST8000DM004/dp/B075WYBQXJ
See if seachest is compatible with your drives. I think it's only compatible with Exos.
Also are you running through USB?
Yes all devices are through USB 3
USB inherently has latency issues and protocol overhead. Seems like you're restricted to hardware unfortunately.