Slashdot Mirror


Best USB Flash Storage?

Jennifer asks: "I'm thinking of making the plunge and buying some sort of USB flashdisk. I just migrated to a laptop without a floppy, and want some sort of quick and easy medium, preferably bootable, for moving files around. My idea solution would be a SDcard reader that is small, bootable, Hi-Speed USB and sleek/sexy. SD based means I could have a number of cards ready to go, such as a linux card, a Win98 card, maybe even a Win2k card if I could pare the install down to 256MB, plus other stuff, including compatibility with my Palm. Is booting purely BIOS dependent? What have your experiences been with these things?"

2 of 77 comments (clear)

  1. USB Booting by questionlp · · Score: 5, Informative

    I believe that booting off of a USB port is BIOS dependent since it needs to be able to not only detect that the USB drive is a storage drive but also have a stack to use it like a hard drive or what-not.

    For instance, I am able to boot off of a USB memory key and a USB Zip drive on an IBM ThinkPad X20/X21, but not a T21. I haven't tried it on the A series or any of the newer T series.

  2. Re:Use CompactFlash! by Beryllium+Sphere(tm) · · Score: 5, Insightful

    If the original poster goes the route of buying a USB reader and swapping cards in and out, Lexar recently announced CF chips with a 4G capacity. (If you have to ask, you can't afford it).

    One issue with CompactFlash is that changing bits in one direction is fast and simple, but going the other direction requires a relatively slow erase cycle on an entire block of memory. Then on top of that, the number of erase cycles the part can survive is limited, on the order of 1E5 or 1E6. Lexar advertises smart controller firmware that remaps addresses to level out the load of erasures. In other words, if you toggle address $0F00 a zillion times, $0F00 may reach a different physical address each time so that no one block on the chip goes through a zillion/2 erase cycles.

    I don't know how well other vendors handle it. Any CompactFlash nerds here today?