Archive for the 'FreeNAS' Category

FreeNAS article in german PC magazine

freenasbox.jpgDaten verteilen leicht gemacht

Wenn Sie Besitzer mehrerer Computer und/oder Notebooks sind, kennen Sie das Problem: Daten befinden sich nie dort, wo sie gerade gebraucht werden. Die Lösung dieses Problems ist eine Netzwerkfestplatte, auf die alle Rechner zugreifen können. Wir stellen Ihnen eine preiswerte Eigenbau-Lösung vor.

Weiter / More

Best of open source in storage

FreeNASFreeNAS takes our Bossie for best open source NAS server. FreeNAS is far and away the most mature open source NAS platform, built on a FreeBSD base and backed by an active community. Providing CIFS, NFS, FTP, iSCSI, RSYNC, and AFP (Apple File Protocol) support, not to mention software RAID 0, 1, and 5, FreeNAS covers just about all the bases for storage, and wraps them in an attractive Web management interface. To get in this game, all you need is a server and some disk. Even better, FreeNAS can be easily installed on a Compact Flash drive or a USB key, so none of the core OS actually lives on the storage drives, thus making it far less vulnerable to hardware failure. Its performance is dependent on the hardware used, and it’s not likely to beat an EqualLogic iSCSI SAN in a head-to-head, but for free it can’t be beat.

Read about all Bossie awards here

FreeNAS 0.685RC1 Released

After a long time and hard work the FreeNAS team have released a new beta version (v0.685b) of FreeNAS. It includes many new features and a lot of bugs fixes.

Download | Change log | Report problems

1.3TB FreeNAS box built & corked

FreeNASI built a 1.3TB freeNAS box a while back. I used 4 x 250GB drives in one array, and 3 x 120GB drives in the 2nd array, with an old 80GB for the freeNAS OS.

The case and IDE controller card was purchased for the project, but the PSU, mobo etc, and all the drives were stuff I had laying around.

It’s an old Gigabyte board with an AMD Athlon XP 2600+ running at 1919 MHz, plus 1.5GB of RAM (which is stupid over-powered for a freeNAS box, but hey, it was left over stuff). On the upside, the system is *never* sweating for CPU power. It’s got a built in 10/100 NIC. There’s a video card in there, but only because the thing won’t boot w/out a video card in the slot.

The OS is freeNAS 0.684b, which I’m pretty happy with. This thread isn’t about setting it up, but that’s not really hard to do. If this board would have booted off USB (which I just could NOT get it to do) the freeNAS OS would have been running of a 64MB USB flash drive I had lying about. Since the thing wouldn’t boot of USB, I threw in an 80GB drive and ran the OS off that.

Roughly 34MB of the drive is in use, lol….

Anyway. I stuffed 1.3TB of drives in there, and then created 2 separate RAID 5 arrays. The reason for that is that freeNAS can use different size drives in one array, but it’ll pick the smallest to set the stripe size with, and you end up with 7 x 120GB drives instead of 3 120’s and 4 250’s (because it pretends the 250’s are 120’s, which is a huge waste).

Read further (incl lots of pictures)

FreeNAS week; 6 FreeNAS Tutorials

FreeNAS: Review and Suggestions for Educational Use

FreeNASFreeNAS is an open source operating system exclusively built to serve the purposes of implementing a small Network Attached Storage (NAS for short) device. NAS devices allow for centralization of data, data backup, and collaboration. The beautiful part, besides it’s being free, is the ease in setting it all up.

At TTU we have begun using a FreeNAS server for organizing all of our files that are commonly used throughout our department. One of the issues that kept coming up within our department was versioning control (people using different versions of the same document). We were also struggling to keep all of our files that we commonly shared in one central location. It was not uncommon for one person to go on vacation and inadvertently lock us out of accessing documents that we all needed access. FreeNAS allows one central location for all of these solutions. FreeNAS’s features really shine in its versatility. With FreeNAS, one can connect to the NAS as a shared network drive, an ftp server, and many other useful methods that meet a wide variety of operating systems needs. With FreeNAS we can insure proper backup either by using a hardware RAID or the built in software RAID.

