this post was submitted on 21 Oct 2024
14 points (93.8% liked)

Linux

7975 readers
151 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

After my last post got quite a lot of interest, I thought I'd do a follow-up. And, what can I say, it's been a journey:

Hardware

Installing the hardware was pretty easy. I'm just always a bit apprehensive about these things because I don't do this very often. But it went fine.

First boot

Nothing. No reaction at all. Well shit. After trying to reboot about 10 times, I removed all the drives one by one, but no change. I tried reseating the RAM but that also didn't do it. Then I left the machine alone for a few minutes while I was doing something else and suddenly I was in the BIOS. I'm not sure if it was the reseating or if it just needed some time for RAM training or something. Anyway, finally some result. So I put it all togther again and proceded to the next level.

Openmedivault installation

Plugged in the USB stick, it booted straight into the OMV installer. Then I hit a snag as it was trying to connect to the network. It only showed the Ethernet connections, no Wifi. But I hadn't plugged it in because my desk is not near the router. I wanted to set it up with Wifi and then plug it in at the router. First I thought the Wifi card is buggered. So I booted into a Linux Mint live system. It showed the Wifi card and connected without issue. I don't know if it's a driver issue or if OMV simply doesn't suppot Wifi. That would seem a bit silly, though. Maybe someone here has some insight? So anyway, after some very janky cable routing I managed to hook it up to both Ethernet and HDMI, after that the OMV installation went through without any problems.

Setting up the RAID

Well, in hindsight it was easy. Better documentation would really have helped, though. I created file systems on the disk first and thought I could then add these to the RAID. But what you have to do is download the RAID plugin first, then create the RAID and then create a file system with your disks. No problem if you know how to do it. But it took me a lot of searching and trial and error to figure that out. ** Sharing the Drive**

Next I created a shared folder and proceeded to mount it on my PC via NFS. That didn't go too well, as I could see the shared folder on the PC but didnt have write permission to put any data on it. After spending literally all evening trying out various permutations of NFS settings on both the server and client side, I finally figuered out that I had forgotten to set an ACL on the shared folder, which prevented me from accessing it on the client. Again, better documentation would have helped a lot there. Maybe it's out there and I just didn't find it.

What's next

So anyway, I have a functioning NAS now. Could have been easier but I guess that's just how it is round here. Next I want to set up some docker apps, like Jellyfin and paperless-ngx. Let's see how that goes. The main drawback so far is the noise. That thinhg is loud. Even when it's in a closet, the fan makes it difficult to be in the same room. That's definitely something I'll have to address. Someone suggested swapping out the fan but I'm not sure how I'd find one that is suitable. Any suggestions are welcome. If you guys are interested, I'll keep writing updates about my progress.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 day ago* (last edited 1 day ago)

For raid: that’s how raid and any kind of real time parity schemes like zfs work. You make the arrangement of devices first and then put the filesystem on them.

For stuff like snapraid where parity isn’t distributed across all devices you can just add it to a jbod like you want.

Welcome to Linux, everything is a permissions error. Su , touch, the facl tools and namei are your first line of defense!

Most all fans are a standard size and connector type. Sizes are in mm on a side (of the square housing), connectors are in number of pins. If you can’t look up the fan size(80, 140, etc) and connector type (3-pin, 4 pin), next time you take the unit apart measure the fan with a ruler and count the pins on its connector.

Then you know what quieter one to buy.

E: there’s a Reddit thread where ppl say the fan is 92mm and the motherboard supports 4-pin but only has two installed. That means that despite the device supporting 4-pin fan speed control they only installed enough pins to run the fan at full blast, so even the quietest fan ever would be only as quiet as if it were running wide open. You can pop in a 4-pin header if you’re handy with a soldering iron or you can use a usb to 4-pin dongle to attach a 4-pin fan.

If you want even more you can populate an additional header on the motherboard and use this 3d printed 120mm fan holder with it.

Good luck!

[–] [email protected] 2 points 1 day ago

This thing looks awesome, I hope I can find it for a reasonable price where I live

[–] [email protected] 2 points 2 days ago (1 children)

Yeah, that's how RAID works. It's an array of whole disks, any partitions or filesystems are on top of RAID.

For the fan, they're standard sizes. Measure it in millimeters and you can probably find a Noctua.

But keep in mind that Noctuas are quieter because they move less air, and therefore don't cool as effectively. You may want to see if you can simply control the fan speed, either by onboard PWM or by adding a separate fan controller.

[–] [email protected] 2 points 2 days ago (1 children)

That fan is not very standard though because it is a low profile 90mm. I only found a single replacement option thanks to a reddit post about this machine: Thermalright TL-9015W.

[–] [email protected] 2 points 2 days ago

9015 means 90mm on a side and 15mm deep. I'm sure you could find others that would fit.