I built a NAS from an old laptop—here’s what Linux taught me the hard way
I built a NAS from an old laptop—here’s what Linux taught me the hard way
https://www.howtogeek.com/things-i-wish-i-knew-before-setting-up-my-first-nas/
Publish Date: 2026-03-22 13:00:00
Source Domain: www.howtogeek.com
I recently repurposed an old laptop I had lying around into my first makeshift NAS by adding a hard drive and USB-C hub to it. It initially started mostly as a curiosity, mostly to see what it’s like to own a NAS. What I thought would be a quick weekend project quickly turned into an ongoing learning experience, but I’m glad I did it.
This was my first time using Linux, let alone a server without a graphical user interface, and I made plenty of mistakes on the way. Now, with the benefit of hindsight, I’d like to share a few things I really wish someone had told me before I started.
Create a plan before you start instead of trying to wing it
A little prep saves a lot of backtracking
If there’s only one tip you take away from this article, let it be this: creating a concrete plan before you lay the groundwork for your NAS isn’t optional. Trust me, it’ll save you a lot of headaches along the way.
The first decision is which hardware to get. NAS enclosures like those by Synology are the most obvious option, but they’re also incredibly expensive. An old eBay server or desktop PC is the most powerful and versatile solution, but it’s also a lot less power-efficient compared to running a mini PC or old laptop. Even an old Android phone or TV box can make an okay NAS.
It really all depends on what you’re trying to do with the NAS. If it’s just for network storage and nothing else, something basic will work just fine. In contrast, if you want to create a powerful media server that can serve multiple streams without lag, the bare minimum you’ll need is a 10-year-old Intel CPU that supports Quick Sync.
My old laptop has an i5-7200U, and my 6TB external hard drive took care of my storage needs, giving me a strong foundation for my NAS.
The real headaches start when it’s time to pick the right Linux distro. You have to use…