Results 1 to 4 of 4

Thread: Windows Soft RAID-0

Threaded View

  1. #1
    Registered User
    Join Date
    Oct 2006
    Location
    Kirghudu, Cowjackingstan
    Posts
    462

    Question Windows Soft RAID-0

    Hey all. I want to gather some information on Soft RAID so that I could test my SSDs in this mode.

    What I'd like to know:
    1. Can the dynamic volume be set with offset? It seems we can only set a starting offset for the primary partition.
    2. Can we specify the stripe size? In "create volume stripe size=xxx" command, "size=xxx" simply means amount of disk space in megabytes...

    Code:
    diskpart
    select disk 0
    clean
    convert dynamic
    select disk 1
    clean
    convert dynamic
    create volume stripe disk=0,1 align=1024 //this will not set partition offset
    assign volume 0
    exit
    Last edited by F@32; 12-11-2010 at 05:35 PM.

    Sony KDL40 // ASRock P67 Extreme4 1.40 // Core i5 2500K //
    G.Skill Ripjaws 1600 4x2Gb // HD6950 2GB // Intel Gigabit CT PCIe //
    M-Audio Delta 2496 // Crucial-M4 128Gb // Hitachi 2TB // TRUE-120 //
    Antec Quattro 850W // Antec 1200 // Win7 64 bit

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

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