this post was submitted on 22 Jul 2023
24 points (92.9% liked)

Selfhosted

39159 readers
392 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I'm looking for a suggestion for compact-ish NAS cases. I only have a few drives, 4 at the moment, so I don't need a ton of space. But I'd like to downsize without getting a brand new motherboard and PSU it possible (both are ATX at the moment).

My main requirement is being able to install and uninstall drives without worrying about cable management.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

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
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

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
[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)

See if seachest is compatible with your drives. I think it's only compatible with Exos.

Also are you running through USB?

[–] [email protected] 1 points 1 year ago (1 children)

Yes all devices are through USB 3

[–] [email protected] 1 points 1 year ago

USB inherently has latency issues and protocol overhead. Seems like you're restricted to hardware unfortunately.