Toms Hardware Guide --How to Raid without additional hardware.

L

LT.Homer Simpson

Guest
This is an article that I found in Tom's Hardware.
Even though this article deals with Win2000, it works for XP too.

These days, we expect technology hold true to its promise of ever increasing speeds, and so we find ourselves waiting impatiently at the PC as the system boots, launches an application, or copies a large amount of data. If time really is that critical for you, then consider optimizing the hard disk or storage performance.

There are several approaches of how to speed up storage performance and increase data safety. The most effective way is to use hard drives that merely consist of RAM chips (so-called Solid-State Disks). As you can imagine, such drives are very expensive and thus do not come into question for most users.

RAID systems are a more popular and affordable option, but only if they are set up with IDE drives! SCSI is still more expensive, but more on that later. Basically, RAID is a system to increase both performance and data safety by using multiple drives (RAID: Redundant Array of Independent Drives). However, many users do not consider Mode 0 (striping) to be a viable RAID mode because it does not add redundancy, meaning that it can put your data under a high risk: If one drive fails, all data on the whole drive array will be lost.

RAID 0 arrays are not meant to be a long-term storage solution due to the safety issue. But they are suitable very well for fast short-term storage (swap file, temporary drive, video editing, video encoding).

Data Fragmentation: A Performance Killer

Several reasons make us believe or at least feel that hard drives are far too slow. The most important factor is data fragmentation that has heavy influence on the hard drive's performance.Typically, files are stored one after another.
Deleting files opens a gap between the remaining files ... which will be closed as soon as new files are stored. If the size of the new file is larger than the capacity of the gap, the file will be split (fragmented).

You don't need to be an engineer to understand the impact of fragmentation. As long as a file is stored in one piece, it can be read sequentially (which means at maximum performance). Fragmented files require two or more head positioning operations that naturally interrput the data transfer process and finally slow down the hard drive performance considerably.

Although fragmentation has no direct influence on access time (it does not matter if a file is fragmented or not), the read/write heads may finish reading the last file fragment at a different position than they started. Unfortunately, cache algorithms cannot cope with this effect. At reduced efficiency, the cache memory won't be able to speed up the hard drive any more.

It's quite obvious that fragmentation cannot be avoided, but it can be kept low by defragmenting your hard drive regularly. Depending on the amount of data you are moving on your hard drive, you should do it every few weeks. If you regularly fill and empty your drive or only every few months if your data turnover is only small. ... it can be kept to a minumum if you defragment your hard drive regularly.

IDE vs. SCSI RAID

Although many people tend to believe that SCSI is already dead in the mainstream market, it still has several important advantages over IDE.
--------------------- IDE -------------------------- SCSI
Bandwidth----------100 MB/s----------------------160/320 MB/s
------------------(UltraATA/100)-------------(Ultra160,Ultra320SCSI)
Cable Length-----45 cm per cable------------------ ~150 cm

Devices per
Channel----------------2----------------------------7/15

Scalability----------Average-----------------------Excellent

Multitasking
Performance-------usually average---------------usually good

Costs-----------------Low----------------------Medium to high

CPU Load-----------Medium-------------------------Low

Factors like scalability, multitasking performance and the CPU load may be less important for home or office use, but trivial things like the cable length could make the whole thing a bit difficult: The IDE cable length of only 45 cm will give you a hard time trying to attach cables to several IDE drives in the upper drive bays. The same happens to high-end IDE RAID controllers like the Promise SuperTrak100: This device even supports RAID 5, but attaching the required devices (usually 5 or 6) can be quite difficult in many computer cases. In case of SCSI, you can attach up to 7 devices to one after another to a single cable, which should usually be easy to realize.

RAID 0 via Software

The basic idea behind striping is not particularly new and therefore it is no real surprise that Windows 2000 does not require a hardware RAID controller to setup RAID 0. You can do this just with software, and in fact, Windows 2000 supports not only single drives and drive spanning (setting up several drives to act as a single drive), but also striping. Sceptics may object that running drives in striping mode via software puts an extra load on the CPU. It certainly does, but today's processors should be able to handle this, and actually, the amount of processing power used by a software RAID solution is not much different than that used by a hardware RAID controller.

