Results 1 to 14 of 14

Thread: RAID 0 question

  1. #1
    Join Date
    Mar 2007
    Location
    Delray Beach, FL
    Posts
    2,018

    RAID 0 question

    All right, I've never set up a RAID array before but I do know a thing or two.
    Someone gave me another 36GB WD Raptor 10k RPM drive (i already have 1), and I want to put the two of them in RAID 0 for Vista to run on.
    Now, I've also got another 320 GB WD Caviar coming that I'm going to stripe with my current one so basically I need to know if it's possible to have 2 seperate RAID arrays going on in one PC?
    I've never done it obviously, I have no idea how its going to work out.
    So...some of you PC guys...what should I do?:

  2. #2
    Join Date
    Mar 2007
    Location
    Delray Beach, FL
    Posts
    2,018
    forgot to specify...I'll be doing this on an Asus M2N-Sli Deluxe

  3. #3
    Join Date
    Apr 2007
    Location
    UK, thinking up a witty location
    Posts
    996
    This forum really needs a tech support section, especially when the games release, and people flood the forum with "... keeps crashing" topics.

  4. #4
    Join Date
    Mar 2007
    Location
    Delray Beach, FL
    Posts
    2,018
    Quote Originally Posted by SPDeath View Post
    This forum really needs a tech support section, especially when the games release, and people flood the forum with "... keeps crashing" topics.
    You're right. I'll volunteer

  5. #5
    Join Date
    Mar 2007
    Location
    I'm from Brooklyn!!!
    Posts
    7,129
    Quote Originally Posted by SPDeath View Post
    This forum really needs a tech support section, especially when the games release, and people flood the forum with "... keeps crashing" topics.

    wait... the imaged side of the disk goes... up?!?!

    - My Dad

    And about the RAID 0 thing, I'm not sure.

  6. #6
    Join Date
    Jul 2007
    Posts
    165
    Yes you can have multiple RAID arrays in 1 PC, at least if your doing software raid arrays through Disk Management... if your using your motherboard's bios RAID feature it depends on the motherboard.

  7. #7
    Join Date
    Jun 2007
    Location
    In the United States
    Posts
    1,030
    i would not put an OS on RAID0. this is bad because it greatly increases the risk of a harddrive failure ruining your computer, its literally twice the chance because if one drive fails you lose everything.

    My final setup for BioShock will have 3 harddrives; a smaller 120GB for my OS and two 250GB harddrives in RAID0. That will give me faster load times for games while at the same time keeping the risk of losing my OS relatively low.

  8. #8
    Join Date
    Mar 2007
    Location
    Delray Beach, FL
    Posts
    2,018
    Quote Originally Posted by Mr.Bubblez View Post
    i would not put an OS on RAID0. this is bad because it greatly increases the risk of a harddrive failure ruining your computer, its literally twice the chance because if one drive fails you lose everything.
    I'm not too worried about putting my OS on striped drives. I reformat once every 3 months anyway; and i'll be automating a backup of the entire OS disk(s) once a week.

    It looks like my mobo will allow more than one RAID array, so that's a bonus.

    Otherwise, I've been told by many folks to keep my windows swap(paging) file in it's own partition somewhere. Is there a way to have a usable partition without a drive letter? I don't want a 3 GB partition showing up under My Computer just for the virtual memory.

  9. #9
    Join Date
    Jun 2007
    Location
    In the United States
    Posts
    1,030
    Quote Originally Posted by Bioshock_FTW! View Post
    I'm not too worried about putting my OS on striped drives. I reformat once every 3 months anyway; and i'll be automating a backup of the entire OS disk(s) once a week.

    It looks like my mobo will allow more than one RAID array, so that's a bonus.

    Otherwise, I've been told by many folks to keep my windows swap(paging) file in it's own partition somewhere. Is there a way to have a usable partition without a drive letter? I don't want a 3 GB partition showing up under My Computer just for the virtual memory.
    reformatting has nothing to do with preventing your hard drive from physically dying.

    putting your page file on another partition makes no difference far as i know...

  10. #10
    Join Date
    Jul 2007
    Posts
    165
    Theres no real benefit to putting the page file in its own partition other than guaranteeing it won't be fragmented, but if you fully defrag the drive before creating a fixed size swap file, its basically the same thing. Also I think there is a way to defrag the page file with 3rd party utilities... I forget.

    For that matter... I wonder how much difference a fragmented page file makes in the first place - theres no guarantee access to the page file is going to be sequential in the first place.

  11. #11
    Join Date
    Mar 2007
    Location
    Delray Beach, FL
    Posts
    2,018
    Quote Originally Posted by Mr.Bubblez View Post
    reformatting has nothing to do with preventing your hard drive from physically dying.

    putting your page file on another partition makes no difference far as i know...
    putting your paging file on another HDD greatly decreases the local C drive from fragmenting files, decreasing the chance of the HDD crashing in the future anyway.

    So long as you don't go installing all kinds of random apps locally on C: you can prevent it from fragmenting altogether by also directing all programs that have temp directories(ie. firefox) to their own partition on another physical drive.

  12. #12
    Join Date
    Mar 2007
    Location
    Delray Beach, FL
    Posts
    2,018
    Quote Originally Posted by Veridiac View Post
    but if you fully defrag the drive before creating a fixed size swap file, its basically the same thing.
    How does one do this?
    All these things are new to me but they make sense...I've just never done any of it.

  13. #13
    Join Date
    Jun 2007
    Location
    In the United States
    Posts
    1,030
    Quote Originally Posted by Bioshock_FTW! View Post
    putting your paging file on another HDD greatly decreases the local C drive from fragmenting files, decreasing the chance of the HDD crashing in the future anyway.
    i dont think thats true my friend...

  14. #14
    Join Date
    Jul 2007
    Posts
    165
    Quote Originally Posted by Bioshock_FTW! View Post
    putting your paging file on another HDD greatly decreases the local C drive from fragmenting files, decreasing the chance of the HDD crashing in the future anyway.
    Thats not true, the paging files location has no impact on how fragmented other files become. Also I've never seen any study showing that fragmented hard drives are any less reliable than non fragmented, just slower.

    Putting temp file dirs on a separate partition however is a good idea, personally I keep my OS (which includes default temp file directories) on one partition and install games and store data on another (makes it easy to reinstall the OS, just format the OS partition)

    Quote Originally Posted by Bioshock_FTW! View Post
    How does one do this?
    All these things are new to me but they make sense...I've just never done any of it.
    If you right click on my computer -> Properties -> Advanced tab -> Under Performance click Settings button -> Advanced tab in the new "Performance Options" window -> Under virtual memory click Change

    From there you can specify page file sizes for each partition, if you choose to make them a fixed size it will generate the file and leave it there forever. Unless you make it too small and run out, I think it will then override your choice and expand the pagefile.

Posting Permissions

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