How do I create a RAID 0 on a P43-C51 mainboard and Windows 7

I just upgraded my computer with a new MSI P43-C51 mainboard, Intel E8400 Dual Core and Windows 7.  I have two identical Western Digital 250GB SATA drives.  In my previous system, using Windows XP, I had the two drives configured in RAID 0.  I was unable to find the RAID drivers (and still haven't found them) for the RAID configuration so I erased the hard drives and started over new.  I have the system up and running and want to re-install Windows 7 but in RAID 0 format.  How do I do this?
I have downloaded the RAID drivers: Intel_HECI_MB.zip from the MSI download site but I haven't been able to use the software to create a RAID 0 configuration.
With my last board and XP, it was straight forward.  The old BIOS itself allowed the creation of a RAID 0 configuration and the board CD included the drivers for XP.  I am wondering if I overlooked something basic and my new board just doesn't support RAID.
Any advice or help would be appreciated and thank you in advance!

Thanks, that is what I suspected.  Now I have a good excuse to upgrade the hard drives to SATA II  !

Similar Messages

  • How to Best Create a DVD that will play on BOTH Mac and Windows

    Hello - Looking for some direction. How can I create an iDVD DVD that will play on both Mac & Win? I can not find a solution that will accomplish this. What I did was create an .img then burned to DVD. This plays fine on my Mac & on home stereo DVD but not on a windows machine. The Windows machine can "read" the DVD fine but WIndows Media Player can not play it. Do I need to have folks use a special player on WIndows? Is there another format the I should have iDVD output? I need to send some DVDs to college coaches for my son and am trying to do this the best way without knowing what platform (Mac or WIn) they will be using. What is the best approach?
    Thanks in advance for your help,
    David

    Hi
    There are two ways to burn a DVD.
    • as a Data-DVD (eg including a video.img file or any data)
    • as a Video-DVD
    A. Data DVD is what You creat by just popping in a DVD disk and OK to format it.
    B. Video-DVD - You make from within iDVD and insert thed DVD WHEN iDVD asks for it
    (OR - Via Disk Util tool - Still introduced when asked to do it !)
    (or via Roxio Toast™ - STILL not inserted until asked to do this)
    So what You've done is a Data-DVD with Your movie as an .img file on it.
    • Can only be playbacked on Your Mac
    Open "Disk Util tool"
    Then on Dasktop - Double click the .img file so that it creates a fake DVD disk
    Then in "Disk Util tool" - select it and click the Burn (Nuclear) button
    THEN insert a new DVD WHEN asked to do this.
    NOW ! ! Select a lower Burn Speed eg 4xDVD - This will result in a DVD with few burn errors and
    a PC will read it easier !
    Use of quality DVD brand is also important - I use Verbatim
    I use DVD-R
    Good Luck - Bengt W

  • HT204053 I have one apple ID that my entire family has been using.  How do I create new apple ID's for each of us and move the appropriate content to each new ID from the original apple ID now that we all have our own devices?

    I have been using one apple ID for 4 family members.  Up until now it hasn't been a problem but now that we all have our own devices how do I create new apple ID's for each of us and them move the approprioate things from the original apple ID account to the new ones for each of us?

    stuartx4 wrote:
    Thanks Csound1, wish I have seperated everything from the beginning but when your kids are little and start buying music etc it just didn't seem like an issue.
    That has a familiar ring to it

  • How do I create a 1d array that takes a single calculation and insert the result into the first row and then the next calculation the next time the loop passes that point and puts the results in thsecond row and so on until the loop is exited.

    The attached file is work inprogress, with some dummy data sp that I can test it out without having to connect to equipment.
    The second tab is the one that I am having the problem with. the output array from the replace element appears to be starting at the index position of 1 rather than 0 but that is ok it is still show that the new data is placed in incrementing element locations. However the main array that I am trying to build that is suppose to take each new calculation and place it in the next index(row) does not ap
    pear to be working or at least I am not getting any indication on the inidcator.
    Basically what I am attempting to do is is gather some pulses from adevice for a minute, place the results for a calculation, so that it displays then do the same again the next minute, but put these result in the next row and so on until the specifiied time has expired and the loop exits. I need to have all results displayed and keep building the array(display until, the end of the test)Eventually I will have to include a min max section that displays the min and max values calculated, but that should be easy with the min max function.Actually I thought this should have been easy but, I gues I can not see the forest through the trees. Can any one help to slear this up for me.
    Attachments:
    regulation_tester_7_loops.vi ‏244 KB

    I didn't really have time to dig in and understand your program in depth,
    but I have a few tips for you that might things a bit easier:
    - You use local variables excessively which really complicates things. Try
    not to use them and it will make your life easier.
    - If you flowchart the design (very similar to a dataflow diagram, keep in
    mind!) you want to gather data, calculate a value from that data, store the
    calculation in an array, and loop while the time is in a certain range. So
    theres really not much need for a sequence as long as you get rid of the
    local variables (sequences also complicate things)
    - You loop again if timepassed+1 is still less than some constant. Rather
    than messing with locals it seems so much easier to use a shiftregister (if
    absolutely necessary) or in this case base it upon the number of iterations
    of the loop. In this case it looks like "time passed" is the same thing as
    the number of loop iterations, but I didn't check closely. There's an i
    terminal in your whileloop to read for the number of iterations.
    - After having simplified your design by eliminating unnecessary sequence
    and local variables, you should be able to draw out the labview diagram.
    Don't try to use the "insert into array" vis since theres no need. Each
    iteration of your loop calculates a number which goes into the next position
    of the array right? Pass your result outside the loop, and enable indexing
    on the terminal so Labview automatically generates the array for you. If
    your calculation is a function of previous data, then use a shift register
    to keep previous values around.
    I wish you luck. Post again if you have any questions. Without a more
    detailed understanding of your task at hand it's kind of hard to post actual
    code suggestions for you.
    -joey
    "nelsons" wrote in message
    news:[email protected]...
    > how do I create a 1d array that takes a single calculation and insert
    > the result into the first row and then the next calculation the next
    > time the loop passes that point and puts the results in thsecond row
    > and so on until the loop is exited.
    >
    > The attached file is work inprogress, with some dummy data sp that I
    > can test it out without having to connect to equipment.
    > The second tab is the one that I am having the problem with. the
    > output array from the replace element appears to be starting at the
    > index position of 1 rather than 0 but that is ok it is still show that
    > the new data is placed in incrementing element locations. However the
    > main array that I am trying to build that is suppose to take each new
    > calculation and place it in the next index(row) does not appear to be
    > working or at least I am not getting any indication on the inidcator.
    >
    > Basically what I am attempting to do is is gather some pulses from
    > adevice for a minute, place the results for a calculation, so that it
    > displays then do the same again the next minute, but put these result
    > in the next row and so on until the specifiied time has expired and
    > the loop exits. I need to have all results displayed and keep building
    > the array(display until, the end of the test)Eventually I will have to
    > include a min max section that displays the min and max values
    > calculated, but that should be easy with the min max function.Actually
    > I thought this should have been easy but, I gues I can not see the
    > forest through the trees. Can any one help to slear this up for me.

  • How do I create an Adobe id link between my home computer and my computer at work? Want to be able to read books i download at home, at work.

    how do I create an Adobe id link between my home computer and my computer at work? Want to be able to read books i download at home, at work.how do I create an Adobe id link between my home computer and my computer at work? Want to be able to read books i download at home, at work.

    In that case, does anybody know of a program or workaround that will make this so?

  • How do I create a permanent backup of all my iTunes data, and movies?

    I'm confused about how to effectively backup and share my data.  And know others must have wrestled with this one too - so help please!
    Our family works across several platforms (PC, MacBookPro, 2 iPads, iPods, 2 iPhones and appleTV) and want to have a method to effectively share and save (i.e. permanently backup) our data (iTunes, other documents and movies).   We use HomeSharing, iCloud and iTunes Match, which work most of the time.  All the devices are linked to a single iTunes library.
    I understand that iCloud serves to synchronise data and share it between devices. Great.  But how do I create a permanent backup of the data?  I could get a third party online service (e.g. Box.net) or use external harddrives.  Is there a simpler approach that apple provides, that I've missed?  I'd lke to make teh solution a simple to use (i.e. upload data and share it), reliable without paying the earth! 

    Have you considered this...
    Backup iTunes to an External Drive  >  http://support.apple.com/kb/HT1751
    And there is this  >  ..Most commonly used backup methods

  • I have an Itunes account on a different computer, how do I create or access this account to recognise my nano and iphone on a new laptop?

    I have recently bought a laptop and would like to add music to my ipod nano and i phone 4 from this laptop instead of using the old computer.  Was wondering how I can create a new account or delete an old account on the other computer or update my exsisting account on to my laptop.
    any help would be great.

    Yes. You can set up your phone to use your original account, no need to create a new one.

  • How do I create a recovery partition on an HP EliteBook 2760p using Windows 7 64-bit Professional

    I have an HP EliteBook 2760p using Windows 7 - 64-bit Professional
    My original problem is that I couldn't create the Repair Disc
    I found out that the problem was with a file that was on the recovery partition
    I backed up the recovery partition from the same make and model computer
    I reformatted the partition and recovered the backup to the reformatted partition
    It didn't work
    How do I create the recovery partition  I have the 2 disks that came with the tablet PC

    If you do a factory restore using HP recovery discs it will put everything back including recovery partition. I don't know if any way to manually re-create the recovery partition.
    NOTE: back up your files as Factory Restore wipes ALL data.

  • How can I create the recovery discs for my AIO computer? (For Windows 7 systems)

    Q.: How can I create the recovery discs for my MSI laptop/AIO computer? (For Windows 7 systems)
    A.:
    1. Locate the "MSI BurnRecovery" shortcut on your desktop or start menu. Run this program. (Note: If UAC is enabled, press "Yes" to allow the program to run.
    2. MSI BurnRecovery will prepare the files. This process may take a few minutes.
    3. Click on "Next" to continue.
    4. Click on "Advanced".
    5. Click on "Create an ISO file for the recovery disc".
    6. Select the destination where you want to create the ISO files. (Default is the D: drive)
    7. The program will now create the ISO files. This process may take up to 20 minutes.
    8. Click on "Finish". Make sure the box is unchecked.
    9. Browse to the location of the ISO files. Double-click the recovery_dvd file. (Note: Depending on your system, you will have 1-3 recovery_dvd files)
    10. Insert a blank DVD (If the AutoPlay window pops-up, close it). Click on "Burn". It is also recommended to check the box to verify disc after burning.
    11. After burn is complete, click on "Close".
    12. Double-click the recovery_dvd2 file.
    13. Insert a blank DVD (If the AutoPlay window pops-up, close it). Click on "Burn". It is also recommended to check the box to verify disc after burning.
    14. After burn is complete, click on "Close". Recovery disc creation is now complete. (You can also delete the ISO files, but it is recommended to keep them)

    Hi,
    You can order a replacement set of Recovery Discs using the link below.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00810334&cc=us&lc=en&dlc=en
    If you have any problem with this link, order them directly from HP.
    If you live in the US, contact HP Here.
    If you are in another part of the world, start Here.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How do I create a second account with my husband's name and email address?

    My account works fine. I read about Profile Manager, but couldn't find it. I can find Account 1 with my name. I see Account 2 listed, but no name or email address even though I typed that information into some form along the way.

    Assuming that you are happy to share Thunderbird, and be able to see each others' messages, then there's no need for the profile manager.
    If you want to keep things separate, then it's better to set up separate user accounts in the operating system. Each of you would then have your own private space for data and settings, including each having your own Thunderbird profile.
    So, your husband already has his own distinct email address and account, set up with an email provider?
    In Thunderbird, you'd use '''File|New|Existing Mail Account…''' (in the traditional menu) or '''[≡]|New Message|Existing Mail Account…''' (with the Application Menu button) to add his account to Thunderbird. I think you may have already done this given that you say you have entered the email address (and its password?) already.
    I think at this point a screenshot of Thunderbird may help us understand what you do and do not see.
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem
    Use Paint or similar to blot out any data you'd prefer not to share.

  • How do I create a new document that is 8" X 8" and with Print as the document profile?

    Page 47 in Chris Botello's Adobe Illustrator CS6 of Cengage's Illustrated Series asks this for the Independent Challenge for Unit B.  "Create a new document that is 8" X 8" and with Print as the document profile." As long as its CMYK it's "Print". Right?  If I go and change the size the profile goes custom. I'm a Graphic Design Student at a local university. If there are others who have used this book, Please giver me a holler. I wonder what they want there? You think they want to change the "Print" profile? That hasn't been covered. I'm on CC not CS6 but haven't found differences in that area. Probably just not written very clearly.
    Thanks,
    Gary

    Thanks Monika,
    I hate it when I fixate on what should be easy. It's probably just a poorly worded task. I don't think it will blow my GPA.
    Gary

  • How do I create a wide screen movie in Premiere Elements 7 and burn to DVD or Blue Ray?

    I have created a movie using project settings of 16:9 and also filmed in this format.  The movie I burned to DVD is not in wide screen. I have requested assistance and given instructions to go through share and select Sony PSP.  However this creates a file which is saved to my computer in mpeg-4 format which will not burn to my DVD.  I am using a Blue Ray burner which looks as if it will only take MP3.  Any suggestions?

    I haven't actually done a BluRay yet - waiting to get everything right and,
    hopefully, will be able to put more than 1 movie when all is finished!
    That's my next challenge. I initially used Share/Disc to burn the DVD with,
    I thought, all the settings for widescreen.  It has always worked OK in
    Pinnacle.  When I lodged the problem with tech support they sent me
    instructions using the Sony PSP.  Interestingly I use a Sony camera, have a
    Sony disc burner plus Sony TV and Playstation so you'd think they'd all talk
    to each other!!!
    Take Care
    Jill in Launceston
    http://www.jilldearing.blogspot.com/
    Are your creating and burning your DVD (or is it a BluRay disc?) from
    Premiere Elements by choosing Share/Disc?
    If so, it should produce a widescreen disc.
    Sometimes DVD players don't automatically read home-burned DVDs as
    widescreen and you have to manually switch it. But at the very least the
    video should be either letterboxed or stretched.

  • Buttons created with edge animate are not working on android and windows devices

    Hello, I created a moble version of my website with edge animate (3.0).
    The menue-bars/buttons work fine with iphone and ipad, but not with android and windows devices.
    http://www.design-werk.org/buchgestaltung_kunstbuch.html
    Does anyone have an idea and can help me with that?
    Thank you guys,
    Wolfram

    Hello, I created a moble version of my website with edge animate (3.0).
    The menue-bars/buttons work fine with iphone and ipad, but not with android and windows devices.
    http://www.design-werk.org/buchgestaltung_kunstbuch.html
    Does anyone have an idea and can help me with that?
    Thank you guys,
    Wolfram

  • How do I create a RAID array

    I want to RAID the two drives in my G4. The upper (boot disc) is 80GB and the lower is 30GB.
    How do I set up the RAID (striped) to use both discs?

    To set up my RAID I had 3 hard drives, one ATA and 2 SCSI. With the startup system on the ATA drive I used Disk Utility to set the two SCSI drives as a RAID 0 array. Then I used Carbon Copy Cloner to copy the system to the RAID array. I now boot from the RAID and use the ATA drive to back up the system. Without the 3rd drive you would need to boot from the installation DVD and use Disk Utility to set up the RAID array, which will erase all data on your drives. To be honest I'm not seeing a huge speed increase with the RAID array; you might be better off using one drive as a system disk and the second to store data, music, video, etc.

  • How do I create a place for my family to log in and download the DVD I created in IDVD?  Can this be done?

    I have created a memorial DVD for my Mom who passed this year and would like to share it with family members.  Can I somehow allow them to copy the IDVD I made--maybe in mobile me?  If so, how do I set it up?  Or could I email it to them?  If so, how do I attach the DVD to the email?  Thanks for all help.

    There are many ways to produce slide shows using iPhoto, iMovie or iDVD and some limit the number of photos you can use (iDVD has a 99 chapter (slide) limitation).
    If what you want is what I want, namely to be able to use high resolution photos (even 300 dpi tiff files), to pan and zoom individual photos, use a variety of transitions, to add and edit music or commentary, place text exactly where you want it, and to end up with a DVD that looks good on both your Mac and a TV - in other words end up with and end result that does not look like an old fashioned slide show from a projector - you may be interested in how I do it. You don't have to do it my way, but the following may be food for thought!
    Firstly you need proper software to assemble the photos, decide on the duration of each, the transitions you want to use, and how to pan and zoom individual photos where required, and add proper titles. For this I use Photo to Movie. You can read about what it can do on their website:
    http://www.lqgraphics.com/software/phototomovie.php
    (Other users here use the alternative FotoMagico:  http://www.boinx.com/fotomagico/homevspro/ which you may prefer - I have no experience with it.)
    Neither of these are freeware, but are worth the investment if you are going to do a lot of slide shows. Read about them in detail, then decide which one you feel is best suited to your needs.
    Once you have timed and arranged and manipulated the photos to your liking in Photo to Movie, it exports the file to iMovie 6 as a DV stream. You can add music in Photo to Movie, but I prefer doing this in iMovie where it is easier to edit. You can now further edit the slide show in iMovie just as you would a movie, including adding other video clips, then send it to iDVD 7, or Toast,  for burning.
    You will be pleasantly surprised at how professional the results can be!
    To simply create a slide show in iDVD 7 onwards from images in iPhoto or stored in other places on your hard disk or a connected server, look here:
    http://support.apple.com/kb/HT1089

Maybe you are looking for