Original author(s) Operating system Available in 21 languages | Developer(s) iXsystems Platform x86-64 Formerly x86 | |
![]() | ||
Stable release Corral-RELEASE (FreeNAS 10) / 15 March 2017; 1 day ago (2017-03-15) |
FreeNAS is a free and open-source network-attached storage (NAS) software based on FreeBSD and the OpenZFS file system. It is licensed under the terms of the BSD License and runs on commodity x86-64 hardware. FreeNAS supports Windows, OS X and Unix clients and various virtualization hosts such as XenServer and VMware using the SMB, AFP, NFS, iSCSI, SSH, rsync and FTP/TFTP protocols. Advanced FreeNAS features include full-disk cryptography and a plug-in architecture for third-party software.
Contents
The OpenZFS file system
FreeNAS supports the OpenZFS files system which provides data integrity checking to prevent data corruption, enable point in time snapshotting, replication and several levels of redundancy including striping, mirroring, striped mirrors (RAID 1+0), and three levels of RAID-Z.
User experience
FreeNAS is managed through a comprehensive web interface that is supplemented by a minimalistic shell console that handles essential administrative functions. The web interface supports storage pool configuration, user management, sharing configuration and system maintenance.
As an embedded system appliance, FreeNAS boots from a USB Flash device or SATA DOM. This image is configured using a USB Flash/CD-ROM bootable installer. The FreeNAS operating system is fully independent of its storage disks, allowing its configuration database and encryption keys to be backed up and restored to a fresh installation of the OS. This separation also allows for FreeNAS system upgrades to be performed through the web interface.
History
The FreeNAS project was started in October 2005 by Olivier Cochard-Labbé who based it on the m0n0wall embedded firewall and FreeBSD 6.0. Volker Theile joined the project in July 2006 and became the project lead in April 2008. In September 2009, the development team concluded that the project, then at release .7, was due for a complete rewrite in order to accommodate modern features such as a plug-in architecture. Volker Theile decided that the project best be reimplemented using Debian Linux and shifted his development efforts to the interim CoreNAS project and eventually OpenMediaVault where he continues as the project lead. Cochard-Labbé responded to community objections to "The Debian version of FreeNAS" and resumed activity in the project and oversaw its transfer to FreeNAS user iXsystems. Developers Daisuke Aoyama and Michael Zoon continued FreeNAS 7 development as the NAS4Free project while and iXsystems rewrote FreeNAS with a new architecture based on FreeBSD 8.1, releasing FreeNAS 8 Beta in November 2010. The plug-in architecture arrived with FreeNAS 8.2 and FreeNAS versioning was synchronized with FreeBSD for clarity. FreeNAS 8.3 introduced full-disk cryptography and FreeBSD 9.1-based FreeNAS 9.1 brought an updated plug-in architecture that is compatible with the TrueOS Warden jail management framework. FreeNAS 9.1 was also the first version of FreeNAS to use the community-supported OpenZFS v5000 with Feature Flags.
Architecture
The 8.0 reimplementation of FreeNAS moved the project from a m0n0BSD/m0n0wall/PHP-based architecture to one based on FreeBSD's NanoBSD embedded build system, the Python programming language, the Django web application framework and the dōjō toolkit (JavaScript library). It also used the lighttpd web server, but this was replaced with nginx in FreeNAS 8.2.