Slashdot Mirror


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."

41 of 621 comments (clear)

  1. FreeNAS by Ded+Bob · · Score: 5, Informative

    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

    1. Re:FreeNAS by anaesthetica · · Score: 5, Funny

      Actually, I much prefer Illmatic. Don't know what the rest of you are on about...

    2. Re:FreeNAS by Firehed · · Score: 4, Informative

      What are your experiences with the speed of FreeNAS? The couple of times I've dabbled with it, it was unusably slow by my standards (ie, 100Kb/s over a gigabit connection); no fault of the hardware, which currently serves at speeds of 20+MB/s using the disgusting but functional standard Windows file sharing.

      --
      How are sites slashdotted when nobody reads TFAs?
    3. Re:FreeNAS by LWATCDR · · Score: 5, Informative

      OpenFiler is also a good choice. Get that with a low power AMD cpu and you will have a nice inexpensive NAS.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    4. Re:FreeNAS by mitgib · · Score: 5, Informative
      Also in the home brew camp would be OpenFiler which I have a few I've built. Tyan has a nice 1U case with 4 hot swap bays that is reasonable, then their S2925 motherboard will support the Phenom (overkill on a NAS) but a nice X2 4000 is super cheap, and the board supports cheap RAM, add in a 3Ware 9650 for sata raid, or I've really started liking the Adaptec 3405 for SATA/SAS.


      I personally don't use Samba for anything, like your cleaning lady, I don't do Windows, but I've at least tested it and seems to work fine. LDAP is supported as well as NT4 and Active Directory for authentication. I have 4 boxes setup using LDAP and backup 300 servers between them and I simply never have to do anything except define new shares when I need one.

      --
      Being a spelling & grammar Nazi is a sign you do not poses the intelligence to contribute to the conversation
    5. Re:FreeNAS by rho · · Score: 4, Interesting

      Problem with Openfiler is it doesn't do any authentication itself. Or it didn't the last time I messed with it. You had to have another machine set up to do LDAP or Samba (or whatever) authentication. It was a huge pain in the ass and I gave up on it as a home-based solution. Very powerful, but huge overkill.

      --
      Potato chips are a by-yourself food.
    6. Re:FreeNAS by Jeremy+Allison+-+Sam · · Score: 5, Informative

      FYI: Channel #samba isn't visited by the Samba developers. #samba-technical is where we hang out. We don't use words like "wintendo" there. But then again we don't offer a lot of end-user help (mainly discussions on the code) so it might not be the right place for you.

      Jeremy.

    7. Re:FreeNAS by mitgib · · Score: 4, Informative

      How do you get it to work as a stand-alone NAS? It has four methods of user authentication - and all them require an external server. (For user authentication, you must have one of the following: NIS server, LDAP server, Windows Domain Controller, or a Kerberos server.)


      I know the documentation used to be pretty poor for OpenFiler, but the forum is very useful, filled with HowTo's. You no longer need anything external for authentication, it can use an internal LDAP server, as well as internal Active Directory and old style NT4 Domain.


      I have one set as the LDAP server, then 3 others that look to the first as the LDAP server and users/groups are available across all the OpenFiler servers. I also see some new even cooler features in the 2.3 release, I've still using 2.2 myself. But with a cheap Dell 53xx series switch, ethernet bonding works great, not so with the old and even cheaper Cisco 29xx/35xx switches. But using NFS and rsync speed of the network isn't so important to me, I do have some 20 servers backing up remotely over a frac OC3 and they get done within a couple hours.


      I'm not saying OpenFiler is the be all end all to NAS needs, I was simply making a suggestion, and it works perfectly for my needs, I have 100% control of the hardware used, if I want to sling in a huge software raid0, no problem, and the kernel supports most popular hardware raid cards. But if it's been years since you last looked at it, it has defiantly come a long way and might be worth another look.

      --
      Being a spelling & grammar Nazi is a sign you do not poses the intelligence to contribute to the conversation
  2. RAID5 is stupid, RAID 10 or no RAID by Anonymous Coward · · Score: 5, Interesting

    As a person who's suffered a RAID-5 failure and dealt with the poor performance I can say that RAID-10 is significantly better performance and significantly better reliability that is well worth it.

    Don't make the RAID-5 mistake.

    1. Re:RAID5 is stupid, RAID 10 or no RAID by Anrego · · Score: 5, Informative

      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++.

    2. Re:RAID5 is stupid, RAID 10 or no RAID by 4D6963 · · Score: 5, Informative

      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!
    3. Re:RAID5 is stupid, RAID 10 or no RAID by Snover · · Score: 4, Interesting

      Um, no, try again. RAID-6 is n+2 redundancy, not n+3. RAID-10 is n+2 on a good day but you are really only guaranteed n+1, since if both mirrored disks fail then you are screwed.

      --

      [insert witty comment here]
    4. Re:RAID5 is stupid, RAID 10 or no RAID by Cecil · · Score: 5, Informative

      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.

    5. Re:RAID5 is stupid, RAID 10 or no RAID by street+struttin' · · Score: 5, Insightful

      With any of these RAID methods make sure you pay attention to your disk controllers as well. If you have a controller go out and all the disks on that controller go with it, what happens to your array? Things to keep in mind...

    6. Re:RAID5 is stupid, RAID 10 or no RAID by Robotbeat · · Score: 4, Informative

      Not to be pedantic, but RAID10 will only guarantee data security with one drive failure. With RAID 10, there's an approximately 1/3 chance that the second drive to fail will cause you to lose all your data.

      Of course, with RAID6, any two drives can fail while ensuring the safety of your data. Hot spares are a good idea and will minimize the chances of having a three drive failure.

    7. Re:RAID5 is stupid, RAID 10 or no RAID by joeytmann · · Score: 4, Informative

      and not to be a tremoundous nit-picker, but for 100% true data protection you can't rely just on what type of RAID set you employe. A tested backup/restore process must be put in place, anything less and you risk data loss.

      --
      Insert funny smart-ass comment here.
    8. Re:RAID5 is stupid, RAID 10 or no RAID by swillden · · Score: 4, Informative

      I would still recommend RAID5, as it's worked quite well and been very economical for me, but performance-happy it is not.

      I'd recommend RAID6, personally. Not because two simultaneous disk failures are likely -- they're not -- but because the process of rebuilding a degraded array is very intensive and there's a good chance that if you've got a second drive that's getting close to failing, the rebuild process will trigger it.

      This happened to me. Twice. I had a six-disk set, five active disks in a RAID 5 plus a hot spare. One drive dropped out and put the array in degraded mode, so the hot spare was brought in and the rebuild process started. Halfway through the rebuild, another drive failed, and obviously the whole array went with it.

      The second failure was transient, so after rebooting I had five functioning disks, but the array was hosed. Thanks to the e-mails mdadm had sent me during the failure and rebuild, I knew the EXACT order that the disks were in prior to the start of the rebuild. I forcibly reconstructed the array from scratch, telling MD to treat the array as being in a valid degraded state no matter what the superblock said.

      The transient failure happened again during the second rebuild attempt.

      Since I didn't have backups of some of the data on the array, I crossed my fingers and tried again. This time it worked. I immediately dropped in a new drive, forced a failure on the one that had failed twice and breathed a profound sigh of relief when the rebuild completed successfully and my data all appeared to be intact.

      I decided then that RAID6 is a hugely superior solution over RAID5+hot spare, because a RAID6 array will survive a second failure while rebuilding the array onto a fresh drive.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  3. NAS: Western Digital MyBook World Edition II by dtremblay · · Score: 5, Informative

    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.

    1. Re:NAS: Western Digital MyBook World Edition II by 4D6963 · · Score: 4, Funny

      I've got it set up in RAID 1 mode (mode 5 needs a lot more drives).

      Sure, if by "a lot" you mean 1

      --
      You just got troll'd!
    2. Re:NAS: Western Digital MyBook World Edition II by jassuncao · · Score: 4, Informative

      The restriction on media files sharing only applies when using the built in Mionet client. I think the reason for the bad reviews is the slow speed. Although it has a gigabit interface, the processor doesn't have the required processing power. The greatest transfer rate I can achieve using FTP is ~7MB/sec for reads and ~5MB/sec for writes. But for it's low price and low power requirements I can't ask for more.

  4. Build Your Own by Anonymous Coward · · Score: 5, Informative

    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/

  5. ReadyNAS NV+ by mrgreenfur · · Score: 5, Informative

    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.

    1. Re:ReadyNAS NV+ by pyite · · Score: 5, Informative

      Is there any practical reason why the hardware is limited to 4 x 1 TB?

      This used to be true. The new code version (free upgrade) supports volumes up to 64 TB. See here. From that page,

      With RAIDiator 3, you were limited to a data volume of 2 terabytes. With four 750 GB drives, accounting for RAID and other overhead, you're roughly at 2 TB. However, with the latest 1 TB drives, usable space with 4 drives are around 2.8 TB, so you'll need RAIDiator 4 to take advantage of that extra space. RAIDiator 4 supports up to 64 TB, so you will be happy to know that your investment will be good for quite a number of years, especially with the way the ReadyNAS capacity is able to grow with X-RAID.

      --

      "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

  6. If those are your requirements.. by scsirob · · Score: 4, Insightful

    ... then you will end up with another Linux box. Not necessarily bad, but NAS devices in your range are what you already have. Just packaged a bit nicer, with a customised web gui.

    --
    To Terminate, or not to Terminate, that's the question - SCSIROB
    1. Re:If those are your requirements.. by millia · · Score: 4, Informative

      And it should be noted there are still plenty of IDE drives out there in the larger sizes. If you really want to go with SATA, then get an adapter card.

      Lack of performance? Not an issue, since I've yet to see a NAS that- at the lower end pricewise- was competitive in this regard, anyway.

      Or, keep the server, and drop in a new $100 mobo/chip combo that allows for better power management. Regardless, I've found things are much better with a home server than they ever were with a NAS, and my DNS, DHCP, Samba all work better, plus I now can run squeezebox.

      Having just seen terabyte drives at $169ish this past weekend, the flexibility of adding storage also makes it a better solution, too.

      --
      stored on computers from birth to the grave
    2. Re:If those are your requirements.. by Archangel+Michael · · Score: 4, Interesting

      DO NOT get a SATA card, unless you're putting it on a very fast (high speed) bus. A regular PCI bus is too slow.

      I've found that MOBO's with SATA Raid on board are better performing and cheaper than separate MOBO and PCIe SATA Raid, but there are features on the PCIe SATA RAID controllers that many people might want.

      ASUS makes a couple of MOBOs with SATA RAID, that I've found very good. I really like the NVIDIA SATA RAID setup on this board. Though you may be able to find a similar board cheaper somewhere else.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  7. Drool over Drobo by mlawrence · · Score: 4, Informative

    http://www.drobo.com/ Automatic RAID, hot-swappable and you can use any type/size/configuration of SATA drives. Upgrade as the price of drives go down. I've been using one for two months now and am very happy with it. I can watch a streaming movie while I yank out an 80GB to replace with a 500GB, and the movie doesn't even stutter once.

    1. Re:Drool over Drobo by bchirhart · · Score: 4, Informative

      Yea - I LOVE my Drobo. I know there are cool, hackable, low power, Linux/unix/mac/x-box, low cost, 64 TB, non-corporate-establishment options out there... but this is my data. My family pictures, movies, 1200 CD's blahblahblah... It was well worth it to buy something that I COULD NOT SCREW UP, and took longer to get out of the box than it did to get up and running. Movies stream from it just fine - why would I need anything faster than that? Is it REALLY imperative that when I copy my data it happens at six million gig a sec? To take it a step further, I back up my Drobo to an online service. Talk about your slow speed! But again - this is my precious data and well worth it. You need to figure out what you are really using it for and how much you want to manage it. There is no managing with the Drobo.

  8. DNS323 by VMaN · · Score: 5, Informative

    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

  9. Dealing with the same issue myself... by rtilghman · · Score: 4, Informative

    I've been using an old desktop with large HDs for years, always looking for that perfect, small NAS with minimal RAID that I could put in a corner. Unfortunately I was always frustrated since the majrotity of units were directed at business and ran over $1k (that's just too much to pay when a desktop is so cheap).

    However, recently there has been a real surge in the market, with a number of more home directed products available. These often include streaming services, in some instances are OSS friendly or even hackable, and have small form factors with RAID1 or RAID5.

    The best reviews I've found are at SmallNetBuilder.com... very thorough, always show the boards, etc. The best units I've found (or at least the ones that look the most interesting for my needs) are the following:

    Synology DS207+
    Looks like a great unit, with lots of control over the drives (RAID0, RAID1, and other drive configurations). However, it's a little pricey for a BYOD NAS ($350+). The support for NFS in external USB drives is nice, and the reviews are excellent. The fact that it doesn't have slimserver support (or not natively) is another weakness... I've been eyeing adding a squeezebox or other player to my stereo, and would like the option. One thing I can't figure out... is it worth going with the "+" unit, or is the old 207 adequate? It's a lot cheaper...

    Netgear ReadyNAS Duo
    This is obviously the most expensive option, and is about on par with the Synology unit from a performance perspective. I like the fact that it has Slimserver as a native option... seems very well rounded. Also has internal NFS support, which both the other units lacked. Negative seems to the weak photo sharing app (requiring a local install) and the lack of drive controls (RAIDX being the only option). The fact that the 1TB unit costs $600+ also sucks (that's with just 1 1tb drive)... I want a 1 terabyte x2 setup, and I can get a nice 1TB drive for a hell of a lot less than the $275+ (that's the difference between the 500gb and 1tb versions of this sucker). Basically means the 1 drive is a throw-away for me, which I have a hard time swallowing...

    Hard choice to make... but I think I'm going to go with the Synology and two 1tb WD caviar drives I can get for $160. Total cost around $650... a little more than I wanted to spend, but this should be good for years to come.

    -rt

  10. Re:I understand why you`d want to go pre-built by tgd · · Score: 4, Interesting

    The price difference may disappear quickly with the difference in power usage.

    According to my Kill-A-Watt, my old NAS box (old P4 desktop with two 750 gig SATA drives) costs me almost $20 a month in electricity more than those two drives in a USB enclosure hanging off my Airport Extreme.

    When I was using a rack-mount HP server, it was costing me twice that!

  11. ReadyNAS by UserChrisCanter4 · · Score: 5, Informative

    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.

  12. SmallNetBuilder.com by Anonymous Coward · · Score: 4, Informative

    See www.smallnetbuilder.com. They review NAS devices regularly. As well, they have a set of NAS charts with benchmarks.

  13. Don't use a NAS device by Bandman · · Score: 4, Interesting

    Let me say this, as someone who runs a small network which has something like 10TB of total storage, don't use a NAS device if you want anything more complex than a samba server with (probably) no security. Use a server with either attached storage, internal storage, or SAN storage.

    NAS devices suck. Either that administration is tedious and incomplete or nearly nonexistent.

    Are you hoping that your NFS permissions work right? They won't, at least without massive configuration on your part. Are you relying on the data always being available? It won't be, because even the semi-expensive ones use junk hardware. Wanting high availability solutions? Don't even think about a NAS device. Most of them don't have hot-swappable power supplies, hard drives, or anything else.

    They're essentially toys, overpriced, underpowered, hard to configure toys that break far too often.

    Use a dedicated fileserver. Do yourself a favor. I've got 2 snap machines (one with expanded storage), an IOMega StorCenter, and they're all crap. The other one's I've investigated are crap. Use a real machine.

  14. Synology CS-407 by De+Lemming · · Score: 4, Informative

    I heard a lot of good from friends of mine about the Synology Cube Station CS407, and that's the one I have on order now. I like the fact it's expandable, I'm e.g. planning to run a Squeezebox server on it. It has good support, and a large user community.

    Others I heard about: Intel SS4200-E (Helena Island). It exists in two versions, one with an embedded OS on a flash and one without any soft. The one with software included has not that much possibilities and is not expandable, it's in the category "it just works." For the other version, I heard installing Linux or Windows Home Server on it is a PITA...

    The ReadyNAS by Infrant (recently bought by Netgear) also gets good comments.

  15. personal storage servers by goombah99 · · Score: 5, Interesting

    At one time I got myself a brand new $200 P4 (back when it was still the best chip) at a grand opening of an Office max, plugged in a whole pile of drives and set up a software raid 10.

    Then I did the math. the power bills to run this thing 24/7 were going to be more than the cost of the computer. My disks would be pretty much spinning all the time even though for home usage i'd say I actually hit non-local disks maybe a few times a week at most.

    So I sold it and went to external (firewire) disks and attatched them to computers I was already using. This makes so much more sense as a backup system. It actually cost less both in terms of chassis and power for a small system.

    Even better is that I can detach the disks and take them offsite (my office desk at work) and rotate in new disks. my big fear is not losing my last week of stuff but losing say all my family photos or long term bussiness records, manuscripts etc. So really an always-on raid is not as big an issue to me as off-site storage. Because I rotate the disks I still have duplicates of everything.

    The other nice thing is that since I have a wireless G network, when I want fast access to the disks I can move them from my desktop to my lap top.

    Now some people say well, those external disks are more expensive because of their chasis and interfaces or that they are slower. But not really. with the dedicated server solution you have the computer and interface cards to buy. Probably a separate screen and keyboard as well. The power consumed is far more. And for low duty cycle usage you don't have to spin the disks all the time.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:personal storage servers by gfxguy · · Score: 4, Informative

      Interesting, but it's not a good solution for a household with multiple computers running at odd times. What if you're at work and your wife wants to access those mp3s? She has to turn your computer on? She has to take the firewire/USB drive from your computer, including the power cables and stuff?

      I have a USB drive, with four people in my household, and five computers total, it's not a viable solution for sharing all the family photos and music. You may not need a dedicated server, but at least one box has to pretty much always be on.

      If you skip down, you might see my other thread:

      Online storage

      I guess it depends how much you have to store, but the solution I was given sounds great...

      • No hardware to buy.
      • No extra electricity used.
      • Offsite storage gives you back up in case of catastrophic disaster.


      The only downside is speed, but I don't see why people really need that much speed for most things. I mean, I don't normally, for example, rotate out ALL of my mp3s on my player, just maybe a few dozen at a time; low-res photos are on my website, so I don't normally need to access the high-res versions very often... plus I'd generally work locally and then save remotely.

      So I haven't tried this out yet, but I intend to... for my 30GB worth of stuff that I have right now (that's worth backing up and sharing amongst the computers), it's like $4.50/month. Sadly, I wish I could use my GoDaddy account (where I have over 100GB free), but I can only use that with FTP. Fine for me, but no one else in my family.

      --
      Stupid sexy Flanders.
  16. You're stupid, for not appropriately using RAID5 by SuperBanana · · Score: 4, Interesting

    As a person who's suffered a RAID-5 failure and dealt with the poor performance I can say that RAID-10 is significantly
    better performance and significantly better reliability that is well worth it.

    RAID is just a reliability mechanism. It's not backups. Any NAS solution you look at should have a way to back up part of it, and many do.

    RAID5 is acceptable IF you regularly scrub the array AND you don't have too many devices in the RAID set, because it is designed to tolerate one disk failure. RAID6 in a 4-5 drive configuration should be plenty safe in quantities most people would use for home NAS's.

    RAID10 does offer much better performance, but the performance increase would be largely wasted in the home market. If you're watching video, anything over a couple megabytes a second just helps with seek performance (802.11N is just about perfect for most movie and TV "rips", for example- 802.11g is doable), and when you're uploading or downloading media, anything beyond the speed of local disk is also pointless.

  17. Obligatory Spinal Tap Reference by Anonymous Coward · · Score: 5, Funny

    As a person who's suffered a RAID-5 failure and dealt with the poor performance I can say that RAID-10 is significantly better performance and significantly better reliability that is well worth it.

    My RAID controller goes up to 11.

  18. Use the 21st century RAID notation for clarity by Medievalist · · Score: 4, Informative

    RAID10, is a mirror of RAID5 arrays.
    RAID0+1, is a RAID5 of mirrors.

    No. The old nomenclature (such as "RAID10") was never defined properly so different people used different definitions. One vendor's RAID10 can be the same as another vendor's RAID0/1 so be careful.

    Since 1990 or thereabouts people have taken to using the plus symbol, so

    RAID0+1 is a RAID1 of RAID0s (a single mirror)
    RAID1+0 is a RAID0 of RAID1s (a bunch of mirrors)
    RAID5+0 adds (or stripes) a bunch of RAID5 arrays together.

    You notate the RAID levels in the order they were applied; if I take 96 disks and make 12 stripe sets (RAID0) and then make six mirror pairs (RAID1) and then make a RAID5 array from them, it would be a RAID0+1+5 array. The notation is infinitely extensible and simple to learn and remember.

  19. Re:Thecus 5200 by Jeremy+Allison+-+Sam · · Score: 4, Informative

    No, Samba doesn't have a 2GB file limit. Samba is fully 64-bit clean.

    Jeremy.