4

Just curious about what the advantage(s) are of using FreeNAS or OpenFiler over Ubnutu for a NAS box.

Is it reliability, performance, both?

Chris
  • 175
  • 2
  • 5
  • 1
    Please see: http://serverfault.com/questions/51514/what-is-best-nas-solution-for-windows-workgroup-freenas-or-openfiler or http://serverfault.com/questions/115791/openfiler-versus-freenas-for-mac-osx-environment or http://serverfault.com/questions/47021/is-freenas-reliable or http://serverfault.com/questions/19699/openfiler-in-large-production-environment – Mark Henderson Mar 03 '10 at 21:58
  • Farseeker, ServerFault's own card catalog. Tell me, do you have some kind of script to do this or is it a natural talent? =) – Wesley Mar 03 '10 at 22:13
  • http://www.google.com.au/search?q=site%3Aserverfault.com ;) (and I spend so much time on here I've generally read most of the new questions, even if I don't contribute much) – Mark Henderson Mar 03 '10 at 22:37

4 Answers4

12

I'd say the main advantage is ease of configuration - using something that's specifically designed for the role of a NAS server, as opposed to an all-around Linux distro. FreeNAS and OpenFiler also have features within easy reach that stock Ubuntu doesn't.

Jason Antman
  • 1,536
  • 1
  • 12
  • 24
2

I use Openfiler at home, and straight NFS/CIFS at work.

Openfiler is all about the easy. It's easy to install: drop in the CD, boot, done. It's easy to configure: create and manage LVs, VGs, share, permissions, even update the OS, all from a web interface.

Doing it straight is all about the flexibility. I can (and often need to!) fine tune all sorts of stuff when I do NFS/CIFS directly. That often takes arcane knowledge of the Linux command line, NFS/CIFS config files, even firewalls. But it's my job to know how to do that.

Jeff Leyser
  • 682
  • 6
  • 19
1

It's easer to install and use, You put the CD, Enter, choose the disk, enter your password, install, reboot and voila you just have to go to the web interface to finish the configuration, no need to edit the files or install something else.

Kedare
  • 1,786
  • 4
  • 20
  • 37
1

The reliability difference will be mostly negligible (openfiler is based on rpath linux and freenas on some variety of BSD), the performance difference between those and ubuntu will depend on entirely what you mean by ubuntu, if you use a minimal ubuntu install with just an md array, lvm, a samba install and the iSCSI Enterprise Target daemon, performance will be similar (the two dedicated distro's may be slightly faster due to kernel customisations etc.).

The other thing is ease of setup, on openfiler, its 20 minutes in a web gui, in ubuntu you have to manually configure, mdadm, lvm, samba and ietd. (It's a good hour at least).

Aaron Tate
  • 1,222
  • 7
  • 9