What is a file server?

Essentially, a file server is a computer that stores files, is attached to a network, and provides shared access of those files to multiple workstation computers.  File servers do not perform computational tasks - that is, they do not run programs for client machines.  Furthermore, they do not provide dynamic content like a web server.  Still further, file servers are not like database servers in that the former do not provide access to a shared database whereas the latter do.  File servers provide access to static files via a local intranet through Windows or Unix protocols as well as over the internet through file transfer or hypertext transfer protocols (FTP and HTTP). 

What can you do with a file server?

The primary function of a file server is storage.  For the home user, one central storage location can increase overall computing efficiency and reduce overall computing cost.  By placing all of your important files in a single location, you do not need to worry about different versions of files you're actively working on, wasting disk space by having multiple copies of less-than-important files scattered on different systems, backing up the right files onto the right backup storage medium from the right computer, making sure every PC in your home has access to the appropriate files, and so on. 

From a system builder's perspective, a file server can also liberate your various workstation computers from having to accommodate multiple hard drives, and decrease overall hard drive expenditures.  With the rise of SSDs, which offer tremendous performance at a high cost per GB, a file server can free workstations from the performance shackles of platter-based disks - an especially useful consideration for laptops and netbooks, where the small capacity of an SSD is often a deal breaker since these mobile computers usually can house only one drive.

A dedicated file server allows every user in a home - whether they're at home or on the road - to access every file they might need, regardless of which particular device they might be using at any given time.  Dedicated file servers also allow you to share your files with friends and coworkers - simply provide them with a URL, a login name and password, and specify what content they can access.  For example, maybe you'd like to share your kids' camp photos with the in-laws - but your cloud storage capacity won't fit all of those photos plus all of the other stuff you have stored in your cloud drive locker.  Maybe you'd like to share sensitive information with a colleague that you'd rather not upload to a server owned by Amazon or some other third party, but the files are too big to email.  Or maybe you'd simply like to access your 200GB library of MP3s while you're holed up in a hotel on business with nothing but your 60GB SSD-based netbook.  These few examples are really only the tip of the iceberg when it comes to the utility of a file server. 

That said, there are alternatives to a file server for all of these needs.  You could dump all of your photos onto a flash drive and give them to the in-laws the next time you see them - but you have to do this every time you want to share more photos - and who knows if you'll get your flash drives back?  You could mail a DVD-R to your colleague - but perhaps a DVD-R's ~4GB capacity is insufficient, and snail mail takes days if not weeks to be delivered.  If you're on the road, you could just bring along your portable external hard drive - which takes up space, and can be lost or stolen.  A file server is a simple, singular solution to all of these problems.  Home file servers do not require enterprise-grade hardware and can be very affordable.  They can also be made from power-sipping components that won't spike your electrical bill.

What considerations are important in building a file server?

Because the primary role of a file server is storage, this is the most important aspect to think about.  How much storage space do you need?  Do you want to share 50GB of photos taken on a point and shoot digital camera?  500GB of music?  2TB of movie DVD ISOs?  30TB of mixed media and work-related files?  Also, at what rate are your storage demands growing, and how easily do you want to be able to expand your file server?

How easily do you want to be able to administer your files?  Many of the more powerful file server operating systems are unfortunately not particularly easy to run for the non-IT professional.  However, there are file server OS's that are easy to run.  What about being able to recover your files in the event of catastrophe?  Placing your files in one computer is tantamount to putting all of your eggs in one basket, which can be risky.  What about security?  Anything on any sort of network is vulnerable to intrusion.  While this guide answers all of these questions, it is aimed at home users and therefore necessarily makes some sacrifices to storage space, administration capabilities, recoverability, and security - simply because home users typically can neither afford nor require professional-grade file server solutions.

Why build a file server instead of using NAS?

