this post was submitted on 11 Mar 2025
23 points (87.1% liked)

Selfhosted

59923 readers
808 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have an old Alienware r8 and several 2-4 TB HDDs gathering dust in a closet. The Alienware actually runs remarkably quiet and it occurred to me I could turn it into a DIY NAS.

I’m not entirely sure where to start though. Some immediate questions:

  • What’s a good NAS OS to install?
  • Any fun things I can do besides plex transcoding with a 1080 GPU?
  • Would it make sense to run a Pixelfed/Mastodon server off this guy?
  • Can I run a RAID on it without buying a separate HDD bay?

Background:

I already have a Synology NAS running Plex. It transcodes 1080p fine which is really all I need it for.

Other than a Plex port forward, I have zero experience putting services out on the public web (but would like to learn!).

you are viewing a single comment's thread
view the rest of the comments
[–] TacoEvent@lemmy.zip 1 points 1 year ago (1 children)

Pretty sure it has 2 HDD bays, so I was thinking I would do something similar to the Synology Hybrid RAID on a 4TB drive. On retrospect though this might be way too crippling of a move for a play server, so I might forgo the RAID idea.

The Linux Upskill Challenge looks perfect! I feel comfortable with about 40% of the table of contents. Should be a fun weekend of experimenting.

Thanks for the help!

[–] MorphiusFaydal@lemmy.world 2 points 1 year ago (1 children)

If you've got two 3.5" bays, you could do a RAID 1 (or a mirror in ZFS terms) with them both. This works very nicely with a small SSD for booting. My TrueNAS server has a 120 GB SSD in the M.2 slot that TrueNAS is installed on, then I have an array of spinning disks that forms the main storage array.

If you are planning any sort of play environment that you might want to keep (like a Pixelfed instance) I'd strongly recommend RAID just for availability in the event of a drive failure. But more than that, backups. They are of number one importance. Before you turn up anything of any importance, figure out a backup strategy.

[–] TacoEvent@lemmy.zip 1 points 1 year ago

Thanks! I'll stick to the RAID 1 option then. I was looking at S3 Glacier for backup when it comes to that. But I really don't want to worry about it too much until I've really got something going that I plan to use longer term.