Software RAID Requirements

Windows 2000 is able of striping any desired number of drives, regardless of their interface. You could, for example, stripe three IDE drives and one SCSI drive. While spanning allows to hook up several drives in order to use their total capacity, striping will orientate at the smallest drive. For example three 40 GB drives and one 8 GB drive will result in a total capacity of 32 GB (capacity of the smallest drive multiplied by the amount of drives). However, in order to achieve the best capacity and performance, you should stick to using drives of the same or similar types.

An additional IDE controller such as this Promise Ultra100 TX2 isn't as expensive as a RAID controller and will enhance both your configuration possibilities and number of useable drives for software stripesets.

How To Setup A Software RAID with Windows 2000

First of all you have to install the mass storage controller(s) and hard drives you want to use. After that, launch the Windows 2000 Management Console (simply run "compmgmt.msc /s") and open the Disk Management Folder inside the Storage category.

The lower frame at the right displays all drives and their partitions. Before you can create a stripeset you have to remove all partitions on the drives that you want to use (right-click the partition to get the options menu). Now you have to convert those drives into dynamic drives. Right-click the field left to the partition area and select "Convert To Dynamic Drive".

After restarting the system (required), you can right-click on the partition area of any drive you want in order to create a new partition. The Wizard allows you to create simple partitions as well as span or stripe the drives. Next, specify the sector size and disk label, have it automatically formatted, and you are ready to go.

Perfidies of the Software RAID

So far, everything sounds very promising. However, we found that there is no way to run Windows 2000 itself on a software RAID array. After setting up a RAID array specifically for installing Windows 2000, the setup program did not recognize the stripeset drive. A possible reason is that the standard drivers do not support Windows 2000's dynamic drive model. If you still choose one of the RAID drives to install the OS, Windows 2000 will prompt you to format it.

