Skip Navigation
58 comments
  • Anything that can can provide storage attached to the network is a potential NAS. It doesn't take a lot of power to just offer and store files. If you start getting into stuff like live transcoding or heavy encrypt/decrypt that's a bit different matter.

  • Of course. Just put disks in and set up whatever remote filesystem and it's a NAS.

  • My first NAS was an old desktop that I got for $300 running an FX-6300 and a GTX 550, I slapped a couple hard drives in there, installed Ubuntu, and made an SMB share.

    I'd recommend installing TrueNAS Scale on a system rather than doing what I did in part due to it being so much better than what I was doing, but you could run it on a potato if you wanted.

    Hell my latest NAS upgrade is going from a PowerEdge T610 (tower server from like 2010ish) running TrueNAS Scale to a normal desktop (from 2017) running TrueNAS Scale

    If anything using normal desktop hardware makes servicing it easier than using old server hardware

  • Yes, you can. What do you want to use it for? If its just a NAS you could use TrueNAS but if you want more services I would use proxmox.

    If you are wanting tiered storage (ie SSDs as cache) then TrueNAS is probably the right answer as it uses ZFS and is very flexible.

    • Just a question but do you use proxmox yourself? And if yes, what services would you recommend to run?

      • I'm not sure I can recommend anything without knowing your goals. For me my needs quickly outgrew my little mini PC and now I have a cluster with a few single board computers. Here's a basic list of what I run:

        Dell workstation (proxmox):

        • Linux Mint
          • GPU and USB passed though via Virtio with a sata to USB adapter for connecting the bluray drive
          • Used as a desktop and is an alternative to my laptop.
          • It also hosts Jellyfin in a podman container
        • Docker 0
          • Nextcloud
        • TrueNAS
          • This is a TrueNAS VM with a dedicated sata controller passed though to it. Its used for storage for nextcloud and jellyfin.

        Mini PC (proxmox)

        • landmass
          • this is a simple LXC container to act as a wireguard client with a caddy proxy. It allows me to access my HDhomerun as it is in another building (long story)
        • caddy
          • this used to be for accessing my homerun but is now just for remote access via ssh.
        • outside access
          • this is a VM that connects to the VM in linode to route traffic. It runs Ngnix proxy manager and is a wireguard client.
        • docker1
          • this hosts Matrix and Drupal. Matrix is basiclly unusable for me because as soon as I start joining rooms the resource usage shoots though the roof and it sometimes crashes
        • Linode
          • I have a VM in Linode that routes traffic into outside access via wireguard. It also runs Ngnix proxy manager.
        • Friendlywrt
          • I have a Nanopi that acts as a firewall and dhcp server to isolate everything.

        This is a incomplete list and doesn't include my firewall rules or other security measures. I also run Debian on all VMs as it is easy to setup and maintain. If you are looking for somewhere to start I would start by installing nextcloud in a docker container. Proxmox will scale the best but if you are just looking to learn I would install Debian and docker compose. TrueNAS is great for a NAS but its designed to be an appliance so it can be limiting.

  • As others have said, you certainly can.

    If your current system is a Windows PC then a super easy way to go about it is to purchase a product called Stablebit DrivePool which will allow you to combine multiple hard disks into one drive, and then do duplication of data you find important. Share that virtual drive as a Share that your other systems can see. DriePool is a super reliable product. Only downside other than the one time cost is that its redundancy is based on file duplication, which has the benefit that you can pull your drives out and use them elsewhere as any one file is always contained on a single drive, but unlike parity based solutions it’s super space inefficient to retain duplicate copies. It’s a tradeoff between simplicity and time to recover in a failure versus maximising disk use and reducing costs. Depending what your NAS is for, maybe you don’t need that redundancy but. You can also team it up with another product called SnapRaid (which is free) which can make your redundancy parity based.

    I ran DrivePool for years on Windows and it’s a great product. Windows itself isn’t overly optimised for this use case, but as a predominately Mac household having access to Windows on a headless system was handy if I had to run the odd Windows only apps, so using Windows had its perks.

    While Windows and a PC will cost more to operate, you’ll potentially be out well ahead if you don’t have to buy additional hardware. It’s likely worth running what you have into the ground rather than buying new hardware. There’s guides on some things you can do to optimise Windows too.

    I’ve since moved to using UnRaid which is a paid product (one time purchase) designed specifically for NAS on your own PC. Great solution but I’d say that the barrier of entry is much higher than a Windows box. Still very versatile product. Moved to that as over time I’ve used a bit more Linux in my life, and I also had reduced need for Windows as the NAS OS.

    Haven’t tried TrueNas but that’d be an alternative to UnRaid.

    • I would strongly discourage using hardware raid. Hardware raid abstracts away some of the complexity at the cost of flexibility and potentially reliability. I have yet to come across hardware raid that does proper error checking for example.

      • Agreed. The products I have used above, DrivePool, SnapRaid and UnRaid are all software solutions. This was important to me because I was reusing hardware and had a real eclectic mix of drives from 14TB NAS drives to 256GB laptop drives that I wanted to get more life out of.

        The only hardware limitation is the parity based apps SnapRaid and UnRaid need your largest drive to be the parity one. Makes sense but in a situation like mine where I had a 14TB drive and the next closes was 8TB, that parity drive wasn’t well utilised. Not a big issue but.

  • Some ppl pointed out you can. NAS it's just a tiny computer with a dedicated enclosure running 24/7 with a lot of services running to do multiple things because...is running 24/7! Is you just want to upload some files for a backup is better an external HDD through USB. Connect, upload, disconnect.

    If you want your computer do more things you have to check how the computer handle these services by software or hardware(hardware better) A list of questions:

    1. It support aspm (yes/not)
    2. It support virtualization.
    3. BIOS come with a dedicated raid chip
    4. How many video codecs the processor/iGPU can decode
    5. Ethernet port is, at least, gigabit
    6. RAM is >4GB
    7. You're willing to spend time configuring and taking care of the thing

    If a few of questions, or all, are NO I think it's better to invest in an external USB HDD case.

58 comments