Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 21-07-2005, 02:50 PM   #1 (permalink)
Broken In
 
Join Date: Apr 2005
Posts: 152
Default The world of RAID-0, 0-1how tos ???????


hi,

i have got 2 80 GB SATA HDD. well, what i want now is to configure them in RAID (??? ) this numbering am a bit confused. so, anyone out there who would help me to solve this problem???

heard that this set up SPEEEEEEEEEEDs up the computer performance.and i would like to explore it.

do hlp
taken is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 21-07-2005, 03:08 PM   #2 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

I would like to ask you to read the various RAID levels possible with 2 disks & then decide upon your requirement.
RAID Levels

Though each level has its own mertis & demerits like for say RAID 0 is striping,& if one disk fails you loose all your data irrespective whether the second disk is working or not.

Also to gain performance in certain RAID level scenarios you need a real hardware RAID PCI card.
Does your motherboard have onboard RAID? Which motherboard you got there?
I would suggest read up a bit on RAID levels,its pros & cons & then set it up practically.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 21-07-2005, 03:57 PM   #3 (permalink)
Wise Old Owl
 
siriusb's Avatar
 
Join Date: May 2005
Location: Chennai, India, Asia, the Earth, the Solar system, the Milky Way, the Local group, this Universe.
Posts: 1,171
Default

Raid-0 can't be called a raid. Maybe as AID, coz there's no redundancy.
To raid, u will need atleast 2 hard disks and a good raid hardware.
Even if u don't have the h/w, you can emulate it in s/w. Software raid works but is OS dependent and you cannot have the OS partition on the raided partitions. So it kinda loses its value since the OS boot time remains the same.

To raid in XP, here's a good how-to. Here's a very good article on Raid.
__________________
http://myxp.blogspot.com
-----------------------
Winchester 3200+ @2,500MHz
LeadTek 7900GT VOLT MODDED @ 680 core, 1800 mem
2x1GB Transcend DDR400 @ DDR454 2.5,3,3,5,1T
siriusb is offline  
Old 21-07-2005, 07:47 PM   #4 (permalink)
Alpha Geek
 
Join Date: Mar 2005
Location: Doha, Qatar
Posts: 942
Default

Search for an article at Anandtech which concludes that Raid 0 doesn't do much w.r.t. real world performance and is really not worth the effort unless you're running disk I/O intensive server applications.

I almost went for 2 SATA in Raid 0 before I read this.

-Keith
__________________
[ THIS SPACE HAS BEEN RESERVED FOR FUTURE USE IN CASE I WANT TO BOAST ABOUT MY PC'S, HOUSE, CAR, GIRLFRIENDS OR OTHER STUFF THAT I KNOW YOU DON'T REALLY CARE ABOUT ]
Keith Sebastian is offline  
Old 21-07-2005, 08:51 PM   #5 (permalink)
In The Zone
 
hcp006sl's Avatar
 
Join Date: May 2005
Location: Kolkata
Posts: 221
Default RAID - some basics.

Short for Redundant Array of Independent (or Inexpensive) Disks, a category of disk drives that employ two or more drives in combination for fault tolerance and performance. RAID disk drives are used frequently on servers but aren't generally necessary for personal computers.

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.
RAID S: EMC Corporation's proprietary striped pairty RAID system used in its Symmetrix storage systems.
•E-mail this definition to a colleague•
Source:http://www.webopedia.com
Some informations also here: http://www.staff.uni-mainz.de
__________________
Orkut members are invited to join:
http://www.orkut.com/Community.aspx?cmm=28705185
hcp006sl is offline  
Old 24-07-2005, 08:09 PM   #6 (permalink)
The Hardware Labs
 
mohit's Avatar
 
Join Date: Feb 2005
Location: Raipur, India.
Posts: 1,546
Default

@digen
hey does the IntelĀ® Desktop Board D955XBK support true hardware raid or ill need another PCI RAID Card ?

Also i wanna know about Intel's RAID technology (Intel Matrix Storage) which allows for a combination of two RAID Levels such as 0+1 so that the user can benefit from the perfomance boost of the 0 level and the safety offered by level 1 ... how do u do this ? and is it good ?
mohit is offline  
Old 24-07-2005, 10:09 PM   #7 (permalink)
In The Zone
 
hcp006sl's Avatar
 
Join Date: May 2005
Location: Kolkata
Posts: 221
Default Intel Desktop Board D955XBK support true hardware raid

Quote:
Originally Posted by mohit
@digen
hey does the IntelĀ® Desktop Board D955XBK support true hardware raid or ill need another PCI RAID Card ?
Serial ATA interfaces with RAID support:
8 x SATA (Serial ATA) for 4 SATA300 devices and 4 SATA150 devices — four of them are based on the chipset and support transfer rates of up to 300 MB/sec as well as other SATA-II functions; connected disks can form RAID 0, 1, 0+1 (10), and 5; the other four are based on an additional controller Silicon Image, supporting 150 MB/s transfer rates; connected disks can form RAID 0, 1, and 0+1.
Integrated Controller for RAID:
SATA RAID controller, based on Silicon Image 3114 chip, supporting 4 SATA150 devices that can form RAID 0, 1, and 0+1.
Source:http://www.digit-life.com/
__________________
Orkut members are invited to join:
http://www.orkut.com/Community.aspx?cmm=28705185
hcp006sl is offline  
Old 24-07-2005, 10:12 PM   #8 (permalink)
The Hardware Labs
 
mohit's Avatar
 
Join Date: Feb 2005
Location: Raipur, India.
Posts: 1,546
Default

@hcp006sl
so do i need a PCI RAID Card or is the onboard RAID Controller good enough ???
mohit is offline  
Old 24-07-2005, 10:38 PM   #9 (permalink)
In The Zone
 
hcp006sl's Avatar
 
Join Date: May 2005
Location: Kolkata
Posts: 221
Default

Quote:
Originally Posted by mohit
@hcp006sl
so do i need a PCI RAID Card or is the onboard RAID Controller good enough ???
Onboard RAID Controller good enough.
__________________
Orkut members are invited to join:
http://www.orkut.com/Community.aspx?cmm=28705185
hcp006sl is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Sarath
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 01:12 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2