It was quite interesting to see that Windows 2000 does not care about how you install the members of a stripeset, as long as they are present. For example changing a drive from tertiary master (that's the primary channel of any additional IDE controller) to secondary slave does not cause any errors; it has merely a little impact on performance. Removing any stripeset member will cause the whole array to remain inaccessible, so be careful!

Putting the Stripeset to Use

It would have been nice to be able to put Windows 2000 onto a RAID array, but that won't work, and anyway, there are other uses for a fast drive array. For one thing, you can assign the Windows swap file to it. Make sure that you do this before putting any data on it though. And also, be sure to specify the same numbers for initial and maximum size, so that the swap file won't be fragmented. Another use for the stripeset drive is to use it as a temporary drive for the more demanding applications, such as Adobe Photoshop, etc. If possible, also specify a particular size for the temp files.

Also placing games inside the raid can cause a tremndous game speed increase. Placing swap, apps, games & ect inside the raid 0 area, then(if you have a huge amount of ram) running the XP kernal under nothing but ram.(This tweak is discussed in an another.post . You can have a very fast system without even using a raid card.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    I think on the new one they did change it, but idk. I don't really care whatever the government is doing right now because it's consistently absurd. Like what is RFK doing in charge of health anything? I love the bear story because WTF was that, but also, pretty much every time he talks it's WTF. Like even his voice sounds microwaved
    +1
  • Varine Varine:
    The pyramid is fucking dumb as shit, no matter how you arrange it.
  • Varine Varine:
    It's actually remarkably easy to make mayonnaise though. Fun fact, it USED to kind of be a French mother sauce. I believe that Careme considered it one, it may have been aioli but that has also built a different meaning than it used to. An aioli is just mayonnaise I mixed with other shit typically, I didn't start it don't come at me
  • Varine Varine:
    It's very hard to do it on a large scale though
  • Varine Varine:
    Depending on how you pour the oil the consistency can vary wildly, but that's true for most emulsions. I can only make about two quarts at a time with my robo coup, and if I have to make several in series because I forgot to order it becomes really obvious even when I do it. We have to wait and mix them all together to make sure we have the same thing.
  • Varine Varine:
    Hollandaise is also kind of like that, emulsions require a very steady hand to do exactly the same every time.
  • Varine Varine:
    Luckily I live in an age with electricity so it's way fucking faster, but when I was just a boy trying to find my place I had some hardcore chefs that made use do things like that by hand. It is WAY easier to get right by hand because you control it and can feel it, but it takes soooooo much longer. And on the scale a modern kitchen requires... I serve 400-500 guests on average per day right now, if I had 100 then we could do things way better
  • Varine Varine:
    But we can't do that. In the winter yeah, but I HAVE to get people through here right now so I can afford the staff that we CAN do that. We have about 100 days of summer, and if that summer doesn't make us what it will, then I can't operate the other most of the year with my staff. The owner is talking about closing two days a week to cut down on labor, I told him he should cut down on vacations and it did not go great. I do think I won though, I have to keep my fucking core staff and they have to be gainfully employed
  • Varine Varine:
    Sure some of them might take a second job, but I can't just cut my entire staff to unlivable hours, nor can I can cut them off all winter if I want them to come back.
  • Varine Varine:
    And also, there is no fucking way I'm pulling these hours come september. I only do this right now because I have to, the second I don't have to be the one doing it I won't be
  • Varine Varine:
    I have a 5 person core staff in the kitchen, not including me or Chef Ben
  • Varine Varine:
    Though two of those people are likely not making it this year. One of them has been replaced, the other I am kind of trying to. He's being a giant bitch, today I had to get onto him because in the three hours before I left he had taken like thirty minutes for cigarette breaks
  • Varine Varine:
    And he was also complaining to me the other day that he was out of weed so couldn't smoke any before work that day, and was confused about why I was annoyed he was telling me, his boss, that he is smoking weed everyday before work.
    +1
  • Varine Varine:
    Like yeah I can tell. I don't need to fucking know.
  • Varine Varine:
    So now he's getting scrutinized and will not be top of the list. I know I don't have the smartest people but I do expect them to have some common fucking sense
  • Varine Varine:
    I did do a rare thing for me and hire a girl last month without warning. Everyone was made at me because I started her at like 21, but she worked with me before and I was like don't care. She made 19 at her old job and I wanted her to come work with me, she is the best
    +1
  • Varine Varine:
    I'm going to get her a raise at the end of the summer. She wants to go to school again, but I want her to still work with me so.... she kind of can just tell me what the price is. I can go to 25 if she keeps up. I need to get her onto line more, that's what she wants, but I need her where she is and it's not fair that she doesn't get the little bit of raise that comes with it. She can do it no problem, I've worked with her there.
  • Varine Varine:
    It's just hard to move and train people unnecessarily right now. And also the line fucking sucks, it's not any more fun. This is turn and burn so I have the bankroll, and everyone suffers for it
  • Varine Varine:
    Eventually we'll get it balanced, we'
  • Varine Varine:
    we're starting online orders and stuff, but I also turn that off all the time because I barely keep up trying to be the best at Sysco shit
  • Varine Varine:
    I think it's gonna be a good fall and winter though. We're going to have a good staff, they will get along, they will be able to manage the workload and the complications, they know how to really cook this year, like every person on line knows their steak temps. Some of them use thermometers a lot and they don't always use them right, but they do know how to do it. Failure, especially in this field, is the only way to get better. They'll get it
  • Varine Varine:
    They won't get feel down while they do the thermometer, but we didn't have an instant read probe when I was learning. Like they did but god knows how off it is, you HAD to do it by feel. Even if the chef was fine with me bringing my own, it takes too long. Poke and know
  • The Helper The Helper:
    420 threads in the Artificial Intelligence forum :)
  • The Helper The Helper:
    Happy Monday!
    +1
  • The Helper The Helper:
    and then it was Tuesday!
    +1

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials
      Top