What NAS To Buy?
An anonymous reader writes "Currently, I'm running an old 4u Linux server for my private backup and storage needs. I could add new drives, but it's just way too bulky (and only IDE). For the sake of size and power efficiency I think about replacing it with a NAS solution, but cannot decide which one to get. The only requirements I have are capacity (>1.5TB) and RAID5. Samba/FTP/USB is enough. Since manufacturers always claim their system to be the best, I'd like to hear some suggestions from you Slashdot readers."
Something such as FreeNAS (http://www.freenas.org/) may work for you, if you purchase your own hardware. A quick rundown of what it provides: http://en.wikipedia.org/wiki/FreeNAS
I've got the WD MyBook WE 2 TB drive a few weeks ago. I haven't installed any of the MioNet software on my computer because I heard complaints about it. I've got it set up in RAID 1 mode (mode 5 needs a lot more drives). Performance is good so far. Powere consumption is around 20W, as opposed to a desktop PC at around 150W. Since it's running OpenLinux, I was able to add SSH and do more configuration of the SMB server this way. The linux partition is 2 GB; the Arm processor is somewhat underpowered for most other applications.
Using Solaris Express with ZFS. There is an extensive set of articles on how to do this at Simon's blog http://breden.org.uk/
Since you didn't really say much about other requirements, I'll recommend the NV+. I just got one on ebay and it's awesome. It just works. Shows up on the network immediately, has lots of blinking lights and a nice web config interface. 4 bays expand up to 4TB. Plus, it's a shoebox and not a gigantic 4U rack.
Get a d-link DNS323 and toss in 2x1TB drives, and you are set.
The firmware hasn't really matured until now, with FTP/iTunes/samba server, and the latest addition is a torrent client, for all your 24/7 downloading needs.
It's quite hackable, with an USB port for printer sharing, or storage with a bit of hacking.
I had horrible firmware problems the first ½ year i had it, but now it's smooth sailing
I don't know why AC got modded troll... it's good advice. I built my file server as raid5 and am regretting it. It's the most economical, and you do get some redundancy.. but if I had to do it all over again, I'd totally go raid10.
With Raid5 .. two drives fail and your done. Unless you buy every drive at a different time from a different manufacturer, chances are under the same wear conditions, two will fail around the same time. With a raid10 .. you put all one brand on one side, all of another brand on the other side... possibly on a separate controller. Raid10 can withstand a much larger failure... and you also get some serious performance++.
Netgear's ReadyNAS line of products (originally made by a small outfit called Infrant before Netgear bought them out) strikes the best mix of NAS characteristics outside of rolling your own.
The RND4000 retails for $900 diskless, although you can occasionally find it a bit cheaper. It has four SATA inputs and uses a "drive cage"-style design to eliminate wires and allow for hot-swap; it's 9" x 8" x 5". It has gigabit ethernet interface and 3 USB ports. You can set it up as a print server, interface to a UPS, set it up to auto-copy out to a USB HDD on a particular schedule, or set it to auto-copy in from USB flash card/drive to a particular partition.
All the interface is web-based, and in addition to the usual NAS features it supports FTP and HTTP sharing of files, Active directory integration (if that floats your boat), user quotas, and other fun little stuff. The system supports automatic power-on and -off at scheduled times, a journaled file system, and spin-down of drives when not in use. My model states that it uses 60W spun down and 130W at full tilt.
It supports RAID-5 and a RAID 5-based system that Netgear/Infrant call X-RAID. X-RAID allows for dynamic expansion of capacity, which is a very nice selling point in a NAS box. Got 4x250GB drives and want to upgrade to 4x750GB? Just pull one drive at a time, wait for rebuild, and repeat until all four have been replaced. Netgear/Infrant has never gone into the specifics of how it's done, but I'm guessing the drives are partitioned and the partitions are then RAIDed to ensure drive-level failure can't cause a problem. I know I've seen people do the same thing in software on x86 machines (in LVM, maybe?), so I'd guess that's what they're up to.
I have an older Infrant ReadyNAS (the X6 ver. 2 model), and have been very pleased with it. I have heard grumbling that after the Netgear buyout the support channels have gotten a little more irritating. I haven't personally had to deal with it, so I can't vouch either way, but I do notice that the latest system update (which had been in beta a few months ago when I checked) is now listed as a proper release on their downloads section, so they appear to be maintaining the normal release schedule.
You will hear some /.ers recommend rolling your own, and they'll definitely have good arguments. $900 diskless goes a long way in small, quiet, cool PC gear. If you want a NAS system, though, I've found this to be one of the best mixes of features (particularly the dynamic expansion) available short of a full-on PC.
With Raid5 .. two drives fail and your done
Then go with RAID 6. Takes 3 failures (out of 4!) to lose data. By the way, is there any sort of setup out there with more than 2 parity drives?
Also, if you've got 4 drives in your RAID 10 setup only two drives need to fail for you to be screwed, plus you only get (theoretically) twice the performance of a single drive, as with a RAID 5 setup for the same amount of drives you get 3 times the performance.
You just got troll'd!
Using RAID 1+0, you get almost 4 times the performance for reads, and 2 times for writes.
Using RAID5, you get maybe 3 times the performance for reads (if you're lucky), and writes can be slower than a single drive due to parity calculations.
Clearly, 1+0 is the preferred choice for performance (and yes, I have used both, for years)
I would still recommend RAID5, as it's worked quite well and been very economical for me, but performance-happy it is not.
Random and weird software I've written.