Results 1 to 10 of 10

Thread: Raid?

  1. #1
    Salazaar Clone! mediaboy's Avatar
    Join Date
    Feb 2008
    Posts
    1,538
    Thanks
    275
    Thanked
    31 times in 29 posts
    • mediaboy's system
      • CPU:
      • Phenom x3 8500
      • Memory:
      • 2GB
      • Storage:
      • 1320GB
      • Graphics card(s):
      • HD3650 512MB
      • Operating System:
      • Windows Vista Premium x32
      • Internet:
      • T-Mobile Mobile Broadband

    Raid?

    Just exactly what is RAID? Do you have to have RAID from the moment you build a computer, or is it something you can later add in? What happens if you can add it in... does it affect any current memory? Is RAID a worthwhile thing to get? Should I bother getting RAID on a AX78?

    Me thinks it is compatible to some extent but unsure - guidance?

    In case it matters:

    AX78 (unless I give up on getting one that works from Scan)
    250GB WD HDD
    Quote Originally Posted by Fortune117
    Kids are getting smarter, eventually no amount of parental controls will be able to stop them
    I guess we're expected to do quite well

  2. #2
    I R Toff Pandi! TAKTAK's Avatar
    Join Date
    Mar 2008
    Location
    Vergon6
    Posts
    7,450
    Thanks
    553
    Thanked
    1,013 times in 748 posts
    • TAKTAK's system
      • Motherboard:
      • ASUS ROG STRIX B450-F GAMING
      • CPU:
      • Ryzen 7 3700X
      • Memory:
      • 16GB Corsair Vengeance LPX 3200MHz
      • Storage:
      • 500GB Samsung 970 EVO
      • Graphics card(s):
      • 5700 XT 50th Anniversary
      • PSU:
      • Be Quiet SFX-L 600W
      • Case:
      • Lian Li PC-O11 Mini
      • Operating System:
      • Windows 10
      • Monitor(s):
      • LG Ultrawide
      • Internet:
      • 200Mb FTTP

    Re: Raid?

    RAID

    redundant array of inexpensive/independant disks

    There are number of different RAID levels:

    Level 0 -- Striped Disk Array without Fault Tolerance: Provides data striping (spreading out blocks of each file across multiple disk drives) but no redundancy. This improves performance but does not deliver fault tolerance. If one drive fails then all data in the array is lost.
    Level 1 -- Mirroring and Duplexing: Provides disk mirroring. Level 1 provides twice the read transaction rate of single disks and the same write transaction rate as single disks.
    Level 2 -- Error-Correcting Coding: Not a typical implementation and rarely used, Level 2 stripes data at the bit level rather than the block level.
    Level 3 -- Bit-Interleaved Parity: Provides byte-level striping with a dedicated parity disk. Level 3, which cannot service simultaneous multiple requests, also is rarely used.
    Level 4 -- Dedicated Parity Drive: A commonly used implementation of RAID, Level 4 provides block-level striping (like Level 0) with a parity disk. If a data disk fails, the parity data is used to create a replacement disk. A disadvantage to Level 4 is that the parity disk can create write bottlenecks.
    Level 5 -- Block Interleaved Distributed Parity: Provides data striping at the byte level and also stripe error correction information. This results in excellent performance and good fault tolerance. Level 5 is one of the most popular implementations of RAID.
    Level 6 -- Independent Data Disks with Double Parity: Provides block-level striping with parity data distributed across all disks.
    Level 0+1 -- A Mirror of Stripes: Not one of the original RAID levels, two RAID 0 stripes are created, and a RAID 1 mirror is created over them. Used for both replicating and sharing data among disks.
    Level 10 -- A Stripe of Mirrors: Not one of the original RAID levels, multiple RAID 1 mirrors are created, and a RAID 0 stripe is created over these.
    Level 7: A trademark of Storage Computer Corporation that adds caching to Levels 3 or 4.

    the most commonly used being RAID 0 (speeds up access time as the data is spread between drives)
    and RAID 5 where the data has a copy of the data on other drives (running backup)

    EDIT: actually as staffsmike says RAID1 is a mirror, and RAID 5 has the ability to rebuild nazzed drives in the array and also spreads files over drives (my bad)
    Last edited by TAKTAK; 15-05-2008 at 09:55 PM.
    Post Counts and Other Rewards, Rules, Folding@Home, Fans: Push vs Pull vs Push-Pull, Corsair PSU OEMs.

    Quote Originally Posted by razer121 View Post
    Would you like me to enter you? it would be my pleasure
    TAKTAK.co.uk

  3. Received thanks from:

    mediaboy (16-05-2008)

  4. #3
    finding nemo staffsMike's Avatar
    Join Date
    Jan 2007
    Posts
    11,498
    Thanks
    197
    Thanked
    794 times in 741 posts
    • staffsMike's system
      • Motherboard:
      • evga 680i
      • CPU:
      • e6600
      • Memory:
      • geil ultra pc6400
      • Storage:
      • WD 320gb
      • Graphics card(s):
      • leadtek 8800 GTS 640mb
      • PSU:
      • ocz gameXstream 700w
      • Case:
      • akasa eclipse
      • Monitor(s):
      • dell 2007wfp and Lg L194WT
      • Internet:
      • pipex homecall

    Re: Raid?

    RAID 5 is actually used to stripe much like RAID 0 but each drive (must be 3 or more) stores the information to rebuild any hard drive that may fail in the array. It's the most expensive (due to the number of drives needed) but a very good way to gain performance and have a fairly safe backup.

    RAID 1 is a direct copy or Mirror.

    Yes you do need to start from scratch afaik.

  5. Received thanks from:

    mediaboy (16-05-2008)

  6. #4
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Raid?

    The speed advantage that is alleged to come from RAID 0 is much overhyped IMHO. Unless you are using a dedicated controller, in specific situations, you are unlikely to notice much difference, and in some instances, writing to the disk can be slower. RAID 1 is useful for resiliance, particularly in server and 24x7 operations - but should not be considered as a substitute for backup. RAID 5 is normal for large dedicated server applications.

    RAID is generally created when the disks are installed, although it is possible to have RAID partitions on two disks, if you are using software RAID - I'm ythinking here of the Linux RAID function. In that case you could create equal sized partitions on two or more disks and then create a RAID array from them. while having non RAID partitions on the same disks. That way you could transfer data across from the non RAID to the RAID partitions.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  7. Received thanks from:

    mediaboy (16-05-2008)

  8. #5
    Salazaar Clone! mediaboy's Avatar
    Join Date
    Feb 2008
    Posts
    1,538
    Thanks
    275
    Thanked
    31 times in 29 posts
    • mediaboy's system
      • CPU:
      • Phenom x3 8500
      • Memory:
      • 2GB
      • Storage:
      • 1320GB
      • Graphics card(s):
      • HD3650 512MB
      • Operating System:
      • Windows Vista Premium x32
      • Internet:
      • T-Mobile Mobile Broadband

    Re: Raid?

    If you have to start from scratch I guess it's not something I'm going to do till I decide to get Vistax64 or till my next build

    Thanks all!
    Quote Originally Posted by Fortune117
    Kids are getting smarter, eventually no amount of parental controls will be able to stop them
    I guess we're expected to do quite well

  9. #6
    Anthropomorphic Personification shaithis's Avatar
    Join Date
    Apr 2004
    Location
    The Last Aerie
    Posts
    10,857
    Thanks
    645
    Thanked
    872 times in 736 posts
    • shaithis's system
      • Motherboard:
      • Asus P8Z77 WS
      • CPU:
      • i7 3770k @ 4.5GHz
      • Memory:
      • 32GB HyperX 1866
      • Storage:
      • Lots!
      • Graphics card(s):
      • Sapphire Fury X
      • PSU:
      • Corsair HX850
      • Case:
      • Corsair 600T (White)
      • Operating System:
      • Windows 10 x64
      • Monitor(s):
      • 2 x Dell 3007
      • Internet:
      • Zen 80Mb Fibre

    Re: Raid?

    You can always install a raid controller into your pc, install the drivers for it and then image your system using something like ghost or acronis......

    You can then create your raid and restore the image to your newly created array.
    Main PC: Asus Rampage IV Extreme / 3960X@4.5GHz / Antec H1200 Pro / 32GB DDR3-1866 Quad Channel / Sapphire Fury X / Areca 1680 / 850W EVGA SuperNOVA Gold 2 / Corsair 600T / 2x Dell 3007 / 4 x 250GB SSD + 2 x 80GB SSD / 4 x 1TB HDD (RAID 10) / Windows 10 Pro, Yosemite & Ubuntu
    HTPC: AsRock Z77 Pro 4 / 3770K@4.2GHz / 24GB / GTX 1080 / SST-LC20 / Antec TP-550 / Hisense 65k5510 4K TV / HTC Vive / 2 x 240GB SSD + 12TB HDD Space / Race Seat / Logitech G29 / Win 10 Pro
    HTPC2: Asus AM1I-A / 5150 / 4GB / Corsair Force 3 240GB / Silverstone SST-ML05B + ST30SF / Samsung UE60H6200 TV / Windows 10 Pro
    Spare/Loaner: Gigabyte EX58-UD5 / i950 / 12GB / HD7870 / Corsair 300R / Silverpower 700W modular
    NAS 1: HP N40L / 12GB ECC RAM / 2 x 3TB Arrays || NAS 2: Dell PowerEdge T110 II / 24GB ECC RAM / 2 x 3TB Hybrid arrays || Network:Buffalo WZR-1166DHP w/DD-WRT + HP ProCurve 1800-24G
    Laptop: Dell Precision 5510 Printer: HP CP1515n || Phone: Huawei P30 || Other: Samsung Galaxy Tab 4 Pro 10.1 CM14 / Playstation 4 + G29 + 2TB Hybrid drive

  10. #7
    Salazaar Clone! mediaboy's Avatar
    Join Date
    Feb 2008
    Posts
    1,538
    Thanks
    275
    Thanked
    31 times in 29 posts
    • mediaboy's system
      • CPU:
      • Phenom x3 8500
      • Memory:
      • 2GB
      • Storage:
      • 1320GB
      • Graphics card(s):
      • HD3650 512MB
      • Operating System:
      • Windows Vista Premium x32
      • Internet:
      • T-Mobile Mobile Broadband

    Re: Raid?

    Just easier to wait 6-12 months till I start wanting more than 3 1/2 GB RAM

    Besides.. I'm a little broke at the moment, so a new HDD is probably beyond me
    Quote Originally Posted by Fortune117
    Kids are getting smarter, eventually no amount of parental controls will be able to stop them
    I guess we're expected to do quite well

  11. #8
    The LHC rulez! DataMatrix's Avatar
    Join Date
    May 2007
    Location
    Liverpool
    Posts
    511
    Thanks
    21
    Thanked
    10 times in 10 posts

    Re: Raid?

    You don't need to start from scratch if you can copy the data from your previous setup to the RAID array, unless you don't mind reformatting of course.

  12. #9
    YUKIKAZE arthurleung's Avatar
    Join Date
    Feb 2005
    Location
    Aberdeen
    Posts
    3,280
    Thanks
    8
    Thanked
    88 times in 83 posts
    • arthurleung's system
      • Motherboard:
      • Asus P5E (Rampage Formula 0902)
      • CPU:
      • Intel Core2Quad Q9550 3.6Ghz 1.2V
      • Memory:
      • A-Data DDR2-800 2x2GB CL4
      • Storage:
      • 4x1TB WD1000FYPS @ RAID5 3Ware 9500S-8 / 3x 1TB Samsung Ecogreen F2
      • Graphics card(s):
      • GeCube HD4870 512MB
      • PSU:
      • Corsair VX450
      • Case:
      • Antec P180
      • Operating System:
      • Windows Server 2008 Standard
      • Monitor(s):
      • Dell Ultrasharp 2709W + 2001FP
      • Internet:
      • Be*Unlimited 20Mbps

    Re: Raid?

    Also note that overclocking does not mix well with RAID0/RAID5 (Not very sure about RAID1 though).

    Dedicated hardware RAID card is not affected by overclocking but will cost you as much as a new non-overclocked machine.

    In general RAID6 > RAID1 > RAID5 in terms of reliability (4 Disks), and RAID6 is coming to be a must for 8 Disks+ as you sure want to protect your 6TB+ array from mechanical failure. But will take away too much space with 6 Disks or less.

    RAID3,4 is rarely used (Netcell / XFX Revo use RAID3).
    Workstation 1: Intel i7 950 @ 3.8Ghz / X58 / 12GB DDR3-1600 / HD4870 512MB / Antec P180
    Workstation 2: Intel C2Q Q9550 @ 3.6Ghz / X38 / 4GB DDR2-800 / 8400GS 512MB / Open Air
    Workstation 3: Intel Xeon X3350 @ 3.2Ghz / P35 / 4GB DDR2-800 / HD4770 512MB / Shuttle SP35P2
    HTPC: AMD Athlon X4 620 @ 2.6Ghz / 780G / 4GB DDR2-1000 / Antec Mini P180 White
    Mobile Workstation: Intel C2D T8300 @ 2.4Ghz / GM965 / 3GB DDR2-667 / DELL Inspiron 1525 / 6+6+9 Cell Battery

    Display (Monitor): DELL Ultrasharp 2709W + DELL Ultrasharp 2001FP
    Display (Projector): Epson TW-3500 1080p
    Speakers: Creative Megaworks THX550 5.1
    Headphones: Etymotic hf2 / Ultimate Ears Triple.fi 10 Pro

    Storage: 8x2TB Hitachi @ DELL PERC 6/i RAID6 / 13TB Non-RAID Across 12 HDDs
    Consoles: PS3 Slim 120GB / Xbox 360 Arcade 20GB / PS2

  13. #10
    Old Fool!
    Join Date
    Oct 2003
    Location
    Cambridgeshire
    Posts
    1,031
    Thanks
    11
    Thanked
    37 times in 31 posts
    • EtheAv8r's system
      • Motherboard:
      • ASUS Maximus V Gene
      • CPU:
      • i5 3570K @ 4500 Mhz
      • Memory:
      • 16Gb
      • Storage:
      • 2 x Samsung EVO 850 SSD; 1 x Samsung 2TB HD
      • Graphics card(s):
      • nVidia GeForce GTX 970
      • PSU:
      • Seasonic S-12 650 Energy+
      • Case:
      • Corsair Carbide
      • Operating System:
      • Windows 10 Home 64
      • Monitor(s):
      • Dell U2713H
      • Internet:
      • BT Infinity II

    Re: Raid?

    Quote Originally Posted by arthurleung View Post
    Also note that overclocking does not mix well with RAID0/RAID5 (Not very sure about RAID1 though).
    Please don't tell my PC that - it is running Intel Matrix RAID (0 and 1) and my E6700 is reliably overclocked from 2.66 to 3.56. See My System.

    If my PC starts crashing I will know you told it! LOL
    Try to make each and every day the best it can be.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Failed Disk Netcell RAID 3 - Cant rebuild, Cant read - Help!
    By Hawkeyes in forum Help! Quick Relief From Tech Headaches
    Replies: 12
    Last Post: 28-11-2007, 10:13 AM
  2. Raid guide for beginners post edition
    By alsenior in forum PC Hardware and Components
    Replies: 2
    Last Post: 09-09-2007, 10:40 PM
  3. RAID Information
    By carbon8ed in forum Help! Quick Relief From Tech Headaches
    Replies: 3
    Last Post: 28-07-2007, 06:27 PM

Posting Permissions

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