Showing posts with label USB key. Show all posts
Showing posts with label USB key. Show all posts

OT: Fake USB Drives - I was right

In the last week, three people have come forward and posted comments on my fake USB stick article saying they're had similar experiences at Factory Direct (the retailer I bought it at). If there was any doubt in my mind that it was really false advertising and not just a faulty USB stick, this cleared it up.

The weird thing about this is that the guys who branded the USB keys in California probably didn't even know they were fake. My theory is that the original manufacturer sold these to various companies who branded them and resold them. One (sketchy) guy ended up counterfeiting them by branding the Sony logo on them, and that's why there's all these fake Sony ones around that look exactly like the one I had. Other companies, like the one who branded mine got screwed because they bought the fake keys and didn't know it until it was too late. (Do they even know it now?)

If anyone else has had a similar experience at Factory Direct, let me know here, or if you want to do something about it, contact me at linux*NoSpam*revolution0@yahoo.ca, and we'll see what our options are.

Formatting your USB stick in Linux

After all that dealing with all that fake USB key stuff, I ended up picking up a 5 gig USB stick from Z-Cyber (it was cheap). Long story short, I ended up having to format it, and I haven't been able to get it properly formatted since. I could get Linux to see the sole FAT32 partition on it, but not Windows. Oddly enough, even if I formatted it with Windows, it still wouldn't show up properly on Windows machines.

Anyways, I think I've finally found the proper way to format your USB key in Linux. This extremely helpful article walks you through it.

I think I kept making two mistakes before I found that article. The first was that I kept forgetting to actually format the partition using mkfs.vfat (fdisk just creates the partition). The other problem I had was that I forgot that /dev/sda and /dev/sda1 are different. The second one (/dev/sda1) is the "first partition" on the drive, while /dev/sda is the whole drive. (I had ended up adding accidentally creating a new partition on /dev/sda1, which made a partition in a partition or something screwy like that... I should have taken a screenshot of what Nautilus thought the drive contained... trust me, it was bad.)

Anyways, I pretty much feel like a total idiot for forgetting my partitioning basics, but I'm going to take that as a sign that desktop Linux's usability has gotten better, seeing as it's been a pretty long time since I've had to do any crazy manual partitioning like this. (Now, if only GParted worked properly on my USB key in the first place, I wouldn't have had to figure this out... :P)