The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    vaio z with 2x 128gb raid 0

    Discussion in 'VAIO / Sony' started by pokerart, Dec 7, 2010.

  1. pokerart

    pokerart Notebook Enthusiast

    Reputations:
    0
    Messages:
    23
    Likes Received:
    0
    Trophy Points:
    5
    What disk space do you see in C drive with the above config?Should it be 100+gb ?for my case it shows 210+ gb space left, is that normal for raid 0?
     
  2. ota-con

    ota-con Notebook Deity

    Reputations:
    205
    Messages:
    1,240
    Likes Received:
    4
    Trophy Points:
    56
    Yes, it's fine.
     
  3. Achusaysblessyou

    Achusaysblessyou eecs geek ftw :D

    Reputations:
    334
    Messages:
    1,809
    Likes Received:
    1
    Trophy Points:
    56
    2x128GB means there are two 128GB SSD modules in a RAID0 array. Since your computer sees them as 1 combined volume in which files parts of files are written on both simultaneously (as in 1 file is written once between the two drives, not 1 file written once per drive as in RAID1) you have 256GB total (minus the 1000MB/GB the company uses vs. the 1024 MB/GB your computer sees)
     
  4. beaups

    beaups New Jack Hustler

    Reputations:
    476
    Messages:
    2,376
    Likes Received:
    4
    Trophy Points:
    56
    I think OP is getting this confused with RAID1, where you only see half of the space.
     
  5. arth1

    arth1 a҉r҉t҉h

    Reputations:
    418
    Messages:
    1,910
    Likes Received:
    0
    Trophy Points:
    55
    RAID 0 used alone shouldn't be called a RAID at all, because there's no redundancy (the R in RAID). When combined with RAIDs, like in RAID 10 and RAID 50, the result is a RAID, but not when used alone.

    It's just plain striping, which increases sustained read/write speeds at the expense of failure rate.