Slashdot Mirror


USB Flash Drive Life Varies Up To 10 Times

Lucas123 writes "Differences in the type of memory and I/O controllers used in USB drives can make one device perform two or three times faster and last 10 times longer than another, even if both sport the USB 2.0 logo, according to a Computerworld story. While a slow USB drive may be fine for moving a few dozen megabytes of files around, when you get into larger data transfers, that's when bandwidth contrictions become noticeable. In 2009, controller manufacturers are expected to begin shipping drives with dual- and even four-channel controllers, which will increase speeds even for slower drives."

192 comments

  1. FS by Psychotria · · Score: 4, Insightful

    I assume the article is talking about flash drives. Are there any filesystems designed to specifically target these drives? The drives probably don't include any fault-tolerance, but a filesystem could, in theory.

    1. Re:FS by Chlorus · · Score: 4, Informative

      I assume the article is talking about flash drives. Are there any filesystems designed to specifically target these drives? The drives probably don't include any fault-tolerance, but a filesystem could, in theory. There's exFAT, http://en.wikipedia.org/wiki/ExFAT , but there's no free software implementation as of yet.
    2. Re:FS by Tubal-Cain · · Score: 5, Informative

      Yes, there is. But those are designed for raw access to the flash medium. The drive's controller provides a facade of having a whatever you formatted it as.

    3. Re:FS by the_womble · · Score: 2, Insightful

      I assume the article is talking about flash drives. Yes, the article specifically says flash drives. The summary does not.

      One would have thought that the editors of a technology website would know that a USB drive is not necessarily flash - oops, sorry this is Slashdot.

    4. Re:FS by Hal_Porter · · Score: 5, Funny

      here's exFAT, http://en.wikipedia.org/wiki/ExFAT , but there's no free software implementation as of yet. It comes with Vista SP1, which is a free download.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    5. Re:FS by matt_martin · · Score: 1

      Its very likely that any modern flash drive has error correction built in, if that is what you mean by "fault-tolerance".

      --
      Lurking in the desert
    6. Re:FS by ILuvRamen · · Score: 1

      I don't think that has a lot to do with it. It's probably power levels/quality and amount of time spent accessing it that kills the silicon layer of drives. Crappy ones can have tiny surges and have to constantly re-read and stuff so yeah I suppose a file system could filter out bad sectors and stuff on the computer side after it reads it just once but I still think it's a power quality thing.

      --
      Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
    7. Re:FS by Nullav · · Score: 0, Redundant

      You mean those USB tape drives we've all been hearing so much about? I know this is RTFA, but at least RTFA before you try to correct someone on TFA.

      --
      I just read Slashdot for the articles.
    8. Re:FS by Anonymous Coward · · Score: 0

      There are specialist suppliers of virtual flash file systems that resolve the slow write problem of flash; whilst also preventing excessive wear in a busy server. Take a look at managedflash.com for instance.

    9. Re:FS by ElliotLee · · Score: 2

      Wow, that's good to know. A file system suited especially for flash drives! Why isn't there an open source implementation?

    10. Re:FS by linhux · · Score: 4, Informative
    11. Re:FS by Proud_to_be_Pinoy · · Score: 1

      has anyone ever successfully tried to setup a RAID system using flash drives? it shouldn't really be that hard on linux since the flashdrives just get mounted as regular devices, right?

      --
      no sig = no personality(?)
    12. Re:FS by Hal_Porter · · Score: 4, Informative

      exFAT isn't 'designed for USB flash devices'. Filesystems in fact don't need to be 'designed for USB flash devices' because those devices (assuming they last more than a couple of days) do wear levelling under the filesystem layer. It's a hacked up version of FAT that works past on drives bigger than 2TB or files bigger than 4GB. Since it's non back compatible and Microsoft have a new found business model of IP licensing I suspect there won't be any third party implementations. Curently there isn't a spec published for exFAT and it would be easier to patent some key part of a new filesystem than one which is back compatible with FAT.

      Mind you it's still free in the sense that you don't pay for it. I'm just annoyed by people using "free software" as a synonym of the business model they favour and expect everyone to know what they mean. Microsoft could claim according to the dictionary that exFAT is free and they'd be right. The FSF doesn't own the word and can't define it. But the exFAT specification is not published (the Sun version of Open Systems) and even if it were the standard would most likely not be an open one in the sense that you don't need a license to implement it (the PC industry criteria for an Open System). Maybe it will be of course, I haven't heard a statement from Microsoft on exFAT openness and licensing.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    13. Re:FS by hairyfeet · · Score: 2

      Actually according to TFA(I know. But hey,I got bored.) the reason they are slower is the use of MLC(multi level cell) VS SLC(single level cell),problem is almost nobody actually makes SLC anymore since it is about 4 times as expensive to make. And I don't know about you,but considering the speed that flash sizes are increasing IMHO it would be nuts to spend all the extra cash on a SLC when you will have outgrown it before making back the extra cash. It also mentions that you only really see the benefit of SLC in writing very small(byte size) files. That in large files they are pretty much the same. Who uses flash drives for files that tiny,when you can just email it to yourself or shoot it through your network? But that is my 02c,YMMV

      --
      ACs don't waste your time replying, your posts are never seen by me.
    14. Re:FS by bhtooefr · · Score: 1

      There are USB hard drives, you know.

    15. Re:FS by the_womble · · Score: 3, Informative

      You mean those USB tape drives we've all been hearing so much about?

      I mean USB hard drives. You may not have heard of them, but they exist. I use one.

      You evidently did not RTFA. The first sentence is:

      Most USB 2.0 flash drives look the same, but that doesn't mean they perform the same.

      The summary does not use the word flash, at all.

      I was not saying "RTFA", I was saying: 1) Your assumption is correct
      2) The summary should have made it clear so you did not need to make an assumption.

      I assume the idiot who modded my comment flamebait also misread it the same way you did. Did you bother reading my comment and the parent properly before replying?

    16. Re:FS by Helix666 · · Score: 0

      It's been done...
      there's a mod on thebestcasescenario.com/forums/ that uses a raid array of flash discs to boot from...
      can't find the link at the moment, but will post it when I get home.

      --
      Oh, the irony... "Anonymous Coward: If you have nothing to hide, you have nothing to fear!"
    17. Re:FS by Clover_Kicker · · Score: 1

      I'm pretty sure someone has RAIDed every storage device in the world by now, if only to see if it can be done.

      http://ohlssonvox.8k.com/fdd_raid.htm

    18. Re:FS by raddan · · Score: 1

      I suspect that the two main considerations holding back device manufacturers from using formats other than FAT variants are:

      1) Is it easy for the device to work in Windows?

      2) Is the format unencumbered?

      Technical considerations are probably generally not on their minds, at least not yet. I think the fact that both existing implementations you link to are GPL-licensed is a nail in the coffin for them-- there's no chance that Microsoft would ever consider stuffing the code into their default Windows install, and it seems that hardware manufacturers in particular are extremely slow coming around to the idea of Free Software. Were they BSD-licensed, however, it might be easier for these folks to adopt the code. Even Microsoft, at the head of the pack when it comes to NIH syndrome, regularly reuses BSD code.

    19. Re:FS by nmg196 · · Score: 1

      > It comes with Vista SP1, which is a free download.

      Why does that get modded +5 funny?

      So far all windows service packs have been a free download. I really don't get why that's at all funny.

    20. Re:FS by ColdWetDog · · Score: 1

      > It comes with Vista SP1, which is a free download.
      Why does that get modded +5 funny?
      So far all windows service packs have been a free download. I really don't get why that's at all funny.

      Humor Process Failure in module: _nmg196
      (A)bort, (R)etry, (F)ail

      --
      Faster! Faster! Faster would be better!
    21. Re:FS by operagost · · Score: 1

      You should see the throughput I get on my RAID-5 of punchcards.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    22. Re:FS by slaker · · Score: 1

      I had a RAID10 of six EIDE 16GB SuperTalent Flash drives set up on a 3ware 8000-series card. The drives didn't belong to me, so I don't have it any more, but I timed Windows Server 2003 as starting up in 10.3 seconds (using a stopwatch, from the moment the 3ware's BIOS initialized to a login prompt).
      Transfer rates were ~270MB/sec using a mix of several thousand JPEGs and some CD .ISO files.

      --
      -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
    23. Re:FS by Ilgaz · · Score: 1

      I would install anything but FAT32 to those flash drives since it is an archaic filesystem, in fact a thing designed for floppy disks at first place.

      I would go for a journaled filesystem, even NTFS would be a good choice rather than FAT. The disaster usually happens because everything comes with FAT32. Ask Mac users about disasters (rather than bad blocks) they had with HFS+ Journaling drives. They would say almost "none".

    24. Re:FS by nmg196 · · Score: 1

      I can only see that it would be funny if everyone's misreading it so that they THINK it says "It comes with Vista, which is a free download".

  2. Re:First Comment. by DimmO · · Score: 1, Offtopic

    I would, but since i've posted on this page, I can't.

  3. What does speed have to do with life? by Anonymous Coward · · Score: 2, Interesting

    And why are they mixing the two? It just confuses things.

    1. Re:What does speed have to do with life? by Slimee · · Score: 1

      Because they're trying to increase both of them...you know, kill two birds with one stone.

      Everyone in this day and age wants things to be done faster, and I'm sure all of us /.ers would love having flash drives that are a bit more reliable and don't just randomly die out on you when you need it the most.

    2. Re:What does speed have to do with life? by Tubal-Cain · · Score: 3, Insightful

      While technically you are correct, you can assume that both will be affected by how good your engineers are. Well engineered drives will be both fast and have efficient wear-leveling. Poorly engineered drives will be slow and have terrible wear-leveling.

    3. Re:What does speed have to do with life? by LarsG · · Score: 4, Informative

      Because SLC is both faster and more durable than MLC?

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    4. Re:What does speed have to do with life? by mh1997 · · Score: 1

      What does speed have to do with life?
      Everything! Live fast, love hard, die young!
    5. Re:What does speed have to do with life? by rootooftheworld · · Score: 1

      What does speed have to do with life?
      Everything! Live fast, love hard, die old! fixed that for you
      --
      I know full well that tobacco is bad for you, so I smoke weed with crack
  4. Last time I do that.... by Statecraftsman · · Score: 0, Troll

    I finally RTFA and it tells me to pay more for stuff!

  5. MARKETING! by Anonymous Coward · · Score: 5, Insightful

    Why is it every other media we have speed-ratings and benchmarks and reviews? With USB thumb-drives you can't tell virtually anything when purchasing one other than what color it is.

    I want to know SOMETHING like 133x is defined for CompactFlash to give a basic idea of the speed of the device. I'm willing to accept some fudging around but not prepared to find out my new 32-gig flash-drive is 10 times SLOWER than my old 2-gig one. How has this situation persisted this long in a performance-obsessed technical field?

    1. Re:MARKETING! by bane2571 · · Score: 0, Troll

      Simple, thumb drives aren't for technical people, I'd assume anyone that cares about transferring data has a portable HDD that pushes 300+ GB. Thumb drives are for easy theft of office documents and quick trading of porn images.

    2. Re:MARKETING! by blahplusplus · · Score: 2, Insightful

      "Why is it every other media we have speed-ratings and benchmarks and reviews? With USB thumb-drives you can't tell virtually anything when purchasing one other than what color it is."

      USB thumb drives are like floppy disks, I think no one really cares that much about reliability since most transfers are done via network or CD/DVD/etc, or external storage (portable hard drive).

    3. Re:MARKETING! by Nursie · · Score: 2, Informative

      Well look for the ones from reputable companies that sell themselves on speed.

      Like Corsair, OCZ or Patriot sticks. If you do your research on the net first then you'll be ok. It's when you walk into a store and they have a selection af candy coloured novelty thumb drives, that's when you're going to get shafted.

      Personally I like the Patriot Xporter XT, I use it as a main disk on my NSLU2 debian box. It's not quite as quick as a normal HDD, but it's not bad. Corsair's voyager range are the defacto standard on fast, high capacity USB sticks right now though.

    4. Re:MARKETING! by tepples · · Score: 1

      I want to know SOMETHING like 133x is defined for CompactFlash to give a basic idea of the speed of the device. SDHC cards have a speed rating on them. So if you buy an SDHC card and an SDHC adapter, you can get some idea of how fast your transfers will be.
    5. Re:MARKETING! by mollymoo · · Score: 4, Informative

      Corsair were awesome till a few months ago when they dumped SLC. My 16GB Voyager GT is a stick of shit. Oh yeah, streaming performance is great at 25MB/sec and random reads are pretty good too. Streaming writes are better than average at around 15MB/sec. But for random writes it's just awful. How does 10-20 writes per second sound? Crap? It is.

      I tried to use one as the boot drive in my Eee PC and it was glacial. There also seemed to be some kind of pathological interaction between the MCL Voyager GT and Linux's CFQ IO scheduler - when performing a lot of writes the machine would lock solid for several seconds at a time, it looked like reads were being squeezed out. I never did boil it down to a clean test case though. Switching to the deadline scheduler improved matters substantially. While investigating that I realised Linux doesn't have an optimal scheduler for flash drives, they're all built around reducing and consolidating head seeks. no-op (which as the name suggests is just a FIFO with no real scheduling at all) is the fastest scheduler for USB flash, but you get no fair scheduling at all - you have to wait for that 500MB write to finish before your 100-byte read gets its turn. At least some of no-op's better performance is down to it not being anticipatory - it doesn't wait a few milliseconds after an IO to see if the process that requested the previous read/write requests another near by. That's just a waste of time with flash which doesn't have a physical head to seek.

      There's a fair bit of tuning you can do at runtime with Linux's IO schedulers, read the docs in /my/linux/source/Documentation/block.

      If you want fast, look at the old, 8GB SLC Voyager GTs. 30MB/sec read, 25MB/sec headline figures don't sound that much better, but in the real world they can be 3x faster at writes than the newer MLC models thanks to overwhelmingly better random write performance.

      --
      Chernobyl 'not a wildlife haven' - BBC News
  6. I thought everyone knew this by kriston · · Score: 1, Interesting

    Someone asked me about this very thing last week.
    I thought everyone knew that you get what you pay for, both speed and durability.
    I have found also that the drives marked ReadyBoost usually mean they're among the faster drives.

    --

    Kriston

    1. Re:I thought everyone knew this by Schlemphfer · · Score: 5, Insightful

      >I thought everyone knew that you get what you pay for, both speed and durability.

      Sure, you get what you pay for. But the problem here is that these drives don't indicate on the packaging whether they use SLC or MLC memory, or whether they offer more than one channel.

      So let's say the crappy variety of 4 GB USB drives currently go for $25, and the better, faster variety will never sell at that price. Right now, you have no way of knowing whether that 4 GB drive going for $50 is made with the faster, more durable SLC memory, or whether the drive is simply overpriced.

      You can therefore spend $50 for a drive and not get what you paid for. And the only way to safeguard yourself is to waste time researching your drive -- something you shouldn't have to do, since this info ought to be published as part of the drive's specifications.

      --
      I'm generally "Interesting," "Insightful," and even "Funny" here. What the hell happens to me at parties?
    2. Re:I thought everyone knew this by blind+biker · · Score: 5, Informative

      Mod parent up! This is the heart of the problem right there: manufacturers don't write whether the USB drive (or SD card, or any other Flash RAM device) uses SLC or MLC Flash RAM. But that's the main difference. SLC Flash will survive 100.000 write/erase cycles, MLC only about 5000. That's a HUGE difference. Especially if you use the USB drive to host an OS that likes logging a lot. Each log write implies the whole Flash RAM block (usually 128 KB) to be erased and then written to.

      Logging is the Flash RAM killer.

      And Kingston and Sandisk should start putting "SLC" or "MLC" on their products, so we techies know whether they are worth the double price.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    3. Re:I thought everyone knew this by Kegetys · · Score: 1

      manufacturers don't write whether the USB drive (or SD card, or any other Flash RAM device) uses SLC or MLC Flash RAM.


      Transcend seems to indicate it clearly in the packaging (At least for CompactFlash and SD cards I have, propably not for USB memory sticks though).
    4. Re:I thought everyone knew this by TeknoHog · · Score: 5, Informative

      And Kingston and Sandisk should start putting "SLC" or "MLC" on their products, so we techies know whether they are worth the double price.

      I was just discussing this the other day, and my friend found this: http://www.kingston.com/ukroot/flash/flashendurance.asp

      --
      Escher was the first MC and Giger invented the HR department.
    5. Re:I thought everyone knew this by jrp2 · · Score: 1

      > Sure, you get what you pay for. But the problem
      > here is that these drives don't indicate on the
      > packaging whether they use SLC or MLC memory, or
      > whether they offer more than one channel.

      At the very least you would expect the makers of the "good drives" to make it clear why they are worth the extra cash. Not sure I expect the makers of "bad drives" to advertise their deficiencies.

      As consumers, we can then assume that drives that do not list specs are crap.

      --
      The only athletic sport I ever mastered was backgammon - Douglas William Jerrold
    6. Re:I thought everyone knew this by modecx · · Score: 1

      It would be nice if any OS you'd run off a flash disk to had some write caching capability. Tweaking the write cache size and empty frequency aught to largely take care of the logging thing, I would think... Shouldn't be a big deal with Linux. That, and it's probably not imperative that such an installation needs to have as aggressive logging as other applications.

      --
      Constitutional rights may be respected, repealed, or modified; but they must never be ignored.
    7. Re:I thought everyone knew this by blind+biker · · Score: 1

      It would be nice. My experience with the Asus' Xandros is not so encouraging, though. I tried plugging the various logging holes, but there's just too many of 'em.If only all the apps logged into the same filesystem - then I could just mount that one as a ramdisk. But no, many just spew their logs in the most random of places.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    8. Re:I thought everyone knew this by calebegg · · Score: 1

      For USB flash drives, Toshiba calculated that a 10,000 write cycle endurance would enable customers to completely write and erase the entire contents once per day for 27 years, well beyond the life of the hardware. Heh, good to know that Toshiba's engineers can divide by 365. Sad that Kingston seemingly had to ask them to.
  7. Holy crap! by tedrlord · · Score: 4, Funny

    So, wait. Are you telling me that better quality products will perform better and last longer? You've blown my mind here! My whole worldview will need to be adjusted.

    --
    [insert witty quote here]
    1. Re: Holy crap! by CDMA_Demo · · Score: 1, Funny

      so, what GP is saying is, a circle is round because its a circle.

    2. Re: Holy crap! by morethanapapercert · · Score: 1

      And let us not forget the complete and utter lack of corners...

      --
      I need a wheelchair van for my son. Help me get the word out. https://www.gofundme.com/wheelchair-van-for-jj
    3. Re: Holy crap! by INowRegretThesePosts · · Score: 0

      Haha, very funny.
      The point is that people normally assume that pen drives are largely equivalent (other than capacity), while they vary very much in speed and vary wildly in durability (although the article claims the most users wont notice any difference in durability).

    4. Re: Holy crap! by Toll_Free · · Score: 1

      A circle just has more angles on everything.

      --Toll_Free

  8. Flash MP3 player by Aphoxema · · Score: 1

    Speaking of flash drives dying, does anyone know of an MP3/whatever player that can use USB flash drives but is not INTEGRATED into one?

    --
    "Most people, I think, don't even know what a rootkit is, so why should they care about it?"
    1. Re:Flash MP3 player by Wescotte · · Score: 1

      Many smart phones/mp3 players support removable media via microSD cards.

    2. Re:Flash MP3 player by dattaway · · Score: 1

      The cheap $20 mp3/SD players on ebay work well. The only feature they have is to play mp3's. They are light enough to fit in your shirt pocket and can be dropped and abused. Search ebay for SD-MMC-MP3-Player-USB-2-0 to see the one I got

    3. Re:Flash MP3 player by Anonymous Coward · · Score: 0

      That would be the BenQ joybee 130, ostensibly the best MP3 player EVER made - even when pitted against everything that Apple has ever done. You could record from the Mic or from FM radio right onto the removable SD card if you wanted to. No software needed, the player looked like a removable flash drive when you plugged it into your computer's USB port.

      Unfortunately, the BenQ executives spent all of the profits from the Joybee 130 on crack cocaine, smoked it all over a weekend, and discontinued that amazing product. You can sometimes still find one on Ebay, but beware sellers claiming "as-is, I don't know what this thing does..." since they probably dropped it in the shower or something.

      Man, why is slas

    4. Re:Flash MP3 player by Hal_Porter · · Score: 1

      Does it support SDHC, i.e. SD cards greater than 4GB?

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    5. Re:Flash MP3 player by EEPROMS · · Score: 5, Interesting

      Cowon A3, it supports more media formats than any MP3 player out (ogg, flak, mkv) there and you can read directly from a USB thumb drives. As a MP3 player the Cowon A3's audio quality blows the iPOD right out of the water, even has a 10 channel equaliser built in.

    6. Re:Flash MP3 player by ledow · · Score: 1

      Probably not what you want specifically but may be useful for other people:

      A while ago I gave my girlfriend a little portable "CD player" that also plays direct from SD cards and USB drives, plays MP3 CD's, radio, etc. for about £40 (probably a lot cheaper by now). Runs off batteries or mains.
      Was one of the best buys I've made, especially given that the £40 was in vouchers that we'd won on a competition.

    7. Re:Flash MP3 player by Anonymous Coward · · Score: 0

      Are you kidding? Even my cheap Trio Machspeed MP3 player blows the iPod (any iPod) out of the water! Both in ease of use, and sound quality! Plus it uses a standard AAA battery (I use AAA NiMH rechargeables in it) and for the price, if it lasts a year, I will be happy with it.

      (CR)Apple used its PR department to somehow get some easily duped people into thinking that their crappy, overpriced iPod is some kind of status symbol. Same with their crappy, overpriced iPhone.

    8. Re:Flash MP3 player by Murphy+Murph · · Score: 2, Insightful

      As a MP3 player the Cowon A3's audio quality blows the iPOD right out of the water

      Do you have objective numbers to back up that claim, like perhaps some RMAA tests? Or are you acting no better than the subjectivist audiophools who spend thousands on power cables?
      --
      I dub thee... Sir Phobos, Knight of Mars, Beater of Ass.
    9. Re:Flash MP3 player by penguin_dance · · Score: 1

      Was one of the best buys I've made, especially given that the £40 was in vouchers that we'd won on a competition.

      Only on Slashdot would someone brag about being a cheap bastard when buying their girlfriend's gift. ;-)

      --
      If you've never been modded as "flamebait" or "troll," you've never tried to argue a minority viewpoint here!
    10. Re:Flash MP3 player by geekoid · · Score: 2, Insightful

      Oh, I'm sure the poster has numbers and isn't a jerk that comes up for reasons to hate things because they are popular~

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    11. Re:Flash MP3 player by Taibhsear · · Score: 1

      Whoa that thing is pretty neat. Never heard of that before. Kind of reminds me of the archos. I just wish the A3 came with more storage space. If I could get one with about 150-200GB I'd be able to play at least 2/3 of my albums in flac. Man, I'd scoop that up in a heartbeat.

  9. Dual Channel is already available by clarkn0va · · Score: 5, Interesting
    I recently bought one of these. hdparm said it's reading at 26 MB/s. Then it said it was reading at 17 MB/s. Not sure why the variance.

    Then I copied a 700 MB file onto it from a local hard drive in gnome, which reported initially that it was transferring at 20+ MB/s, but that dropped steadily until it levelled off around 6.1 MB/s.

    Far from scientific, yes, but I wonder a)why the inconsistencies, and b)how these results compare with other products.

    db

    --
    I am literally 3000 tokens away from the chaotic crossbow --Stephen
    1. Re:Dual Channel is already available by Bryan+Ischo · · Score: 5, Insightful

      Probably at first the copy was just being buffered into memory. Linux buffers copies and then flushes the buffered data to disk later, when the drive is otherwise idle, to improve overall system performance. Once you filled the cache, you had to wait to write more data into it until some of it was flushed to make room. And thus, once the cache is filled, any more writes happen at the actual speed of the device, instead of the speed to copy to memory.

      That's one theory. There may be other reasons.

      In terms of how these results compare to other products, I think they are "pretty good". Not the best, but significantly better than average.

    2. Re:Dual Channel is already available by LarsG · · Score: 3, Insightful

      There may be other reasons. Some usbkeys cheat, they use a small buffer of fast flash. Small writes go fast, but sustained speed isn't so hot.
      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    3. Re:Dual Channel is already available by INowRegretThesePosts · · Score: 5, Insightful

      Some usbkeys cheat, they use a small buffer of fast flash. Small writes go fast, but sustained speed isn't so hot. Don't abuse the word cheat, or any other poor word for that matter. A cache seems to be an actually useful feature for a pen drive, as opposed to a "cheat". A cheat would be something that gave false high numbers.
    4. Re:Dual Channel is already available by TeknoHog · · Score: 1

      Seconded. Most hard drives "cheat" with a RAM buffer, so why not flash drives?

      I find the idea of using faster flash as a buffer strange, though. I understand that a huge RAM buffer doesn't make sense in a kind of device that's often improperly unmounted. But a small, specialized area of flash would wear out much faster than the rest of the drive.

      --
      Escher was the first MC and Giger invented the HR department.
    5. Re:Dual Channel is already available by Anonymous Coward · · Score: 1, Insightful

      the inconsistencies are inherant in most flash drives. that particular flash drive is not as bad as others but it still happens. writing a file takes more time writing the begining and end bits of hte file, once that is written, the data can be transfered at it's top speed. if you transfer many small files at once to a flash drive, it will take significantly longer to transfer then transfering a single large file of the same overall size.

      with that in mind, i've had to transfer multiple profiles as part of an install for a customer, most were 2+ gigabites. I also just purchased that same exact flash drive. When transfering their .pst files, it the speeds were stellar, when it then started to transfer alot of sub 1MB files, it slowed down. but even then, i walked away for less then 5 minutes, and when i came back, a 1.5 GB profile was transfered to a new pc, when it took 20 minutes plus to do the same size profile with a regular flash drive

    6. Re:Dual Channel is already available by Anonymous Coward · · Score: 1, Insightful

      I find the idea of using faster flash as a buffer strange, though. I understand that a huge RAM buffer doesn't make sense in a kind of device that's often improperly unmounted. But a small, specialized area of flash would wear out much faster than the rest of the drive. Not necessarily. According to a story I read somewhere, the lifetime of a piece of flash memory can vary by up to 10 times. (And it's the faster kind that generally lasts longer.)
    7. Re:Dual Channel is already available by geekoid · · Score: 1

      They cheat in the sense that they create a small buffer to get fast writes and then use that number in marketing, implying that's the speed you should always expect.

      Technically, it's not a cheat and it is a useful way to do things.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    8. Re:Dual Channel is already available by LarsG · · Score: 1

      I should have qualified my use of the word "cheat".

      As a way to improve performance it is certainly a valid technology.

      The "cheat" part is more in the way of marketing; pen drives are typically sold as "x MB/s read/write" while HDs are sold as "x RPM y MB cache".

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    9. Re:Dual Channel is already available by Gldm · · Score: 1

      Then it's a CHEAT since it's designed to have a nice big number for marketing to slap on the box/website to convince someone it's worth buying.

      --

      Introducing the new Occam Fusion! Now with sqrt(-1) fewer blades!

  10. Proposed rule for Slashdot submissions: by Anonymous Coward · · Score: 5, Insightful

    Always, when possible, submit a link to the print version. It's faster, on one page, and gets rid of those annoying frames, ads, etc. that litter most tech Web sites these days.

  11. Print version here by clarkn0va · · Score: 3, Informative
    --
    I am literally 3000 tokens away from the chaotic crossbow --Stephen
  12. Flimsy construction by Bryan+Ischo · · Score: 4, Insightful

    My biggest beef with flash drives thus far is with the flimsy construction. I have owned three flash drives. The first was a 64 byte drive back in the day when that was sizeable. I think it was an Iomega drive. It was really tiny which is why I liked it. But after only about a dozen gentle insertions (no jokes please), it developed a crack in the housing which soon threatened to cause the whole device to fall apart. Iomega was kind enough to replace it for free (it was still under warrantly, less than 6 months old) with a 128 Megabyte version. That was drive #2. I think I lost that one.

    My next drive was a Patriot 2 GB flash drive. It lasted maybe 50 insertions before the usb connector "pushed in" and became so loose that it could no longer be inserted properly into a USB port. I ended up snapping the outer housing off and now it's just a little tiny PCB with chips on it and a USB connector at the end. Works fine but I wouldn't take it anywhere remotely hostile. I keep it next to my computer.

    So what is the point of this long story? That flash drives tend to have really cheap construction (in my experience) that doesn't hold up to much use, let alone much abuse. In the case of the Patriot I'm not surprised because it was a really cheap unit. But the Iomega was not.

    I don't doubt that th expensive ruggedized flash drives can take much, much more abuse. But they represent like 1% of the market. Most drives are these really flimsily constructed things that fall apart when you look at them the wrong way.

    1. Re:Flimsy construction by FooAtWFU · · Score: 5, Funny

      My biggest beef with flash drives thus far is with the flimsy construction. I have owned three flash drives. The first was a 64 byte drive back in the day when that was sizeable. Umm, when was that exactly? 1955? :)
      --
      The World Wide Web is dying. Soon, we shall have only the Internet.
    2. Re:Flimsy construction by InlawBiker · · Score: 2, Insightful

      I think you get what you pay for. I bought one of those dirt-cheap 256m sticks a long while back. It's a flimsy piece of plastic, but I expected that. But guess what, it still works.

      Now I use a 2gb Kingston DataTraveler. It's very solidly built. I use it all the time and carry it with me always. I think it was about $20 last year. They're probably giving them away with a Happy Meal these days. I'm just waiting for the day I lose the little cap.

      You can certainly buy very well-built models designed for travel. If you have to carry important data around with you I think the good ones are worth the extra dough.

    3. Re:Flimsy construction by compro01 · · Score: 1

      i've only had 1 flash drive fail on me, and it was one of those gizmo ones (the tiny half USB connector ones) and i'm pretty sure it's just that the (exposed) contacts are just screwed from living the rough life in my pocketes for a year and some.

      my other 4 drives are a 512MB lexar (had for 3 years), a 1GB retail plus (walmart brand. casing split, but a little electrical tape has held it fine for the past 2 years), a 2GB memorex (small drive, but with a full usb connector. my newest one, to replace the gizmo), and a 4GB sandisk cruzer (the retracting connector one. no problem with inserting it so far.).

      --
      upon the advice of my lawyer, i have no sig at this time
    4. Re:Flimsy construction by Bryan+Ischo · · Score: 5, Interesting

      Whoops, typo :) But your response was funny.

      This does remind me of what a geek I am though. I think I must be the only person in the world who often daydreams (when I have the time and inclination to daydream) that I've gone back in time and taken some piece of modern computer equipment to shock and amaze people from the early days of computing.

      For example, I'll daydream that I've taken my laptop (which is now a few years old and not impressive to anybody, but with 768 MB of RAM, a 40 GB disk, and 1.4 Ghz Pentium M, would have blown the socks off of a computer enthusiast from, say, 1969) back in time and am showing it off to a group of scientists like at say that famous "mother of all demos" where the mouse and graphical interface were first demoed.

      Can you imagine showing up and being like, hey check this out. That 64 KB PDP-11 that you have running your demo is cool and all. But let me show you my computer, which has 768 MILLION bytes of RAM! And a 1400x1050 32 bit color flat panel LCD display! With built-in keyboard!

      It's not that I would lord it over anyone. But it's fun (for me) to daydream about the conversations you'd have with someone from 1969, explaining to them the advances of modern technology and how they are used in our world.

      Anyway, your comment reminded me of that, because although a 2 GB flash drive today is totally ho-hum, if you could sneak one of those back in time to the 1970's, you'd have something that governments would probably go to war over :) Of course you'd have to take the USB 2.0 spec back with you too ...

      Like I said, I am a total geek ...

    5. Re:Flimsy construction by Hal_Porter · · Score: 5, Funny

      a 1GB retail plus (walmart brand. casing split, but a little electrical tape has held it fine for the past 2 years). Yeah, but women won't fuck you if they see you have a thumb drive like that. I have an Ferrari brand drive. Cost $800 duty free but boy it's got me some tail.
      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    6. Re:Flimsy construction by LarsG · · Score: 1

      Rugged flash drives are only "like 1% of the market" because people for some reason seem to be unwilling to spend a few $ more.

      Out of curiosity, what is the price difference between the cheapest x GB stick and a similar size rugged drive like a Corsair Flash Voyager? In my neck of the wood it is literally just a few $.

      --
      If J.K.R wrote Windows: Puteulanus fenestra mortalis!
    7. Re:Flimsy construction by Al_Lapalme · · Score: 1

      OMG! Your post has brought tears to my eyes! I too daydream of similar things-- but I never ever thought about posting that fact online!

      I go the opposite way though- usually bringing a historical figure to the present to show them all the great things their scientific/technological contributions have acheived.

      My name is Al, and I too am a total geek.

      --
      Al
    8. Re:Flimsy construction by Bryan+Ischo · · Score: 1

      Well I guess I am not alone after all! Indeed I have daydreamed in 'the reverse direction' too :)

    9. Re:Flimsy construction by Bryan+Ischo · · Score: 1

      You are definitely correct in that, but I think that also many consumers don't even realize that the devices may not be very durable and thus that ruggedized versions are necessary for even moderately used devices to maintain their integrity. Of course, I don't believe that even if people did know the difference, that they'd buy the more expensive unit, because people are so willing to put up with anything as long as it's dirt cheap. I've been known to make this same mistake myself from time to time.

      In terms of how much more ruggedized versions cost, I agree with you, it's not much more. However, it is at least 10% more I believe, and for many people, that is a cost difference that needs justification. And unless they understand the benefits of ruggedization, many will not choose to pay more.

      I have found that the good performance flash is what really costs. Like, 3x the price or more, for the highest performance drives, over the cheapest ones. If I were to buy another flash drive, based on my experience with the ones that I have, I would find that to be a worthwhile expense though and would gladly pay $100 for 8 GB of the fastest flash versus $30 for 8 GB of the standard mediocre stuff.

    10. Re:Flimsy construction by maglor_83 · · Score: 1

      I don't buy them because I keep getting free drives from various sources. If one breaks, its no big deal, cos I have a handful of others just sitting around anyway.

    11. Re:Flimsy construction by hughk · · Score: 4, Interesting

      And they would say

      You need how many megs to say "Hello World"?

      ...and I look at the ledger system for the bank where I'm working which uses 3270 sessions. Yes, even though the documentation refers to this as a GUI, hello 1972, your character mode VDU is still haunting us.

      --
      See my journal, I write things there
    12. Re:Flimsy construction by mcrbids · · Score: 1

      So what is the point of this long story? That flash drives tend to have really cheap construction (in my experience) that doesn't hold up to much use, let alone much abuse. In the case of the Patriot I'm not surprised because it was a really cheap unit. But the Iomega was not.

      Wow. I don't have your experience at ALL. I have a 1 GB nameless thumb drive I bought at Office Depot a couple years ago for about $90, when 64 MB drives were still the norm. It's been a road-warrior for almost 3 years without a hitch. Since I've used it anywhere from 1x/week to daily the entire time, I wasn't too upset with the little metal ring that attaches it to the necklace gave way just the other day. A metal clip broke, but the flash drive still works fine despite years of swinging and flicking idly while I walk...

      Do you insert your flash drives with a hammer?

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    13. Re:Flimsy construction by Tano · · Score: 1

      Actually, i think the reason why people don't always invest in better quality flash drives is the progress of the technology.

      If you think about it, what's the point in investing in a 4GB ultra-mega-top-of-the-line-ruggedized drive, when at the same, or lower price even, you can buy a 16GB or 32GB normal drive, that usually lasts the same, and behaves almost the same...

      Maybe people would be more willing to invest in a top of the line flash drive if they could upgrade the innards - no need for compatibility with other companies, or self service, or anything.

      Just, whenever the technology is improved, allow your customers to get the drive to the store, and replace the chips from the 4GB they bought to the 16GB or 32GB that appeared - at a lower price, as you don't change the housing, and for most high-end drives, that is most of the cost.
      Of course, the drives would need to be redesigned a bit, to allow easy replacing of the chips, but i don't think it would be that difficult...

    14. Re:Flimsy construction by AMD-lover · · Score: 0

      64 bytes? Wow! What did you put on there?

    15. Re:Flimsy construction by Bryan+Ischo · · Score: 1

      No, I swear, I am pretty gentle with them. Maybe I have had especially bad luck and you have had especially good luck?

      For the 64 MB drive, I could tell after it cracked that there was a flaw in the design. It's hard to describe, but there was an activity LED window that acted in part as a clip for the cap, and it was the stress on this thing from snapping the cap on and off a dozen times or so that cracked the plastic case. It was the kind of thing that I could see happening to pretty much everyone who used one of these drives (which otherwise never left my drawer and certainly was not abused), and thus I was not surprised when the company so quickly and easily agreed to replace it. I got the feeling that they'd had alot of similar calls.

      The Patriot is just a cheap piece of crap. It's just a tiny PCB, USB connector, and two halves of a plastic case snapped on. It was easy to snap the halves apart once the PCB got pushed in too far and ended up floating free inside the case. I could see how simply it was put together and it did not surprise me that it had basically no durability.

      I get the feeling that most cheap USB devices are like the Patriot. And I would not be surprised if many, many of them break in similar ways. Hence my post. However, I am also not surprised that there are some diamonds in the rough like your flash drive.

    16. Re:Flimsy construction by priegog · · Score: 1

      I'm going to have to disagree completely with you. I've only owned 2 drives, but these were CHEAP-ass drives gotten off eBy from chinese sellers who apparently take them off the assembly line or something (no other explanation why they are so cheap). Anyways, even tho they aren't the greatest performers speedwise (4MB/s write 6 read). They are tough. Like, surviving getting machine washed tough. Like being carried around everywhere with me for 2 years (with all kinds of little accidents and crushings) tough. But of course, this particular drive I'm talking about (a 2GB) has a metallic (aluminium?) housing, so that might help too. I'm sorry but you seem to have had the worst possible luck with drives and that is that. Either that or you pick those encased in soft plastics.

    17. Re:Flimsy construction by ElliotLee · · Score: 1

      So how about thinking ahead to the future then.. What if one of those folks in the 2030's visited us today?

    18. Re:Flimsy construction by Anonymous Coward · · Score: 0

      I think I must be the only person in the world who often daydreams (when I have the time and inclination to daydream) that I've gone back in time and taken some piece of modern computer equipment to shock and amaze people from the early days of computing.

      Yeah, there are like no movies about that sort of thing, so you must be the only one dreaming it.

    19. Re:Flimsy construction by dotgain · · Score: 0, Offtopic

      Midget porn

    20. Re:Flimsy construction by kipman725 · · Score: 1

      and I day dream about having an opertunity to have been around in the early days of computing programing on things like the PDP machines. I get a little of the cramming code into very limited machines with embeded programing but... even there things are moving towards high level inefffeciant langauges. I like stuff like line counting and adding NOP's in to sycronise bits of the system...

    21. Re:Flimsy construction by kipman725 · · Score: 1

      I have had and OCZ drive mechanicly fail after the case failed due to sitting on it (one of the rearly rearly small ones). I have also had 2 free memory sticks (256mb) fail on me. However this 128mb creative muvo mp3 player still works fine.

    22. Re:Flimsy construction by ellenbee · · Score: 0

      I daydream about this all the time too lol.

    23. Re:Flimsy construction by g0dsp33d · · Score: 2, Funny

      They would tell us that we were wrong and 640k is enough.

      --
      lol: You see no door there!
    24. Re:Flimsy construction by Fred_A · · Score: 1

      My name is Al, and I too am a total geek. (chorus from the chair circle) : Hello Al

      --

      May contain traces of nut.
      Made from the freshest electrons.
    25. Re:Flimsy construction by maxume · · Score: 1

      Try one of these:

      http://www.newegg.com/Product/Product.aspx?Item=N82E16820189033
      http://www.newegg.com/Product/Product.aspx?Item=N82E16820134462
      http://www.newegg.com/Product/Product.aspx?Item=N82E16820134484

      The $5 premium isn't too bad.

      I have a 128 MB version of the same line, and I swear the thing is indestructible, despite being made out of two plastic halves that are glued together. One reason might be that there is a write protect switch on the drive, so the inside needs to be held to the inside a little better. I didn't really check the drives I linked to see if they have switches.

      --
      Nerd rage is the funniest rage.
    26. Re:Flimsy construction by danbert8 · · Score: 1

      Meh, Windows booted faster on my old 486DX than it does now on my Athlon 64 X2. Yes, computers today are much more powerful, but are they really that much more useful? My work computer is so bogged down that it takes a few minutes to load Word documents, and heaven forbid I need to open a decent sized excel spreadsheet. Yet by standards in the 1990s, it should be absurdly fast.
       
      At the demo, I'd be the ass that says, let's have a competition: Add 1+1, and my 1969 computer would have the operation done before Windows could load the calculator.

      --
      Yes it's an anecdote! Were you expecting original research in a Slashdot comment?
    27. Re:Flimsy construction by frehe · · Score: 2, Funny

      This does remind me of what a geek I am though. I think I must be the only person in the world who often daydreams (when I have the time and inclination to daydream) that I've gone back in time and taken some piece of modern computer equipment to shock and amaze people from the early days of computing.

      I have those fantasies too. I also figure that if you went far enough back in time, they would build a bridge out of you, or burn you, in about two seconds after you announce: "Behold filthy peasants; the calculator from the future!" ;-D Recommended reading on the subject:

      Ghost Of Christmas Future Taunts Children With Visions Of PlayStation 5
      The Onion
      December 18, 2002 Issue 38-47


      http://www.theonion.com/content/node/27607
    28. Re:Flimsy construction by reddburn · · Score: 1

      I must confess, I've considered how cool it would be to have my Core Duo back as an undergrad (1993-7). There would be a problem with WiFi, but we were wired early, so ethernet would have to do.

      My nerd friends would have paid admission for a few minutes on it.

      --
      "Those who believe in telekinetics, raise my hand" - Kurt Vonnegut, Jr.
    29. Re:Flimsy construction by reddburn · · Score: 1

      And they would say And the colored girls go, "Do do do, do do, do do do do do do do do do do do."
      --
      "Those who believe in telekinetics, raise my hand" - Kurt Vonnegut, Jr.
    30. Re:Flimsy construction by zdzichu · · Score: 1

      I think I must be the only person in the world who often daydreams (when I have the time and inclination to daydream) that I've gone back in time and taken some piece of modern computer equipment to shock and amaze people from the early days of computing.

      No, you aren't the only person in the world with such daydreams. Good to know I'm not only one, either :)

      --
      :wq
    31. Re:Flimsy construction by 1karmik1 · · Score: 1

      I often daydream about this too :) Only i think more on being stranded back in time and having to introduce our technology back there, i often wonder if i'd be able to properly produce electricity or discover penicilin (or print, if i go THAT back in time) or steril medical procedure. Also, i daydream about speaking of our technology to ancestors too :)

      --
      Violence is the last refuge of the incompetent.
    32. Re:Flimsy construction by sdpuppy · · Score: 1
      Yeah they would be totally blown away. Until they compare execution times normalized to processor speed, compare file size of programs with similar capability, and you tell them about viruses and exploits that involve buffer overruns (wait - didnt we know about that one back in the '50s?) and while the audience will be amazed at how fast and advanced hardware developed, they'll shake their heads in disbelief at how bloated and creaky software became.

    33. Re:Flimsy construction by Anonymous Coward · · Score: 0

      Watch out for newegg - if you return a defective item for a refund, they will charge you a 20% restocking fee. That is their policy. If you call them back and bitch about it they will refund it, but they shouldn't do that in the first place.

    34. Re:Flimsy construction by Anonymous Coward · · Score: 0

      We all have those same dreams as well, Bryan... but you don't see US rushing out to purchase name-brand merchandise at low, low prices.

    35. Re:Flimsy construction by maxume · · Score: 1

      Yeah, they aren't golden, but they are among the more known quantities among places that manage to keep reasonable prices on things like memory.

      --
      Nerd rage is the funniest rage.
    36. Re:Flimsy construction by geekoid · · Score: 1

      "So what is the point of this long story?"

      To tell use your harder on these drives then you think.
      64 byte..heh.

      Anecdote is not data.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    37. Re:Flimsy construction by Anonymous Coward · · Score: 0

      hey, i laughed.

    38. Re:Flimsy construction by operagost · · Score: 1

      Both my Sandisk and Lexar drives have lasted for some time with no problems. It may be because I never put them in my pocket. I only hang them around my neck or place them in my laptop bag.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    39. Re:Flimsy construction by Anonymous Coward · · Score: 0

      Strangely enough, I have daydreamed the same type of thing. It usually involves me bringing back today's technology and using that to jumpstart the developmment (and making a fortune while doing) today's technology 50+ years ago.

      I was reading some comment or something somewhere that mentioned about how you would go about recreating modern technology 500+ years ago. That lead to some incredible insightful daydreams too. :D

    40. Re:Flimsy construction by Bent+Mind · · Score: 1

      I think I must be the only person in the world who often daydreams (when I have the time and inclination to daydream) that I've gone back in time and taken some piece of modern computer equipment to shock and amaze people from the early days of computing.

      Not a chance. My favorite daydream, along these lines, is to load the atari800 emulator on my Eee PC and take that back to about 1985. I was big into Atari back then. It was always fun to get together with friends and talk about some strange new prototype someone had seen from Atari. Imagine what they would have made of such a tiny, portable, Atari. It would even have a full 80 character display!

      It's fun to dream sometimes...

      --
      Request a Linux Shockwave player here: http://www.macromedia.com/support/email/wishform/
    41. Re:Flimsy construction by Al+Al+Cool+J · · Score: 1

      Ferrari brand or not, I think women in general are going to be put off if they see anything thumb sized.

    42. Re:Flimsy construction by WuphonsReach · · Score: 1

      My biggest beef with flash drives thus far is with the flimsy construction. I have owned three flash drives. The first was a 64 byte drive back in the day when that was sizeable. I think it was an Iomega drive. It was really tiny which is why I liked it. But after only about a dozen gentle insertions (no jokes please), it developed a crack in the housing which soon threatened to cause the whole device to fall apart. Iomega was kind enough to replace it for free (it was still under warrantly, less than 6 months old) with a 128 Megabyte version. That was drive #2. I think I lost that one.

      Sandisk Cruzer Titanium - Which is a wonderful little USB flash drive that can take a beating. Mine has been hanging off a keyring for most of a year and is holding up very well. Great size, sleek form factor.

      Patriot XPorter (PEF4G200USB) - Nice rubber shell. Not as sleek or handy as the little Cruzer, but suitable for daily wear and tear. Assuming you don't lose the rubber cap, this unit can probably take a heavy beating.

      --
      Wolde you bothe eate your cake, and have your cake?
  13. In my experience(anecdotal of course) physical by antifoidulus · · Score: 3, Insightful

    durability has a lot more to do with drive lifetime than the durability of the flash components. I have had 3 memory sticks die, and none of them have been because the flash wore out. One I managed to kick and separated the flash part from the USB connector(which was a bitch to get out of my mac pro), another the USB connector became very flakey right after I bought the thing, it would sometimes read, sometimes not, and the other just stopped working(ok, theoretically that could have been due to flash wear, but the thing was less than a year old). In my opinion, if reliability is a chief concern, get one of the small plastic ones. My little red iMation drive has took lots of abuse, and because it is so small, the odds of a collision are significantly reduced.

    1. Re:In my experience(anecdotal of course) physical by Anonymous Coward · · Score: 0

      Fine, go back to the always-reliable floppy disks!

    2. Re:In my experience(anecdotal of course) physical by knarf · · Score: 1

      Open the drive, look at the solder connections to the USB plug. You'll probably find they have come loose as solder joints are not really up to much physical abuse. Resolder them with a fine-tipped 15W iron (to be bought for a few $local_currency_units at the hardware store) and, for good measure, glue down the metal shield of the USB connector. Your USB gadget will probably work again, and keep working for a long time. If it doesn't, rinse and repeat. If you really want to make sure these things don't happen just use and USB extension cord and plug the thing into that.

      --
      --frank[at]unternet.org
    3. Re:In my experience(anecdotal of course) physical by Lodragandraoidh · · Score: 1

      I have yet to have these kind of results from any of my technology.

      I have a 128mb Kingston thumb drive that is still trucking right along.

      I run into people in my office who are constantly having problems along these lines - and here is what I found:

      1. They are impatient. If one key press or mouse click will do - then 50 will do better.

      2. They think computers and associated peripherals are built like a tank...they are not. They seem very confused and angry when dropping their notebook computer, or forcefully inserting a connector in upside down makes the device stop working properly.

      3. There are just some people that must have a magical forcefield around them that is bad for electronics - no matter how patient or careful they are.

      --

      Lodragan Draoidh
      The more you explain it, the more I don't understand it. - Mark Twain
    4. Re:In my experience(anecdotal of course) physical by RailRide · · Score: 1
      In my experience, I've only had one flash drive outright die on me--an "I-Disk Gini" by Pretec. 2GB model, worked fine for a few weeks and then--bam...

      "Please insert a disk into drive (x)"

      The drive is recognized, it gets a drive letter and all that, but any attempt to actually access it is greeted with the above message. Since then I've run across numerous users of this particular line of drives complaining of the same symptom.

      I have flash drives by PNY, Kingston, and Super Talent. No problems with them. I'm trying out an Avixe 8GB drive I bought when I couldn't find any more 8GB Super Talents at my local computer shows.

      We've all heard about the longevity of flash drives under repeat write cycles, but what about data that's left on a nearly-full drive with no further write activity? Usually, when I fill one of these up, I just buy another one and treat the existing drive like an archive, so it only rarely gets plugged in, and then it's only to read (since it's almost full anyway). One would think the data should be safe indefinitley, but one has been wrong before.

      ---PCJ

  14. Linux runs pretty well on my cheap flash drive by Bryan+Ischo · · Score: 5, Insightful

    I installed Arch Linux on a cheap 2 GB Patriot flash drive. It boots pretty quickly and overall performance seems good, even for a cheap drive. However I don't do hugely disk intensive tasks with it.

    One annoying thing I have noticed is that programs will periodically completely freeze up and I'll look over and notice that the activity light on the drive is flashing. A common experience is that Firefox will be completely unresponsive, not even redrawing itself when a window that was obscuring it is moved, until the drive stops flashing, and then Firefox will instantly come back to life.

    My theory is that the kernel is caching writes to the drive and then at some random point decides it's time to flush the write cache to disk. I think that any program that tries to write any files while the kernel is flushing the cache gets put into a wait state by the kernel until the cache flush is complete and then whatever write the program was attempting, gets written into the cache, ready to be flushed again on the next cache flush.

    Furthermore, I theorize that for normal hard disk drives, the write speed is sufficient to keep "ahead" of cache flushes so that the cache never really "fills up" and no programs ever get waited in this way.

    But that for slowish flash drives like mine, the kernel doesn't compensate for the slow write speed of the flash (because the kernel doesn't even realize that it's writing to flash?) and so it lets enough data buffer up that it has to frantically try to flush it all when the cache has filled up. Or perhaps, that the kernel just tries to flush too much at once, not realizing how slow the flush is going to be due to the underlying speed of the device.

    I also theorize that this problem could be solved by having the kernel flush the cache more aggressively, and in smaller increments. If the flash drive were kept continually busy flushing small chunks of write cache, then a) the write cache would not be as likely to fill up, and b) no individual write would monopolize the device for such a long period of time becase the writes are all smaller.

    Writing all of this makes me realize that the root cause may be that programs are trying to *read* from the device while a write cache flush is happening, and since the device can only do one operation (read or write) at a time, the long duration of the cache flush operation is blocking a program from reading the drive. Furthermore, if what the program is trying to read is a demand-paged part of its text segment, then it makes perfect sense that the whole process would be blocked by the kernel while the text segment piece waits to be loaded.

    Am I even close to the mark on this one?

    If so, I am sure there are Linux kernel experts who can tell me what values to write into what /proc filesystem entries to turn more aggressive write cache flushing on. I can't keep up with the /proc filesystem because it changes so frequently, so I don't even bother to try to stay abreast of how to do things with the Linux kernel in this way anymore ...

    1. Re:Linux runs pretty well on my cheap flash drive by Sterling+Christensen · · Score: 1

      Could Firefox's fsync() problem be related?

      http://shaver.off.net/diary/2008/05/25/fsyncers-and-curveballs/

    2. Re:Linux runs pretty well on my cheap flash drive by mollymoo · · Score: 3, Informative

      I installed Arch Linux on a cheap 2 GB Patriot flash drive. It boots pretty quickly and overall performance seems good, even for a cheap drive. However I don't do hugely disk intensive tasks with it.

      One annoying thing I have noticed is that programs will periodically completely freeze up and I'll look over and notice that the activity light on the drive is flashing. A common experience is that Firefox will be completely unresponsive, not even redrawing itself when a window that was obscuring it is moved, until the drive stops flashing, and then Firefox will instantly come back to life.

      I touched on this in an earlier post, but I experienced the same thing and tracked it down to the CFQ IO scheduler. I never got round to making a clean test case so never submitted the bug to the kernel. My wild-ass guess is that it's assuming reads and writes take equal time when they don't with flash, which confuses its notion of "fairness". It's a pity CFQ doesn't seem to work well with flash, as it has some tasty features like being able to ionice your backup process so foreground tasks get priority. It's not just me who things CFQ aint great for flash - the default kernel on an Eee PC doesn't even have it compiled in, despite CFQ being the default scheduler for the kernel version they use (it's still the default now, you're almost certainly using it).

      The IO scheduler operates at the block device level, below the page cache daemon, so in theory even when dumping cache it shouldn't starve your reads and writes out. That's pretty much the point of having a clever IO scheduler - not having to wait for a 5 GB IO to finish before you get to read the 100 byte file you're blocking on. Mostly that's what Linux's schedulers do. But CFQ with a flash drive? Not so much.

      You can change the IO scheduler and tune it at runtime, which is very handy indeed. This shouldn't cause data loss, and I've not had any problems.

      I'll assume your flash drive is /dev/sda, change sda as appropriate.

      To see which IO scheduler you're currently using and those available in your kernel:

      $ cat /sys/block/sda/queue/scheduler
      noop anticipatory deadline [cfq]

      That shows I have all four schedulers available and CFQ is currently in use. To change it, just echo the name of the new one to that file:

      $ echo deadline > /sys/block/sda/queue/scheduler
      $ cat /sys/block/sda/queue/scheduler
      noop anticipatory [deadline] cfq

      I found the deadline scheduler had much better interactive performance that CFQ when booting from a flash drive.

      Changing the scheduler as detailed above needs to be done after every boot and for every device. If you want to use a particular scheduler as the kernel default for all devices, either choose it at kernel compile time or pass the "elevator" parameter to your kernel in your bootloader config. For example, "elevator=deadline" makes the deadline scheduler the default. If you use grub, tag that on the end of the kernel line in /boot/grub/menu.lst.

      There are tuning "knobs" for each scheduler. Read the docs in /linux/source/Documentation/block for the gory details. I tuned my system to use the deadline scheduler, group IOs less (no head seek penalty) and prioritise reads over writes (things regularly block on reads but less so on writes, which can be cached anyway - remember we're working below the level of the cache). Read the docs to understand the gory details - note that these tunables are for the deadline scheduler, they're different for different schedulers. They're not very scientifically selected and not exhaustively benchmarked so you may be able to do better. The numbers for expire are in milliseconds. This lot will dispatch IOs individually (instead of in groups of 16), do 10 reads for every write, prioritise a read a

      --
      Chernobyl 'not a wildlife haven' - BBC News
    3. Re:Linux runs pretty well on my cheap flash drive by Bryan+Ischo · · Score: 1, Interesting

      Awesome advice - you are definitely my hero! I will try what you suggest and appreciate the thorough and informative response.

    4. Re:Linux runs pretty well on my cheap flash drive by Jherek+Carnelian · · Score: 1

      Am I even close to the mark on this one? Sounds like your system does not have DMA on its USB controllers.
      DMA would allow the controller to manage the data transfer itself.
      Instead, it sounds like the kernel is babysitting every i/o to the flash drive, which means it is essentially busy-waiting on the completion of each transfer and a cpu that is busy-waiting can't do anything else, which is why the system appears to freeze up completely.

      Doing smaller transfers more frequently would just produce a bunch of shorter freezes, that in total would be at least as long as the one long freeze you get now. They'd also be pretty annoying, imagine every five seconds you have to wait through a 1 second pause. Any user interaction like typing or mousing would become super tedious.
    5. Re:Linux runs pretty well on my cheap flash drive by Bryan+Ischo · · Score: 1

      I just tried all of your settings advice and it is definitely an improvement.

      The activity light on my flash drive is flashing for longer periods of time, which leads me to believe that the flushing of the writes is happening in smaller increments.

      And whereas before firefox would be completely frozen while the activity light is flashing, it now continues to be responsive.

      I am definitely keeping the settings that you have advised. I think everyone who uses Linux on a flash device should be made aware of them!

  15. Pauses when running from flash drive by clarkn0va · · Score: 3, Informative

    Firefox will be completely unresponsive, not even redrawing itself when a window that was obscuring it is moved, until the drive stops flashing, and then Firefox will instantly come back to life. I run FF3 RC1 portable in Windows xp from my dual channel flash driver (fast?) and I experience the same thing just as you have described it. I turned off caching and cookies in FF's options and I found that the unresponsive pauses immediately became shorter and less frequent, although they are still occurring.

    db

    --
    I am literally 3000 tokens away from the chaotic crossbow --Stephen
    1. Re:Pauses when running from flash drive by Bryan+Ischo · · Score: 1

      Are you saying that you run Windows XP from a flash drive?

      Do tell how, please! I spent an entire day doing nothing but trying to install Windows XP on a flash drive, and eventually gave up, defeated.

      I found some great howto's for installing Windows XP to a flash drive, but they required that you be able to modify the Windows installation CD-ROM using some shareware programs that can change files on an ISO copy of the CD without altering the structure of the CD, such that you can just change some files, write the ISO back out, and you've got essentially the same Windows XP installation CD, but with some minor changes in .ini files that allow installing to flash.

      Unfortunately, I refused to use any shareware programs for the purpose, and instead tried to use equivalent freeware Linux software for doing this. But it didn't work - the Windows installation CD was not bootable after I changed the files and re-wrote the ISO file, and I think it's because the tools I was using modified the ISO in such a way to put files in different places on the disk than the Windows boot loader on the disk was looking for them at.

      Anyway, I gave up, after trying many many different things except to follow the instructions exactly, which like I said, would have required shareware (and on Windows no less), which I refuse to use.

      If you have any advice, it would be greatly appreciated.

    2. Re:Pauses when running from flash drive by clarkn0va · · Score: 2, Interesting
      Sorry, my wording was ambiguous. I'm running FF portable from the flash drive, in Windows xp Pro, which is running from the hard drive. Good luck though ;)

      db

      --
      I am literally 3000 tokens away from the chaotic crossbow --Stephen
    3. Re:Pauses when running from flash drive by aaronbeekay · · Score: 2, Informative

      From my limited experience trying to do what you're talking about, it's a royal PITA and not fun to attempt. For me, though, the PITA was trying to get XP to work with USB *and* the EFI on my MacBook Pro-- it was just so much work that I eventually gave up and did it a different way.

      You're talking about writing an ISO filesystem with free-software tools, though-- that shouldn't be too hard to do. Assuming that you're OK with using Microsoft's cabextract tools to get inside the install files you need to modify, you can use makeisofs (or mkisofs, something along those lines) and roll it up that way. That's not the hard part.

      Good luck to you.

    4. Re:Pauses when running from flash drive by Bryan+Ischo · · Score: 2, Informative

      I used all of the techniques you described (cabextract, mkisofs, etc). The problem I *think* was experiencing is that the Windows installation CD-ROM also includes an El Torito boot sector, which has to be duplicated correctly in the modified disk that you create with mkisofs. And mkisofs has support for El Torito, but I couldn't figure out how to extract the boot sector from the CD-ROM drive in such a way that I could re-write it with mkisofs and have it be able to actually boot the CD-ROM. I tried using other techniques to boot the Windows install CD-ROM that I created (since it wouldn't boot itself because of the aforementioned boot sector problems), such as booting from another media and running the install CD-ROM's install process from, but they always failed at a certain point when I attempted to select the NTFS partition on the flash drive for installation to. I tried a bunch of different things, based on guesses on what was going on, and nothing worked.

      It's a tricky enough process that I think that you really do have to do *exactly* the steps that the howto's tell you to do, using the exact same software in the exact same way, or else some bit or other ends up not being exactly correct on the install CD that you create and it just doesn't work. I imagine that the people that came up with the howto must have gone through many, many attempts before they finally found a set of magical incantations that worked. And without using that exact same set, I essentially have to iterate in the same way to find my own set of magical incantations. And I just didn't have the time or energy for that. After trying the obvious stuff, I just gave up.

    5. Re:Pauses when running from flash drive by aaronbeekay · · Score: 2, Informative

      Ah. I think you went a bit more in-depth than I did. I suppose that's good-- it gives me the reassurance that if I had tried just a little bit longer, I still would have failed. :]

      If you ever attack it again, I'd look at WinClone for some insight. It's a piece of Mac software ostensibly dedicated to cloning NTFS partitions, but it includes a lot of helpful output on exactly which bits it's setting to make the durn thing bootable. Maybe you've already gone through that-- and maybe it's not applicable at all-- but I remember seeing it and thinking "oh, hey, that's a good place to learn about Windows boot sectors". Pretty good FAQ on the site, too.

    6. Re:Pauses when running from flash drive by ArtemaOne · · Score: 2, Informative

      I'd recommend 8GB or higher compact flash, plus a CF to IDE or SATA adapter, easy to find on most sites like Newegg. It'll show up as a normal hard drive, and easy to install XP on.

    7. Re:Pauses when running from flash drive by Kilroy · · Score: 1

      I've spent quality time trying to get this to work, and it's really a huge pain. I've even managed to make Windows install to a CF card it's viewing as an IDE disk, but I can't get it to boot from it. There really is some magic there.

    8. Re:Pauses when running from flash drive by Kilroy · · Score: 1

      I've tried this on an ETX board with built in CF as IDE. Windows installs fine but won't boot. The file system shows up and looks bootable when I look at the card, and Gentoo boots off the card. I need to do more digging to figure out what magic bits Windows needs set to boot from CF. Could be as simple as forcing the card to Fixed Disk mode and PIO, but I'm not sure if that's possible with all cards.

      If you've had it 'just work', I'd love to hear how you did it.

  16. Thumb Drive with flexible neck by EEPROMS · · Score: 5, Interesting

    I have always wondered why no one has mad a USB thumb drive with a flexible/swivel neck. Ive seen a few laptops with the USB sockets damaged after a user has connected the thumb drive then forgotten about it and then knocked it (thus cold soldering the laptops USB socket).

    1. Re:Thumb Drive with flexible neck by Revenger75 · · Score: 2, Interesting

      I worried about the same thing, but what actually prompted me into action was my laziness. (ironic, huh?) Under my desk, I have a full size tower with the USB ports on center of the top of the case instead of out front. I almost have to get on the floor in order to figure out where the port is located. (It is protected by a cover that also houses a firewire and earphone jacks) So instead of taking five minutes to find the port each time, I just dug out a foot long USB cable extender. Using the extension, I can have the port laying on my desk. That works great and solves all my problems.

    2. Re:Thumb Drive with flexible neck by EEPROMS · · Score: 1

      I do the same at home but when you are out an about with a laptop carrying extra cables is a pain.

    3. Re:Thumb Drive with flexible neck by shawb · · Score: 3, Insightful

      Get a short piece of cable and duck tape it to the thumb drive.

      --
      I'll never make that mistake again, reading the experts' opinions. - Feynman
    4. Re:Thumb Drive with flexible neck by CCFreak2K · · Score: 1

      My father has USB flash media bundled with a tiny (~2 inches) cable for that kind of thing.

      --
      "Beware of he who would deny you access to information, for in his heart he dreams himself your master."
    5. Re:Thumb Drive with flexible neck by Lodragandraoidh · · Score: 1

      ummm - maybe this is a stupid question, but why would you duct tape the cable to the drive?

      --

      Lodragan Draoidh
      The more you explain it, the more I don't understand it. - Mark Twain
    6. Re:Thumb Drive with flexible neck by shawb · · Score: 1

      So you don't have to carry around the extra cables... Was really going more for smart aleck than insightful.

      --
      I'll never make that mistake again, reading the experts' opinions. - Feynman
  17. It's not the speed by Anonymous Coward · · Score: 0

    It's not the speed that matters, it's how you use it.... or something like that.

  18. *cough* typo by HairyNevus · · Score: 1

    conStrictions

    --
    You were critically hit for no damage. The bruise will look nice, and maybe the scars will make good party talk.
  19. Windows from a flash drive by clarkn0va · · Score: 1, Insightful
    I have to ask though, what do you have against using shareware?

    It can't be an objection to its freeness (as in beer) or you wouldn't use linux.

    It can't be an objection to its restrictiveness, or you wouldn't be using (or attempting to use) Windows.

    And it can't be that the shareware license prevents that specific use of the software, because doesn't the Windows EULA stipulate against running Windows from virtual machines, mobile devices or while enjoying ice cream? Ok, just kidding about the virtual machine, I believe that restriction came about with Vista.

    db

    --
    I am literally 3000 tokens away from the chaotic crossbow --Stephen
    1. Re:Windows from a flash drive by Bryan+Ischo · · Score: 2, Insightful

      I guess for me it's a perception thing. I honestly perceive shareware as a whole as being the lowest quality software. Well I guess the lowest is probably "free software projects that never really went anywhere and were quickly abandoned". But aside from those, which are easy to avoid, I have found that shareware often doesn't have the quality that comes from professional software development by people who get paid to make the software good, nor does it have the quality that comes from free software development by people who do what they do out of love and a desire to be proud of what they have accomplished.

      I feel like shareware is mostly produced by people who want to make money off of software but aren't good enough to make their product professional, or in love with their project enough to do it for free.

      I know that there are counterexamples to this, but the experiences I have had with shareware in the past have time and again reinforced my opinions in this area.

      I much prefer free software over commercial software, and really appreciate people who write software for free and have 'donate' links on their web site. When I find software like this I know that I can both use the software and not pay money if I think it's not worth it, even if I use the software extensively for lack of a better option, but also have the option to donate money if I think the software is particularly good and I am especially appreciative of it (which I have done on numerous occasions).

      If I had known that my attempts to use free software to duplicate the steps required to install Windows XP on my flash drive would have been such a miserable and time consuming failure (not due to the shortcomings of the free software involved, but simply because it was not intended for the purposes that I was using it for), I definitely would have just ponied up the cash for the shareware up front. But by the end of a completely wasted day, I didn't even want to do that anymore because I had already sunk more time into the problem than the solution was worth to me.

  20. That's easy by Moraelin · · Score: 4, Funny

    Well, that's easy. See, if you have a painfully slow drive, you use it less. So it'll last you for decades ;)

    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:That's easy by beav007 · · Score: 2, Funny
      I was using my USB drive last night, and noticed that it went fast for a while, slowed down for a stretch, and then sped up again. I'm guessing that this means it will only happen 9 more times and I'll be set. Is there a market for USB drives that have been pre run in?

      For sale: 4GB USB flash drive. Run in on linux - no viruses! Full logs of run in period, including all of the 10 variances.

      Careful! Some sellers sell flash devices as run in when they have only had 5 or 6 variances! We give you the logs to prove it!

      Our flash drives are guaranteed not to vary in speed for the life of the drive!

      Brand: Generic
      Capacity: 2Gb
      Condition: As new

      ZOMG HUMOURSPLOSION! &#$73(*&$#PC9LOAD4LETTER@#*&$ No Carrier
  21. Stop the presses! by ElGanzoLoco · · Score: 0

    Crappy products perform less, break more than good ones!

    News at 11!

    --
    Hello! I'm a disaster waiting to happen!
  22. As with many things in life... by Nursie · · Score: 1

    ... a bit of research on the internet, before you go out to purchase these things, will save you a lot of time, money and disappointment.

    Also, buying a reputable brand (Corsair and OCZ are generally good).

    1. Re:As with many things in life... by Miseph · · Score: 1

      Yes, but GP explicitly stated that a) they have better things to do than research a $50 thumb drive purchase and b) there's no reason they should have to research it, since companies SHOULD be simply publishing it on the box.

      Nice try though.

      --
      Try not to take me more seriously than I take myself.
    2. Re:As with many things in life... by linxdev · · Score: 1

      Have you been to Frys and seen all the options in the way of flash drives? I suppose I write down every model number, come home, and waste time on google. I ran into this with SD cards. I have a 2GB SD card that is just too slow for my camera. When I take pictures using it I have to wait too long between shots. What a waste of money. I've also seen this with some flash disks.

  23. Brand name is no guarantee by PhotoGuy · · Score: 4, Interesting

    When 8G flash drives suddenly dropped in price lately, I could choose between a Kingston and an I-Forget-The-Noname-Brand-Offhand at a local small retailer. I picked the Kingston. Installing Linux on it, something seemed terribly off. Reads were fast, but writes were deathly slow. I took it back and swapped with the noname brand, which was a bit smaller physically, and *much* faster in operation.

    --
    Love many, trust a few, do harm to none.
    1. Re:Brand name is no guarantee by NotQuiteReal · · Score: 2, Informative
      Heres a few random tests on some flash drives I have:

      a) Sony Tiny 2GB: 6.2 MB/sec
      b) SanDisk Cruzer 2GB: 7.1 MB/sec
      c) Patriot Xporter 2G: 14.2 MB/sec
      d) Patriot Xporter 8G: 11.7 MB/sec
      e) PQI 4GB: 1.5 MB/sec

      a & b seem like "typical" drives. c was supposed to be fast, and it is! I liked it so much I bought d. Drive e was a big mistake - impulse buy without knowing the specs. It is too slow to use (45 minutes to fill it up.)

      Alas, the Patriot 2GB just went in under RMA yesterday. It was the most used, but became unreliable after 18 months.

      The crappy PQI stick, by far, has the nicest case - anodized blue aluminum. The Patriot units are kind of bulky rubbery things that are often too fat to fit next to an in-use usb port. I wish they were smaller.

      The Sony Micro Vault Tiny units are the best form factor - the size of a thumbnail stuck to just the guts of a usb connector. This unit is great for plugging into the front of the DVD player without fear that someone will walk into it hanging out the front of the stereo shelves.

      Anyhow, I will never buy a flash drive again without looking at reviews and speed ratings to at least have some hope that it is no worse than average, and I will pay extra for faster.

      --
      This issue is a bit more complicated than you think.
  24. Problem with english language, not FSF by DrYak · · Score: 3, Interesting

    The FSF doesn't own the word and can't define it. FSF isn't trying to twist the word "free". It's just the english language which is broken and lacks a simple everyday adjective with proper unambiguous distinction between "freedom" and "costless". They're are just trying to make a distinction between two completely different concepts using a language which lacks the proper tools to make that easy.

    Latin languages doesn't have this problem, and there's no "free vs. free" ambiguity. Thus nobody speaking those languages has the impression that FSF is playing with words.

    Besides, exFAT still costs money to the user, as Vista SP1's license explicitly requires that the user has bought a valid license for Vista, which almost never costs zero, except if the user got it through some channels as MSDNAA.
    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Problem with english language, not FSF by Jesus_666 · · Score: 1

      Latin languages doesn't have this problem, and there's no "free vs. free" ambiguity. Thus nobody speaking those languages has the impression that FSF is playing with words.
      It's not something that plague all germanic languages either. In German "frei" usually means freedom; while in some cases it can mean "without cost", those are few and static. More commonly used words for "without cost" would be "gratis" or "umsonst".

      No laguage is safe from misleading homonyms, however.
      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    2. Re:Problem with english language, not FSF by Curien · · Score: 1

      Kostenlos seemed to me to be the universal word for "cost-free" in Germany, but I suppose there could be regional differences. I was in the Pfalz.

      I'd argue that "frei" doesn't usually mean "freedom" either. For example, the German "no parking" and "no stopping" street signs read "parking frei" and "stoppen frei", respectively, where "frei" means the exact opposite of "freedom".

      --
      It's always a long day... 86400 doesn't fit into a short.
    3. Re:Problem with english language, not FSF by zn0k · · Score: 1

      "frei" means "free" in German, as in "freedom". Just by itself, it pretty much always refers to freedom, though it can - surprise! - be combined with other words to indicate what something is free of. Including "kostenfrei", describing something that is free of costs. Without any modifiers it would be taken to refer to something that is free of any restrictions, and "freie Software" would be understood to be in the spirit of the FSF.

    4. Re:Problem with english language, not FSF by Hal_Porter · · Score: 0, Troll

      FSF isn't trying to twist the word "free". It's just the english language which is broken and lacks a simple everyday adjective with proper unambiguous distinction between "freedom" and "costless". They're are just trying to make a distinction between two completely different concepts using a language which lacks the proper tools to make that easy. Dude, seriously, what the fuck.

      Do you seriously believe that the English language is broken and lacks the tools to explain the FSF's ideas? Or any ideas for that matter. Isn't it more likely that the person who said that just sucks at explaining the ideas and is arrogant enough to blame the language.

      I think the whole repurposing of the word free is completely barking mad. Orwellian in fact. Maybe the FSF should go the whole hog and invent a language, say GnuSpeak to make pronouncements in if English is broken.

      RMS could post gibberish on the net and his acolytes could then claim that if people would only take the time to learn GnuSpeak they would realise what a genius he was.

      Latin languages doesn't have this problem, and there's no "free vs. free" ambiguity. Thus nobody speaking those languages has the impression that FSF is playing with words.

      Besides, exFAT still costs money to the user, as Vista SP1's license explicitly requires that the user has bought a valid license for Vista, which almost never costs zero, except if the user got it through some channels as MSDNAA. Well so what. I don't have exFAT on my machine that came with Vista. I download SP1. I have exFAT. According to the non FSF definition of "free" exFAT is free. I didn't have to pay for it.
      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    5. Re:Problem with english language, not FSF by Hal_Porter · · Score: 1

      Kostenlos seemed to me to be the universal word for "cost-free" in Germany, but I suppose there could be regional differences. I was in the Pfalz.

      I'd argue that "frei" doesn't usually mean "freedom" either. For example, the German "no parking" and "no stopping" street signs read "parking frei" and "stoppen frei", respectively, where "frei" means the exact opposite of "freedom". Don't be a German Nazi.
      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    6. Re:Problem with english language, not FSF by AmericanInKiev · · Score: 1

      Doubting this will help...

      I think the point is well made: It is said - that Eskimos have 6 words for "snow" while Hawaii has only one word for "weather".
      I would appear the nature of languages to sustain words which are used often while shedding words which are not. The worst case scenario for a language may well be "conflation" because the conflation of terms does not create an opportunity for a new and more clear word to emerge - rather it imprisons both words in a perpetual confusion.

      Just because a language /could/ be used to express an idea - doesn't mean that it doesn't have weaknesses. Far more importantly, the inhabitants of a single language are often cognitively imprisoned by the limitations, conflations, and ambiguities of their one language.

      Our language for example contemplates - winning and losing - there really is no way for the American-English-only people to accept a resolution of intractable problems - such as are common in the middle-east - unless it can be celebrated in terms of "victory" and "defeat." "Pyhrric victory" is not a native concept - and has no place in common thought or discourse - more importantly, the idea of a "Pyhrric victory avoided" cannot be reduced to a commonly recognized sound-bite. Thus, in some languages - it is "simpler" to advocate for "never surrender" than it is to promote "the benefits of avoiding a quagmire". Weaknesses in a language have a direct and limiting effect on the peoples those languages serve.

      American in Kiev

    7. Re:Problem with english language, not FSF by Hal_Porter · · Score: 1

      Doubting this will help...

      I think the point is well made: It is said - that Eskimos have 6 words for "snow" while Hawaii has only one word for "weather".
      I would appear the nature of languages to sustain words which are used often while shedding words which are not. The worst case scenario for a language may well be "conflation" because the conflation of terms does not create an opportunity for a new and more clear word to emerge - rather it imprisons both words in a perpetual confusion.

      Just because a language /could/ be used to express an idea - doesn't mean that it doesn't have weaknesses. Far more importantly, the inhabitants of a single language are often cognitively imprisoned by the limitations, conflations, and ambiguities of their one language. This is why you FSF types must replace English with GnuSpeak, the first Xyztq language. Xyztq being an adjective in GnuSpeak which cannot be translated into any other language.

      Our language for example contemplates - winning and losing - there really is no way for the American-English-only people to accept a resolution of intractable problems - such as are common in the middle-east - unless it can be celebrated in terms of "victory" and "defeat." "Pyhrric victory" is not a native concept - and has no place in common thought or discourse - more importantly, the idea of a "Pyhrric victory avoided" cannot be reduced to a commonly recognized sound-bite. Thus, in some languages - it is "simpler" to advocate for "never surrender" than it is to promote "the benefits of avoiding a quagmire". Weaknesses in a language have a direct and limiting effect on the peoples those languages serve. You realised Quagmire or Pyhrric victory are way to explain these concepts in English right? And that the fact that it's possible for you to post these arguments in English rather than GnuSpeak means that English is not cognitively imprisoning you.

      American in Kiev
      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    8. Re:Problem with english language, not FSF by INowRegretThesePosts · · Score: 1

      Do you seriously believe that the English language is broken and lacks the tools to explain the FSF's ideas? Or any ideas for that matter. Isn't it more likely that the person who said that just sucks at explaining the ideas and is arrogant enough to blame the language. Please, man. The grand parent just said that "language which lacks the proper tools to make that easy.". The point is that, should Richard Stallman be Brazilian, he would have coined the expression "Software livre". But as an American, the expression that came to him was "Free Software", which is ambiguous. What expression could have we coined with a single adjective next to the word "software"? I don't know of a simple adjective in English that is an unambiguous translation of the Portuguese word "livre". So English does not make the job easy in this regard.
      The point is: we are not saying it is impossible to express this idea in Enlish. We are saying that it is *not easy* to express it *with a simple, short expression* like "Software livre".

      Besides, exFAT still costs money to the user, as Vista SP1's license explicitly requires that the user has bought a valid license for Vista, which almost never costs zero, except if the user got it through some channels as MSDNAA. Well so what. I don't have exFAT on my machine that came with Vista. I download SP1. I have exFAT. According to the non FSF definition of "free" exFAT is free. I didn't have to pay for it. Oh, please. I cannot have it without paying Microsoft. Simple enough.
    9. Re:Problem with english language, not FSF by Hal_Porter · · Score: 1

      Do you seriously believe that the English language is broken and lacks the tools to explain the FSF's ideas? Or any ideas for that matter. Isn't it more likely that the person who said that just sucks at explaining the ideas and is arrogant enough to blame the language. Please, man. The grand parent just said that "language which lacks the proper tools to make that easy.". The point is that, should Richard Stallman be Brazilian, he would have coined the expression "Software livre". But as an American, the expression that came to him was "Free Software", which is ambiguous. What expression could have we coined with a single adjective next to the word "software"? I don't know of a simple adjective in English that is an unambiguous translation of the Portuguese word "livre". So English does not make the job easy in this regard.
      The point is: we are not saying it is impossible to express this idea in Enlish. We are saying that it is *not easy* to express it *with a simple, short expression* like "Software livre". He could have called it Software Libre, or FSF Software, or Stallman software if the word free doesn't capture the meaning.

      Or why not "open source"?

      In fact since his definition of Free only includes GPL software wouldn't it be more honest to call it GPL software.

      Besides, exFAT still costs money to the user, as Vista SP1's license explicitly requires that the user has bought a valid license for Vista, which almost never costs zero, except if the user got it through some channels as MSDNAA. Well so what. I don't have exFAT on my machine that came with Vista. I download SP1. I have exFAT. According to the non FSF definition of "free" exFAT is free. I didn't have to pay for it. Oh, please. I cannot have it without paying Microsoft. Simple enough. You don't need to pay Microsoft to get exFAT. You need to pay them for Vista, or rather the person you bought your machine did. You don't need to pay them for SP1. Hence it's free.
      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    10. Re:Problem with english language, not FSF by INowRegretThesePosts · · Score: 1

      He could have called it Software Libre, AFAIK, "software libre" is not English.

      or FSF Software, or Stallman software All right, here you are not even being serious.

      Or why not "open source"? Because it does not capture the meaning. For example, Java has had its source exposed for a long time, but only recently has it become free software.

      his definition of Free only includes GPL What?!

      You don't need to pay Microsoft to get exFAT. You need to pay them for Vista, or rather the person you bought your machine did. You don't need to pay them for SP1. Hence it's free. You give Microsoft money, they give you a copy of Windows and the opportunity of downloading future updates. The updates are a (essential) part of the package and the package is not free. The funny thing is that it was you that was complaining about word-twisting in the first place...
    11. Re:Problem with english language, not FSF by AmericanInKiev · · Score: 1

      - New languages have been invented of course (esperanto) with little success. The value of a language comes in part from its specificity, and in part its broad user-base. Thus any language will be a compromise of the two.

      Yes - I was able to piece together an awkward phrase which means "Pyhrric victory avoided" but its a phrase, and not a word. "Pyhrric" even is a reference to a person, which is oblique at best, and almost useless in the context of the average voter (5 of 6 of whom can't place Iraq on a map).

      I'm not a FSF-type as I tend to advocate in favor of IP rights rather than against them. But language deficiency wrinkles interest me.

      Take care...
      AIK

  25. Perhaps more of concern for other form factors? by bdwoolman · · Score: 2, Interesting
    TFA was really interesting. I never had the faintest idea that there was such a watershed in flash memory. Always thought the differences were incremental.

    I know that compact flash for cameras varies in price and performance. The purportedly good ones get marketed as Ultra, High-Speed, etc. Interesting to note that there is a technical difference as dramatic as SLC vs MLC that could be cited, but I never recall it being touted as a selling point for high-end cards. One might not care so much about a thumb drive being fast and reliable given the use pattern, but if one is laying down images in a war zone, or in a ball game (or even in a delivery room) one kind of wants the best when the data are unique.

    As someone who cares a lot about his pictures I would pay a premium for an SLC compact flash card or an SD card; that is, provided I was assured of the difference. To date I have gone for a high price on cards, but have not always gotten what I payed for. I think it would be worth it to out the specs of some of these cards. Some savvy marketer might do well by touting the SLC spec for some applications.

    Anyone know about any compact flash or SD cards that use SLC?

    --
    "No fear. No envy. No meanness." Liam Clancy
  26. Re:FS (ZFS) by ChaseTec · · Score: 1

    ZFS works great with flash drives. For a video demo check out: http://video.google.com/videoplay?docid=7760232806099469333 There is a english dubbed version of the video at http://blogs.sun.com/constantin/entry/csi_munich_how_to_save but I like the original german one better.

    --
    My Hello World is 512 bytes. But it's also a valid Fat12 boot sector, Fat12 file reader, and Pmode routine.
  27. My version doesn't involve scientists, but kids... by Fantastic+Lad · · Score: 4, Interesting
    --And typically, one of the cooler Star Wars games.


    (And yes, I too have wandered down that sunny Day Dream avenue from time to time.)

    You have to be about seven or eight years old, about six months after Star Wars came out and the best computer game available is "Pong" which takes up an entire counsel unit and is still pretty cool. Anyway, you have to show up one day at your friend's house or at school; some place where there's a handful of kids but no adults, and you have to have a modern laptop with you. You explain that it's a new Star Wars toy that they're testing but which hasn't "come out" yet, and that your Dad managed to bring one of the test units home from "the office". Nobody's sure if he really let you have it or if you're going to get in trouble when he finds out. Either way, that's incidental, because everybody is jostling to see what the heck it is you have on the table. It looks like it might have actually been IN a Star Wars film, that's for sure.

    Then you crack open the lid and power it up, and muck around with the interface for a while. This should be sufficient to blow your audience away since things like GUI's and mouse pointers haven't been invented yet. --Flat screens which have better color and resolution than any TV set around are also new; just the sort of thing you'd expect a really expensive Star Wars toy to have. You might also want to pull the luminescent CD out of the Star Wars game package and put it in the extending CD tray. --Because Walkman-size consumer electronics have also not been invented, so just the size of the mechanics should also blow your friends away. Not to mention the Buck Rogers CD, (I still think the CD is a dead giveaway that we're all actually living in a low budget sci-fi movie of the week, but anyway. . .)

    Then you start playing the Star Wars game. Music, sound effects, interface, it all looks better even than the best coin-op video game at the mall. A LOT better. You play this for about five or ten minutes, letting your friends have short tries before you suddenly have to go home because your Dad called and you need to bring the game back. And then it is never seen again. Until thirty years later, that is. --The stories which will circulate will not be taken seriously by parents, and yet a handful of kids will be jazzed beyond belief and will be scoping out Department Store Catalogs for the rest of their natural childhoods.

    I had a friend who came back from Japan once with a fold-up robot toy which was lightyears ahead of anything our Western toy makers had ever produced. It was one of the coolest days of my entire life. I just picture that day times ten.


    -FL

  28. Nah by reddburn · · Score: 1

    I think you get what you pay for. I bought one of those dirt-cheap 256m sticks a long while back. It's a flimsy piece of plastic, but I expected that. But guess what, it still works. I bought a 1 GB drive at a drugstore on my way to the airport for a conference about 2 years ago. It was dirt cheap, I keep it on me, and it's still fine.
    --
    "Those who believe in telekinetics, raise my hand" - Kurt Vonnegut, Jr.
    1. Re:Nah by 1karmik1 · · Score: 1

      Kingston DataTraveler are IMMORTAL. i'm not sure about speed but they're really well built.

      --
      Violence is the last refuge of the incompetent.
  29. Pay walls by tepples · · Score: 1

    Always, when possible, submit a link to the print version. Unless it's Ars Technica, which charges an annual fee for access to the print version.
  30. Re:First Comment. by Anonymous Coward · · Score: 0

    Come on people, mod these funny. If you can't have a little humor at the expense of the moderation system, what good is /. ?

  31. Re:First Comment. by Anonymous Coward · · Score: 1, Funny

    I don't waste mod points... I will sell them though, see my auction on ebay.

  32. Corsair by p51d007 · · Score: 1

    I had a voyager 1 gig a couple years ago. The one with the rubber around it. It wasn't "road ready" for my use. After 9 months of use, the usb connector pulled loose, and you could feel it wiggle around inside the rubber case. On the other hand, my old 256 gig sandisk "titanium" is still kicking. I recently bought the new 4 gig version. If corsair had one like sandisk, I would buy one. It was blazing fast.

  33. Sandisk Titanium by vecctor · · Score: 1

    I have a sandisk Cruzer "Titanium" drive. The casing is made of metal so it is a bit more sturdy.

    http://sandisk.com/Products/Catalog(1167)-SanDisk_Ultra_Cruzer_Titanium.aspx

    --
    Why, yes I have been touched by His noodly appendage. And I plan to sue.
  34. Corsair anecdote. by Gldm · · Score: 1

    This is anecdotal, so obviously have a side of salt with it.

    I bought an 8GB Flash Voyager GT about a year ago. It died after about 5 weeks. Just *poof* light doesn't even blink, device not recognized. I spoke to Corsair about it and they said it's probably an isolated incident. I told them their feedback on Newegg was starting to show a few similar experiences. So they had me send in my drive for lab analysis to find out why it failed. They also gave me an 8GB Flash Survivor GT to replace it and said "Here, this one won't break." So far, it hasn't.

    --

    Introducing the new Occam Fusion! Now with sqrt(-1) fewer blades!

  35. 1980s by kbahey · · Score: 2, Interesting

    I can't speak for the 1970s, but I started developing for mainframes in the 1980s.

    The mainframe I first worked on did NOT have a card reader, which was odd at the time for the series (NCR Criterion V-series). It had 1MB of memory per CPU, and the two hosts shared a bank of 6 disks, each 500MB (total of 3 GB).

    Now, my laptop has a CPU with dual cores, 1GB of memory, and 160GB of disk. Oh, and my cell phone has a microSD card with 2GB on it that is less than my thumbnail size.

    Apache with PHP and few PHP scripts (Drupal modules) start at 17MB, while that mainframe had a maximum of 16MB that could fit in it. One could run Linux with X11 and fvwm in 64MB comfortably. Now with KDE, kubuntu would not boot 128MB (or was it 256MB, can't remember).

    15 years down the road we would be talking terabytes of storage in your key ring.

  36. USB hanging motherboard boot (good to know) by dsmall · · Score: 1

    I understand this thread is about USB flash drives. But I had something so strange happen in a USB drive that took enough time to diagnose that I thought I'd put it into the "Someone mentioned that" knowledge base.

    So, FYI:

    On two different brand motherboards using current AMIBIOS, having a USB disk drive device plugged in hung the machine early in startup, early in BIOS boot. I can't be sure where exactly, but it hung after displaying the size of RAM, but before displaying the SATA & PATA disks it found, or letting me press DEL to get into the BIOS settings.

          This is pretty disconcerting because this is so early in boot, you can't check much with software, and it can look like bad hardware. That's what I thought it was. I was replacing hardware items one at a time when I first spotted a USB hard disk cable that the owner hadn't told me about and unplugged it, and tried the computer. It then booted.

          Then this happened to me five weeks later. So this has occurred on both Intel and nVidia 750 motherboards. There's nothing special or trick about the setups. The only difference was that a hard disk was connected via USB. Interestingly, the hard disk was -not- selected as a boot device -- I triple checked that as the obvious first time.

          I would have to suspect that the onboard USB controller comes up in a state that hangs the processor when (probably not all) USB hard disk(s) are attached.

          I would not be surprised at all if some USB flash drives did this, since whatever signal or event is causing this hasn't been tracked down.

            If anyone has suggestions on where I could forward this info to where it could help people out, I'd be happy to.
          -- thanks,

            David Small

  37. Star Raiders ... 1980 by dsmall · · Score: 1


          Oh, thank you for your note. That takes me back. Control Data Corporation, summer 1980, San Jose, California. My first job out of college was CDC. So was I developing software for ... CDC 6600 mainframes? (Or Cyber 171/172?) NOS operating system? PLATO learning network? Fortran Number Crunching? Yep, I'd trained on all that in college, I had my magtapes and punch cards...

          But noOOoo, this was the very new microcomputer division, developing for the ... Atari 800 8-bit computer. (The What?)

          My job was not glamorous. I was doing QA for non-exciting programs (stock-market analysis!) written in Basic, which was a truly slow Basic. I'd start an analysis, go to lunch, come back, and see if it had finished.

        You can imagine my thoughts about this computer.

          One day I remember seeing a crowd around the new computer a few cubicles down. I walked down. A TV was on and ... stars were whipping by ... torpedos shot out ... missed and kept going ... what was that strange thing the guy was driving with, sort of an upright stick handle, like a transmission shifter? Then he shot again and zapped the other guy ... explosion ... sound effects ... he pulled up a map of galaxy and hyperjumped to the next sector ... it was much like Star Wars on a TV !

          I can remember going back to my cubicle and dazedly thinking, "There's a whole new world out there... " and, after awhile, thinking ... "This computer really wasn't designed to do stock market analysis, now was it?"

          That event changed my career, my life, and I'm forever grateful.

          Thanks for writing your post. I, too, get a little misty-eyed thinking about how far we've come just since I got out of college in 1980.

            Thank you,

            David Small
    former columnist,
    Creative Computing

  38. Looking for SLC by alexo · · Score: 1

    Are there still 8GB fast dual-channel SLC USB sticks available?