Thread: USB flash drives x many = SSD?

  1. #1
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229

    USB flash drives x many = SSD?

    With the price of 32GB SSDs still in the >$400 range, can't we build them from smaller USB keys?

    I have recently (yesterday, actually), see Corsair Voyager 8GB on sale for $20 after rebate.

    Reviews say it has a sustained read of 33MB/s, and write of 16MB/s.

    Has anyone tried combining 4 of those to make a 32GB SSD?

    Wouldn't that be awesome? assuming RAID-0, that's 132MB/s read, and 64MB/s write, for $80+whatever the controller costs.

    But the problem is, someone's got to make those controllers =). It's no problem in Linux. We can just use Linux's software RAID, but I guess we need a hardware solution if we want to use it for Windows.

  2. #2
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    Thats more or less what people have been doing with eee PCs by modifying the PCIe expansion slot to connect to a couple of stripped down pendrives inside them.

  3. #3
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Its mostly a space issue. Those chips take space, and the smaller chips trake just as much as the bigger ones

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Thats more or less what people have been doing with eee PCs by modifying the PCIe expansion slot to connect to a couple of stripped down pendrives inside them.
    That is very interesting. I have never heard of it, but I will look it up =)

    Its mostly a space issue. Those chips take space, and the smaller chips trake just as much as the bigger ones
    And a lot more expensive, too. I personally don't mind a more spacious (4 usb drives) SSD that costs 1/4 of the price and probably also a lot faster (due to RAID).

  5. #5
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Actually, it is possible to run Windows on that. Just install a barebone Linux and install VMware and run Windows on it =). Except then you won't be able to game on the Windows installation, since VMware doesn't support DX8 (last time I checked anyways). But it wouldn't be a problem if you're not a gamer or the laptop has integrated graphics so you can't play game anyways.

    Woot! 32GB high speed SSD for $80 .

  6. #6
    FOSS Enthusiast
    Join Date
    Jun 2008
    Posts
    64
    Quote Originally Posted by cyberfish View Post
    and probably also a lot faster (due to RAID).
    to make 4 flash-drives, 8GiB each, behave like one 32GiB SSD, you would need a linear raid or jbod. anyway, those do not increase the speed. (only stripping and mirroring do that [RAID 0 and RAID 1])
    If it actually alters the drive's speed, then downwards.

  7. #7
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    why can't I run it in RAID-0?

    I am talking about using Linux software RAID (using mdadm, for example). RAID-0 does not waste space. No redundancy.

  8. #8
    FOSS Enthusiast
    Join Date
    Jun 2008
    Posts
    64
    oops, yeah RAID0 doesn't waste space, sorry.

    But the whole thing in general doesn't make much sence. Flash memory (especially with SSD's) can't be considered fast, unless you're using it read-only. If the SSD has to switch a lot between reading and writing, the performance will dramatically decrease.
    Imho, SSD's make sence, but in devices like routers and others, where they can be mounted read-only.

    Besides of that, SSD's are doubtlessly way to expensive. It's a whole lot cheaper to go with a "traditional" harddisk. They may be less shock-resistant, but in contrast to SSD's they are placed in a faraday's cage, which makes it immune to EMR/EMI. I don't know what possible causes that can have on a SSD, but since electromagnetic emmisions cause induction, there may occure interferences.

    Heh.. but enough with that
    The point is, I don't think it's (cost) effective to couple usb flash drives to replace an SSD. The prices for an 32GB SSD range from 390 EUR to 600 EUR. 4 USB Flash drives at 20 EUR each make 80 EUR. For 80 EUR, you can buy a platter HDD with 750GB.
    Even the power consumption should be identical. But you get the point

  9. #9
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by mkruk View Post
    For 80 EUR, you can buy a platter HDD with 750GB.
    Err... I seriously doubt that. And I looked hard just a few weeks ago
    But I do get your point. I think however the concern here is portability and access to multiple devices...
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  10. #10
    Internet Superhero
    Join Date
    Sep 2006
    Location
    Denmark
    Posts
    964
    Quote Originally Posted by Mario F. View Post
    Err... I seriously doubt that. And I looked hard just a few weeks ago
    Well in Denmark, you can get a Samsung SpinPoint F1 750GB for 597DKK, considering that 80 euros is exactly 596,64 DKK, i'd say mkruk's estimate is pretty close...
    How I need a drink, alcoholic in nature, after the heavy lectures involving quantum mechanics.

  11. #11
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    I thought SSD's have their use in laptops, too. Low power consumption and shock resistance. Those are actually the biggest drawbacks of using platter HDD's in a laptop. People want laptop's battery to last long, and laptops do get moved quite a bit (and the occassional drops. When opening the lid, for example. I have "dropped" mine several times that way). Not mentioning you also get no seek time (fast random access), and with 4 of them in RAID-0, I think it has to be faster than platter HDD's even for sustained read/write.

  12. #12
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    SSHDs are fast too. My eee pc can boot into winxp in around 15 seconds. The processor is only 630mhz with a 280mhz bus.

    As for things to break on a laptop I think the screen is by far the most common. I have seen it happen several times, but I have yet to see a HD die from a dropped lappy.

  13. #13
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    I have seen it happen several times, but I have yet to see a HD die from a dropped lappy.
    HD's don't completely die. They just get a bunch of bad sectors, and silently corrupt your data. That, I think, is worse than just outright death.

  14. #14
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    The occasional surface scan will fix bad secotrs (usually) before they corupt your data.

  15. #15
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    The occasional surface scan will fix bad secotrs (usually) before they corupt your data.
    That's certainly not what the average Joe would do regularly, though.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Write protecting USB drive
    By stevesmithx in forum Tech Board
    Replies: 8
    Last Post: 01-17-2009, 04:37 PM
  2. USB Linux - live or no?
    By sean in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 12-23-2008, 10:56 AM
  3. USB Drives cause pc to freeze
    By biosninja in forum Tech Board
    Replies: 5
    Last Post: 06-07-2007, 10:42 PM
  4. Problem with usb Flash memory
    By khpuce in forum Tech Board
    Replies: 6
    Last Post: 02-26-2004, 08:54 AM
  5. USB Drives???
    By khpuce in forum Tech Board
    Replies: 14
    Last Post: 12-12-2003, 09:01 AM