this post was submitted on 20 Jun 2025
28 points (93.8% liked)

Selfhosted

48727 readers
920 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 2 years ago
MODERATORS
 

I would like to make myself a media server and NAS which stores my photoes and files. I have an Optiplex 3070 with a 1 TB Hdd which i plan to use for my media server and want to buy a raspberry pi to use as a NAS for photos and files. What do you think ? will raspberry pi5 be enough, i want something small.

you are viewing a single comment's thread
view the rest of the comments
[–] CarlosSpicyWiener@lemmy.world 2 points 1 week ago (2 children)

I have a 512 gb ssd in the optiplex and 1 tb hdd on sata. Should I upgrade the hdd to a 4 tb and use the optiplex for media server and nas? Using truenas?

[–] pezhore 3 points 1 week ago

I would get multiple drives and do RAID. Here's a helpful calculator to figure out drive quantity, size, and configuration. The reason to do RAID is redundancy. Hard drives will fail (even NAS branded drives). You do not want your photos, media, etc to be lost in that case. I personally do not go with anything below RAID5 (and for super sensitive things, I'll even go RAID6 - despite the hit on overall capacity. If the optiplex has drive capacity for multiple drives, I strongly recommend you go this route.

[–] beirdobaggins@lemmy.world 1 points 1 week ago

If you have room in the Optiplex for another drive I would definitely get a second spinning drive for storing your media. Truenas will complain about you only having 1 drive for your media. The nice thing about having a pair of drives in a mirror is that is makes it very easy to upgrade in the future. I was running a pair of 6tb drives, until my brother gave me the 10tb ones. I just shut the system down and swapped one of the 6tb for a 10tb and booted it back up. It detected that the mirror was broken and I just told it to use the 10tb drive to fix it. A few hours later after it was done, I did it again with the other drive and then told it to expand the storage to 10tb.

If you want to get a 4tb, you could mirror that to the 1tb, (and you would be limited to 1tb) but you would have redundancy and it would be easy to swap the 1tb for a 4 in the future.

If I were you I would do what I did with proxmox. Install it on the ssd. Create a virtual machine for the Nas with a smaller vitrual disk from the 512gb ssd, 60Gb should be fine, and pass it your graphics card for the media server and the sata drives for your Nas storage and media storage. Then you have your Nas that you can use as a media server and you can also easily spin up new virtual machines to play with or test with.

I have another vm that I use just for docker containers.