• 0 Posts
  • 10 Comments
Joined 6 months ago
cake
Cake day: November 12th, 2024

help-circle
  • I’m actually going the other way and building a proper server out of an ancient HP Proliant ML110 G2 that my dad gave me.

    Haha, one of my top concerns at the beginning was form factor. I really could not find a decent 4-bay case at the time that wasn’t super hard to build in or a full-blown ATX. I think the closest I found was a Jonsbo N2, but it doesn’t give enough space for a decent cooler. What I ended up going with was total overkill, a NZXT H1 with a PCI-E NVMe expansion card that gave me 3 extra NVMe slots. So now I have a RAIDZ1 array made up 4x 4TB SSDs. The overall form factor is nice, but the performance is completely ridiculously overspecced. My rationale though is that the SSDs were cheap enough and I think they’ll outlast a regular HDD. I was annoyed at how my WD Reds died within 3-4 years back when I was still using my QNAP.

    Now that locally hosting AI models is becoming a thing, I am kinda regretting going small form factor because I can’t cram GPUs in there. So now I am thinking maybe getting one of those 4-foot high small server cabinets and getting a few Sliger CX4170a’s and just building full PCs. I would probably move my main PC into that rack as well. But this is all just thoughts. Budget wise it’s a bit ridiculous, but one can dream!

    Sufficient I suppose. Limited by the single USB 3 connection.

    Dang, if they made an updated one with USB 4, that’d be sick. Heck, I wouldn’t even mind if they had multiple USB connections coming out of the thing, I just like the form factor.








  • It was this nasty Intel clock drift bug: https://forum.qnap.com/viewtopic.php?t=157459

    Support was completely unresponsive and refused to do anything. Didn’t even acknowledge the issue AFAIK. I tried to add the resistor but my copy of the NAS didn’t expose the right pins so I couldn’t even solder them on if I wanted to. Then I tried mounting my drives into another Linux machine, at which point I realized they were using some custom version of LVM that didn’t work with standard Linux. I ended up having to buy a new QNAP NAS just to retrieve my data and then I returned it.

    After that, I swore off proprietary NASes. If I can’t easily retrieve data from perfectly good drives, it is an absolute no go.


  • When my QNAP finally died on me, I decided to build a DIY NAS and did consider some of the NAS OSes, but I ultimately decided that I really just wanted a regular Linux server. I always find the built-in app stores limiting and end up manually running Docker commands anyways so I don’t feel like I ever take advantage of the OS features.

    I just have an Arch box and several docker-compose files for my various self-hosting needs, and it’s all stored on top of a ZFS RaidZ-1. The ZFS array does monthly scrubs and sends me an email with the results. Sometimes keeping it simple is the best option, but YMMV.