Simply put, a NAS (networked attached storage) device is a computer appliance.  It is built specifically to provide network-accessible storage.  NAS devices typically offer easier administration than file servers (some are a few mouse clicks away from plug and play operability), but are often limited by proprietary software, and are neither as capacious nor as expandable as a dedicated file server.  Further, higher-end NAS devices that can house as many hard drives as some of the builds outlined in this guide are more expensive than the file server alternative.  Finally, because they are designed with only one purpose in mind, they are not as flexible as a file server, which in a multi-system home, might need to be co-opted into a basic workstation at a later point in time.  That said, while NAS devices are outside the scope of this guide, they're worth investigating if you're not already familiar with them. 

This guide is laid out differently than my previous builder's guides in that rather than detailing specific systems at specific price points capable of performing specific tasks, it instead discusses options for operating systems and types of components and how these different options are best suited to addressing different needs.  That is, maybe you need a lot of storage space but you're not particularly concerned about backups.  Or perhaps you don't need much storage space at all but want to use a very straightforward file server operating system.  By mixing and matching recommendations to suit your needs, hopefully you'll be able to construct a file server with which you'll be pleased!

File Server Operating Systems
Comments Locked

152 Comments

View All Comments

  • TheeVagabond - Thursday, September 29, 2011 - link

    Seriously, people's responses... like they must be rolling in the money. Overkill much, what kind of home data do people have.
  • DanNeely - Sunday, September 4, 2011 - link

    With the cheapest 10GB nic's on newegg being almost $500 each it's still far too expensive for the typical home network. You'd also probably want a significantly more powerul system than what was described in the article. Feeding a 10GB NIC generally eats an entire core of a XEON chip.
  • JohanAnandtech - Monday, September 5, 2011 - link

    Our measurement show that a 10GB NIC needs even more than one core. 14% of 12 2 GHz Xeon cores, that is about 3.4 GHz of Xeon power.

    http://www.anandtech.com/show/4014/10g-more-than-a...

    Described in desktop terms, that means that you need at least one of Core I5 2400 system just to power your 10G cards. And you probably need more.
  • DanNeely - Monday, September 5, 2011 - link

    Ooops. Guess i skimmed that article too fast; didn't realize it was a hex-core chip.
  • DanNeely - Sunday, September 4, 2011 - link

    10c/kwh is roughly $1/wattyear, so it'd only take around a year for the lower powered Intel box to save more than the AMD equivalent.
  • yottabit42 - Sunday, September 4, 2011 - link

    No mention of OpenFiler as a NAS distribution?

    It's based on a funky, little-known Linux distribution, but I found it much easier to setup and more advanced than FreeNAS. I've been using it for years to host 10 TB of RAID-5 storage and 2 TB of RAID-6 storage, served via FTP, Samba, and rsync. Both arrays are soft-RAID, too. Virtually no problems ever, even with frequent power outages and using XFS as the filesystem (prone to corruption with power outages due to high degree of caching).
  • HMTK - Monday, September 5, 2011 - link

    Yep. I also like OpenFiler. Easy to set up NFS and iSCSI if that's your thing.
  • whaler_99 - Sunday, September 4, 2011 - link

    I am surprised as you mention WHS and FreeNas, as well as drop the Drobo and such name around, that you did not look at unRAID. This is a solution a lot of us are turning to - a basic system license is free, and a 20 drive data system with parity and cache runs you $150 for the license. And can run on pretty much whatever you have laying around. You can start small and grow big. Definately worth a look.
  • jnmfox - Sunday, September 4, 2011 - link

    +1000

    unRAID is easy to use has great community support and like was mentioned is free and can be put on leftover hardware. For basic media storage it is one of the best options for a file server. unRAID doesn't have the limitations of RAID, you can use any combination of HDs and add more as needed, data is protected via the parity drive so you don't have data duplication giving you more HD space.
  • 3DoubleD - Monday, September 5, 2011 - link

    + another 1000

    Unraid is awesome. It is a shame that it was left out of this review. It has to be one of the most flexible solutions out there. It is super easy to use, yet offers an unlimited amount of customization. The community support is fantastic as well.

    As far as DIY home storage server software goes, I think it's the best around.

Log in

Don't have an account? Sign up now