As one can already see the possibilities for education are pretty varied and wide. It for one can offer life to legacy hardware by turning older machines with lower power processors into centers for data management. A NAS does not need the heavy computing power that many other services need. FreeNAS can also be fun from a usb drive or compact flash drive further reducing its footprint. FreeNAS offers efficiency and access to files from either work, home, or abroad. It offers a method for sharing files that would other wise have to be handed off physically or broken into chunks and sent through email. It also gives schools the opportunity to centralize their documentation and backup. When combined with backup software one can greatly decrease the likelihood of data loss due to hardware failure. It also offers integration with LDAP and local user authentication and restriction control. All in all the software provides another free and easy to configure alternative to expensive projects.

This is a review by rschapman. Bold by me.

FreeNAS 0.685 Beta released

After a long time and hard work the FreeNAS team have released a new beta version (v0.685b) of FreeNAS. It includes many new features and a lot of bugs fixes.

Download | Change log | Report problems

FreeNAS, how it works (video)

What is FreeNAS, how does it work and how do I set it up?

Check out this video

FreeNAS and 11633 iTunes

From another happy FreeNAS user:

So we have our FreeNAS RAID array setup now. We have two 500GB hard drives mirrored in a RAID 1 array and it seems to be working well. The setup was very simple, just downloaded/burned the iso, installed FreeNAS to a spare usb key then followed the documentation to setup the raid.

So now we have a 500gb mirrored RAID 1 drive connected to our network and have been moving our collective media over to it. We are both running our laptop iTunes Libraries from the RAID and I am currently working on a program to keep our libraries in sync. The aim of this script is to scan the NAS music folder, scan the local iTunes library, compare the 2 and add files on the NAS that are not present on iTunes. At first I decided to use applescript but it seems this is too slow when you have 11000+ tunes!

So I have resorted to learning objective-c and write a proper cocoa application to handle this. Wish me luck! I’ll update when there are updates!

source

A look at the FreeNAS server

FreeNAS

Gary Sims, a freelance Linux consultant and writer who has a degree in Business Information Systems has published a review of FreeNAS on Linux.com.

FreeNAS, an open source NAS server, can convert a PC into a network-attached storage server. The software, which is based on FreeBSD, Samba, and PHP, includes an operating system that supports various software RAID models and a Web user interface. The server supports access from Windows machines, Apple Macs, FTP, SSH, and Network File System (NFS), and it takes up less than 16MB of disk space on a hard drive or removable media.

FreeNAS is free to use and deploy without cost. It’s an open source project published under the BSD license. The software is popular enough to have gotten more than 20,000 downloads last month.

The article’s conclusion:

FreeNAS’s web management interface is comprehensive enough that to administer the server you don’t need to use the command line. There is provision for full shell access via SSH but I didn’t find the need to try it. Reading the forums on freenas.org, which are the primary venue for support, shows that some people do use the command line for some more exotic configurations, but for the basic user the Web management interface will be sufficient.

In my testing, the core FreeNAS system was stable, but it is possible to get the system configuration into a confused state. For example, when creating my first local user I ignored the message that a group must be created first and blindly went ahead and tried to create the user. This resulted in some internal errors, and from that point on all local user authentication failed. The only way to fix the situation was to restore the FreeNAS server to the factory defaults and reconfigure the system from the beginning. If you respect the warnings and messages, you shouldn’t have any problems.

To secure your server you need to change the default password for the Web management interface. It also might be worth disabling the console menu if physical access to the server isn’t limited.

One limitation of the software is the lack of granularity in setting access rights to shares. The local user authentication model is an all-or-nothing affair. You can’t set some users to be read-only or others to only have access to certain shares. Once a user is authenticated, he has full access to all the shared storage.

The FreeNAS server has lots of potential and is under active development; there were 11 point releases in the first four months of 2006 alone. It’s a good alternative for building a simple network server without having to install a full-blown version of Linux or FreeBSD. It is also a good way to make use of aging hardware, as its system requirements are quite modest by today’s standard.

Read the whole review here.

If you’re interested in setting up a FreeNAS server and want to know a bit more about the technical background, then have a look at this presenatation by Olivier Cochard-Labbe, the maintainer, done at BSDCan 2007)