Results 1 to 7 of 7

Thread: Hardware RAID or FreeNAS RAID ! ????

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    7

    Hardware RAID or FreeNAS RAID ! ????

    I'd like to know which one is better to use !

    Hardware RAID 5 or FreeNAS RAID 5 in terms of data recovery and performance !!
    btw Im running FreeNAS on our backup server in the datacenter ! so its quite important to have a good performance and high chance of data recovery !

    Thanks

  2. #2
    Senior Member
    Join Date
    May 2011
    Posts
    566
    long story short go with raidz, raid5 is beat on every metric.

    well traditional RAID 5 has the write hole and raidz does not, ie if you loose power, you can loose data you were in the process of writing but with zfs you cannot.

    zfs has checksums for everything so when you have an inconsistency, you know which is correct and which isn't. you don't have this with raid5.

    zfs has a highly optimized caching scheme designed for it. raid5 has the cache of the controller which is designed for it, but this is many times smaller than the cache you'll have with zfs.

  3. #3
    ZFS is much better than RAID (especially RAID5) in just about every way
    If you have an SSD disk for ZIL / L2ARC, then you'll have a killer setup.

  4. #4
    Member raulfg3's Avatar
    Join Date
    May 2011
    Location
    Madrid
    Posts
    39
    ther are a lot of threads answer this question, only google a bit, some examples:
    http://forums.anandtech.com/showthread.php?t=226048
    http://opensolaris.org/jive/thread.jspa?threadID=120815
    FreeNAS x64 full, 8 GB, AMD Athlon II X4 550, 4xHD203WI 2T on RaidZ1 & 6xHD103UJ 1TB on RaidZ1 on LSI SAS3081E-R 8-Port
    Board: ASUS M3N WS http://www.asus.com/product.aspx?P_ID=7gfWeKeA2oofkHP5
    see: https://sourceforge.net/apps/phpbb/f...hp?f=93&t=5768

  5. #5
    Junior Member
    Join Date
    Jun 2011
    Posts
    7
    Thanks guys, I used RAID-z but can I ask what if the whole system I mean motherboard crashes, how can I recover my data I mean rebuild the RAID, what shoudl I do in that care ?

  6. #6
    Senior Member
    Join Date
    May 2011
    Posts
    566
    sure, there is no rebuild to do. connect the drives any way you want to in a new system, install an OS that supports zfs. then import the pool.

    it's no big deal, all the important information is stored on each drive. you could even loose one of the drives in a horrible plane crash and you'd be fine as you have one drive of redundancy.

  7. #7
    Junior Member
    Join Date
    Jun 2011
    Posts
    7
    Cool, Thanks a lot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •