[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


Janitor application acceptance emails are being sent out. Please remember to check your spam box!


[Advertise on 4chan]


File: Hard_drive_label_side.jpg (24 KB, 250x332)
24 KB
24 KB JPG
I have three 3.5" HDD i would like to run on a server. i do not own anything that can run these HDD yet. Recommendations on a first server to get?
>>
File: 1759757203862477.jpg (781 KB, 3674x2294)
781 KB
781 KB JPG
>>107268844
>>
>>107268844
Synology is good with Hybrdid RAID
>>
>>107268844
>i would like to run on a server
Server does, not is.

>Recommendations on a first server to get?
Highly depends on what you want to do with it. Someone pictured a Pi 0 ... Which could work. I'd personally find the I/O a little constraining.

>i do not own anything that can run these HDD yet
Start there.
>>
>>107268909
Do not get this piece of fucking shit. Get a NAS.
>>
>>107269165
Synology forces you to use only Synology drives.
>>
>>107269301
Synology make drives?
>>
>>107268844
Advanced level: build your own NAS/server
Fractal design Node 304 and a cheap mini-itx motherboard + a linux NAS OS
attached pic: Fractal designs Node 304 designed as a NAS case with optional mounts for 6 x 3.5" HDD/2.5"SSD or 4 x HDD/SSD and a GPU
>>
>>107269301
not forcing anymore, its an old news.
>>
>>107269550
to used more than 4 HDDs you need a motherboard with 2 mini sas or adapter with mini sas
>>
>>107268844
Just get any old pc case with enough 3.5" mounts and use components of a normal computer. The hardware doesn't need to be anything fancy for a NAS for 1-2 people.
>>
>>107269175
holy autismo
>>
>>107269297
NAS is useless
>>107268844
Get this piece of fucking shit
>>
>>107268844
There is three posibilities
1. Find some old unused computer ar home or take one from a friend
2. Buy something new, anything will do for a NAS. But think about what else you want to use it for.
3. Buy something prebuilt. Expensive. No tinkering required.
>>
>>107269301
Market forces forced the forced Synology drive policy to end.
>>
>>107268844
Get an old computer and jam these fuckers in there and then set them up as a network share. NAS bros are fucking retarded. Paying 400 dollars for a fucking NAS. Retards. An old computer has better specs and more ports for <$100.
>>
File: 1763613218767.jpg (49 KB, 601x468)
49 KB
49 KB JPG
get 3 of these and use the laptop in your closet.
>>
>>107271946
this one is better
>>
>>107272358
>>107271946
apparently its a really bad idea to use these kind of devices.
i was looking for a way to backup my data on at least two drives and i found that even simple external hdd are trash now. so i checked out NAS and realized i had to double my budget for that
>>
People will argue for NASs but I think a direct storage solution through USB 3/C CAN be just as good or a better choice. Some NAS systems will attempt to lock you into their ecosystem like Synology, but with direct access you have control over the actual server itself and can install whatever software or operating system you want without invasive or weird proprietary software. Rumors of Synology locking what kind of HDDs you'll be allowed to use have been circulating for a while now. Personally I'd go with a NUC device since newer ones have hardware transcoding, and if you're amassing storage it seems likely you'll be using it for media hosting like Jellyfin. I'm not an expert, this is just based on my experiences and opinions, if someone tells me I'm stupid and provides a good reason why, listen to them instead.
>>
>>107273074
how do you deal with the heat of an external hdd?
>>
>>107273175
I have a four bay raid cage with a fan built in. Both the server PC and the HDDs stay reasonable temps.
>>
>>107268844
find literally any computer you don't mind not shutting off/rebooting often (can be your main pc but will prob get you digitally ass rapped)

put that computer in a DMZ.

finally run what ever you want on it, put linux, put windows, put what ever (arch is a good one if u learning unix like system, with nginx). DMZ protects ur main pc.
>>
>>107273499
what i am saying, don't spend money on retarded shit.
>>
>>107273212
thats what i meant, you need the fans. hdds are so shit nowadays that they idle at 50 celsius if just being cooled by some airflow
>>
>>107268844
find a secondhand supermicro x11ssl-f. should be like $30. slap any 1151 v1 cpu on it. 4xddr4 udimms (ecc or not, your choice)
>>
>>107273642
*if not being cooled is what i meant
>>
>>107268844
get a computer
>>
>>107273642
>>107273658
I'm pretty sure at this point most external devices have built in fans, so just monitor them under load and idle and make adjustments as necessary. I keep mine in the basement to help with heat.
>>
File: 115512n.mp4 (1.35 MB, 464x688)
1.35 MB
1.35 MB MP4
>>107268844
Having your own server is extremely easy

1. Find a cheap low end computer with 8GB of ram at least
2. Install Ubuntu, set up SSH

3. Go to your Windows computer and install "PuTTY" (you use that to connect to the command line) then you install WinSCP (You use that to transfer files and explore filesystem comfortably), then download VSCode and connect remotely to your Ubuntu as well (Super easy too, it install automatically on your server)- Boom you already have everything set up.

4. Basically that's it, now what you want is to install every service that you want to self host (Like Plex or whatever crap) through Docker containers, use docker-compose. DO NOT INSTALL things in your server in the old way (bare metal), use containers.

4. Set up sambashare

5. Since you're connected with VSCode you can ask Copilot/Codex to set up docker and modify your docker compose every time you want to install something. If you want to go further you can install Grafana + Prometheus combo to check your computer status etc. The AI will literally set up every new shit for you.

Enjoy
>>
>>107268844
Am I losing my mind, or didn't /g/ have a Home Servers General for this kind of stuff?
Went looking today and only found this thread.
>>107274080
Basically this.
I used OMV to set up an OrangePi 3B with a 1G M.2 drive slung under it. It's good for about 100MB/s which isn't fast, but it's good enough for what I need. It would have been less expensive and more flexibile to set up an ewaste-tier machine but I wanted something very small and low power.
I've been working on a separate "applications" OrangePi 3B, which serves a bunch of low-power web-based apps using Ubuntu Server. As I've been slowly adding services to it... realizing that the only difference between an NAS and a Linux Server sitting on the network is the NAS has a flash frontend and can probably set up RAID (but I'm RAID 0).
>>
File: 1737114161599330.jpg (23 KB, 447x447)
23 KB
23 KB JPG
>>107272922
>>107272922
the usb one might be. i got an orico 5 bay. disabled sleep in the firmware, and has been running fine ever since



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.