Slashdot Log In
What To Do With Old USB Keys, Low-Capacity Hard Drives?
Posted by
timothy
on Tue Mar 10, 2009 10:35 AM
from the send-it-to-timothy-no-really dept.
from the send-it-to-timothy-no-really dept.
MessedRocker writes "I have at least a few USB flash drives around that I haven't needed since I got my 16GB flash drive, a 40GB external hard drive which I haven't needed since I upgraded to 500GB, and a couple of SATA hard drives I have pulled out of laptops which are either as large or smaller than the one I have in my laptop now. Furthermore, I don't really know anyone who needs any hard drives or flash drives. What should I do with my small, obsolete storage devices?"
Related Stories
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Donate to a school or charity (Score:4, Insightful)
Scrub the data then donate it to charity or a school. If they can't use it they can give it away to a client or resell it.
I'm sure some /.ers have some 5 or 10MB drives in their closets.
One word... (Score:5, Informative)
FreeGeek [freegeek.org].
Re:One word... (Score:5, Funny)
Parent
charity donation? Freecycle? (Score:4, Insightful)
Simple (Score:4, Funny)
Re:Simple (Score:5, Funny)
Do what I did to my old printer that kept telling me to "PC load letter".
Load 'letter' sized paper into the paper cassette tray and continue?
Parent
Re:Simple (Score:5, Funny)
I'm sorry, but that's just not how we do things around here. If the printer is doing anything other than printing your document, the correct solution is to wander aimlessly away and hope someone else will eventually fix it. As an added bonus, you get to tell everyone the printer is broken, and that's why you weren't able to get any work done today.
Parent
Re:Simple (Score:5, Funny)
Parent
Re:Simple (Score:5, Informative)
Just an FYI, the American 8.5*11 paper standard does the same thing. A letter sized page is called ANSI A. Two side by side form a sheet that is 11*17 is ANSI B, which you may be familiar with as the wide computer paper. It is also called "ledger" or "tabloid". Two ANSI B sheets, side by side form an ANSI C sheet, two Cs form a D and two Ds form an ANSI E. ANSI Es are used for wall sized maps, and correspond to the metric A0. Unfortunately, the aspect ratio doesn't match that from a step up/down, however it does match the aspect ratio for two steps up or down. Thus it is easy to scale a four to a page layout.
I wish we would ditch the American standard here in the Great White North, but our biggest trading partner is the US, and since they're still in the horse and buggy era when it comes to measuring systems and since they outnumber us ten to one, we need to play along.
Parent
Just recycle them (Score:4, Informative)
With the higher energy consumptions of older drives it's just more economical to recycle.
Older flash drives will be unreliable soon.
So I suggest the obvious: just recycle or find someone locally, who wants the stuff (poor student etc...) But do not send to Africa because I feel it's just shifting the problem and the cost of shipping is not worth it for whoever does it.
Re:Just recycle them (Score:5, Insightful)
The Africans making a living taking care of our electronics "waste" would probably disagree with you.
Just because we don't consider it worth our health to use nasty chemicals to reclaim metals from scrap boards, doesn't mean no one should want to do it.
Parent
Become a porn secret santa (Score:5, Funny)
Re:Become a porn secret santa (Score:5, Funny)
Your plan is nice and all, but it lacks the life-destroying element that a truly diabolical plan should have.
What he should do is load them up with child porn and sneak them into the briefcases of all the people who have wronged him. He does keep a list of everyone who has ever wronged him labeled "people to utterly destroy", right? Doesn't everybody?
Anyway, after you've done that, place anonymous calls to the FBI from various pay phones saying you've seen these people loitering around elementary schools. Then, sit back and watch your problems disappear.
Parent
Re:Become a porn secret santa (Score:5, Funny)
Load them up with porn and give them to random people anonymously. They will thank you for it!
Done and done! I made sure to include two girls and one cup, Mr. Hands, and the awesome Glass Ass a couple of dozen times, but I helpfully changed their names.
Well, it's almost Easter. And that's sort of an Easter Egg.
I wonder how they'll thank me?
Parent
Seriously. (Score:4, Funny)
Mail them to me.
Starcraft on a stick. (Score:5, Interesting)
http://www.yellowchrome.org/1com/galaxytribune/sos.html [yellowchrome.org]
Whats better than whipping it out and playing some starcraft?
Re:Starcraft on a stick. (Score:5, Funny)
Whats better than whipping it out and playing some starcraft?
Whipping it out is always good, Starcraft's just a bonus.
Parent
portable linux (Score:5, Insightful)
What I normally do is (Score:5, Funny)
Good times (Score:5, Funny)
Explosives + Old Hardware = Good Times!
The answer is obvious (Score:5, Informative)
Go back in time to 1960 and sell them for several hundred million each.
Backups (Score:5, Insightful)
You cannot have too many backups. Old drives are perfect. Mount 'em, fill 'em with your configs, docs, etc. and put 'em away. Just make sure you always have the appropriate hardware and kernel support to read them if necessary.
Mine are ATA/IDE, and these interfaces will be deprecated very soon, I hear. So keep at least one IDE/ATA-to-USB housing around if you need their data.
Raid! (Score:5, Funny)
one word (Score:4, Interesting)
Only one thing to do... (Score:5, Funny)
Machine Configuration Control (Score:4, Interesting)
I build all of my rack machines from the same ISO image (well, images. One for Linux, one for OS X).
Within this image, there is a script that runs at boot time that checks for the presence of a USB Drive. If there is a USB Drive, the script will place machine specific configuration files from the USB Key onto the machine in question, so that the machine no longer holds a vanilla install, but instead a completely unique version.
This is great for replacing a down machine on a network -- if 'node1.example.com' goes down, just grab a waiting, fresh machine from the stock pile, insert the usb key labeled 'node1', and start the machine, and watch as the machine takes on the persona of 'node1' without user interaction. Kind of similar to a kickstart script, but with the versatility of being able to change an already configured machine.
Re:Machine Configuration Control (Score:5, Informative)
Unfortunately, I can't share the scripts. And they wouldn't be of much use, either, because of the huge differences amongst systems. Slackware != Ubuntu != CentOS != OS X, etc
And I must say up front that it wasn't originally my idea. I only know the person who showed it to me (thanks, EW!).
I can explain an overview on how to set up:
1) Identify how your machine (OS/distro) identifies USB Devices. If they always come up as, say, '/media/USBDISK', you may be gold. Some systems will replace USBDISK with the formatted name of the drive. Simple solution: format all of your drives for this with the same name.
2) Find out how your drive handles startup scripts (is it Linux /etc/init.d/, or OS X launchd?), and how to always ensure the script gets run at boot (priority levels, chkconfigs, this is all different based upon system).
3) Have one script (say, checkUSB.sh) that forces an attempt at doing a mount, and then does a simple -f (bash) test to see if a file is present. ie, 'mount /dev/sdc1 /media/USBDISK; if [ -f /media/USBDISK/checkUSB.sh ]; then do_something; fi'. Depending on the system, you may not have to worry about doing the mount manually. Some OS's will have things automount before your script runs. That is a very happy, very sane environment to work with :]
4) All I have 'checkUSB.sh' do is copy a second shell script down from the drive. So, on every USBDISK, there is a shell script called 'install.sh'. The contents of this script can vary by machine (ie, my DNS flashkey's install.sh does different things than my firewall flashkey's install.sh). At this point, checkUSB.sh should call install.sh (if you are anal, you can do md5 checksums on the transfer to ensure it was copied correctly -- important for a safe/secure/important environment).
5) install.sh is where all the magic happens. The contents of this script varies, but it usually involves performing atomic moves (based upon success and checksums) to ensure everything happens or nothing happens. For example, almost all of my keys change the network configuration, so I include a new ifconfig file on the flash key. The process may work like this: move old ifconfig to ifconfig.old, md5sum the ifconfig on the flashkey, move ifconfig from flashkey to machine, perform md5sum. If md5sums match, move on to next file in script. If md5sums do not match, move old back to original (for all files) and note failure somewhere on the machine. You can also put in system beeps if you'd like. Once all files are transferred and md5sums confirmed, delete all original files.
6) At the end of the script, you should halt the machine from booting (it needs to boot with fresh files). I prefer to do a shutdown -h, as this will ensure to me that the data was read off the flash key. If you do a restart, you'll need to know that the machine went down and up (and finished copying), which is hard to do with a headless machine on a rack. If the machine goes fully down (and the power out), you'll know the script ran to completion. Otherwise, the machine can be put in a continual restart state.
good luck and let me know if your system works!
Parent
Part and donate.. (Score:5, Interesting)
Hard drives have strong (and small) magnets in them which are fun to play with, useful on your fridge, useful in woodshops (hanging tools), and probably useful just about anywhere.
Little flash drives, even 8MB ones, can be useful for students and library users. Donate those puppies, please.
Know any kids? (Score:5, Insightful)
I did this with a floppy drive one time - it had died, nothing I could do was going to bring this thing back so...why not? Why not just open the thing up and show what's inside, pointing out the magents and the drive heads etc.. I'm not going to say it instilled a lifelong wish to become computer scientists or electrical engineers in them, but it held some interest for a few minutes, gave a bit more understanding and broke down one more piece of black-box mystique.
Cheers,
Ian
is there a Free Geek nearby? (Score:5, Informative)
Free Geek organizations (I can't speak for others) have a comittment to destroying data on donated drives before they go out again. If you don't want to (or are not allowed to) trust that, then you can download a copy of DBAN [dban.org] and nuke your drives for a few hours (or days) before you donate them.
For most civilian uses, 'dd if=/dev/zero of=/dev/hdX' is sufficient (with today's drive density) to make the data on the drive effectively irrecoverable. --- but, if the NSA is after you for violating the Nuclear Secrets Act, all bets are off.
Donate old USB drives to help victims of torture (Score:5, Informative)
I am collecting old USB flash drives for the Center for Victims of Torture [cvt.org]'s 2009 Sneakernet Campaign.
If you are looking to get rid of old Flash drives you can go ahead and send them to:
Beth Wickum
Director of Volunteer Services
The Center for Victims of Torture
717 E. River Parkway
Minneapolis, MN 55455
After hearing about a lack of networks in many places where CVT operates we discussed the use of flash drives to transfer information. At this point my inner geek jumped up and screamed: "It's a sneakernet!" My co-workers hadn't heard the term before and thought it catchy enough to make part of the marketing for a campaign to solicit used flash drives to send to CVT locations overseas as well as partner organizations. The idea is simple, send CVT your tired, poor, and old flash drives. I'll scrub them and clean them up and make them ready to give away. No personal information will stay on a donated drive.
Re:Chuck'em out (Score:5, Interesting)
Don't just chuck them. Look for a high-school that has a proper computer engineering program, and drop them off there. Whether you give them to the teachers or the students directly, they'll love you for it.
I remember building and disassembling many a computer in my class before I was able to install windows 95 (and subsequently, starcraft) on them.
Parent
Re:Chuck'em out (Score:5, Interesting)
Wait, high schools have computer engineering programs?! My high school seemed to be interested in finding the least qualified teacher possible for our computer-related classes, even though I found a professor from a prestigious university who was willing to teach the computer science classes. So not fair. :(
Parent
Re:Chuck'em out (Score:5, Funny)
Parent
Re:Chuck'em out (Score:5, Insightful)
Parent
Re:Chuck'em out (Score:5, Informative)
You're not a programmer, are you? I ask because no programmer would ever say that.
The C programming language came out in 72 [wikipedia.org], and C++ came a few years later [wikipedia.org]. Both are in the top three most popular programming languages [tiobe.com] "based on the number of skilled engineers world-wide, courses and third party vendors" and they make up 25% out of the top 20 languages in the list. Although the number one language, Java, makes up 19%, it "derives much of its syntax from C and C++" and Java came out in 1995 [wikipedia.org].
Other sources say C is still responsible for nearly 50% of new open source projects, followed by Java with 28%. [theregister.co.uk]
So even if you took a programming class 30 years ago it would still very much apply today.
Parent
Re:Chuck'em out (Score:4, Informative)
Parent
MP3 distribution and long-term backup (Score:5, Insightful)
For the flash drives, fill them with your favorite MP3 songs, hundreds of them. Then trade them with other people who are doing the same. Trade a 512Mb drive for one the same size with someone in your office or class. If you are a student, try setting up an underground library where other students contribute flash drives filled with various genres of music, like alt-country or 19th-century German classical. Trade or 'check out' these flash drives from this underground library instead of doing file downloading. This way you can get hundreds of songs at one time without exposing yourself to the RIAA extortionists.
For SATA and IDE drives, get a USB-to-IDE/SATA interface for about $20. These drives can now be used as unplugged backup of things like movies, music libraries, and huge data banks. This is for things that you access several times a year and don't need to always be on your main PC/laptop hard drive.
Parent
Re:Chuck'em out (Score:5, Informative)
Donating, schmonating. We're at the start of Depression #2, and every penny counts. I earn around $300 each month just selling old stuff like videos, books, and gadgets. Amazon is good for earning a higher price, but it does require patience. Ebay is better if you want to get rid of stuff right now:
- List it for 99 cents and $5 ship/handling
- Or 1 cent and $6 ship/handling
Please note I said S&H not postage. Shipping is for the ~$3 postage, but the "handling" covers your personal labor (you don't work for free) and the outrageous fees ebay charges (they don't work for free either). Someone will buy your item because there's always someone looking for old items, and you'll make around a dollar profit for each flash or hard drive sold. Possibly more if the demand is high.
Parent
Re:Chuck'em out (Score:5, Insightful)
Yup. And it's prohibited by their rules, so the best way to get rid of it is to report it.
No. The best way to get rid of it is to change the rules.
So... looking at the fees;
Right now its 8.75% on the first 25, and 3.5% on 25.01 to 1k and 1.5% on 1k+
Fee on an auction that was $20+$5 is $1.75
Fee on an auction that was $1+$24 is $0.09
Fee on an auction that was $3+$3 is $0.26
Fee on an auction that was $0.01+$6 is $0.00
No wonder people gamed the system.
Solve the problem trivially:
Charge 5.75% on the first 25$ including shipping. (For categories like books, games, dvds, toys, collectibles, etc, etc)
Under this regime:
Fee on an item that is $20+$5 is 1.43.
Fee on an item that is $1+$24 is 1.43.
Fee on an item that is $3+$3 is 0.35
Fee on an item that is $0.01+$4.99 is 0.35
For people who were playing by the rules it amounts it changes things a bit, price goes up 9 cents on a cheap item; but goes down around 32 cents for items closer to 25. Overall, its a pretty fair change.
But for people who were gaming the system, well, now they can't.
And now there is actually an incentive to combine shipping on multiple orders to a single buyer, as their ebay fees would go down accordingly, and their profit actually goes up slightly. Under the current regime where people are taking their profit in shipping, they actually either lose money when combining shipping or piss off buyers by refusing to do so.
And by removing all the gaming and improving the customer experience, ebay will easily come out ahead.
The solution is to change the rules.
Parent
Re:Chuck'em out (Score:5, Informative)
"Thumb Drive Drive - Do you have old thumb drives (otherwise known as USB Memory Sticks) at your office or home that you don't use anymore? We're collecting these drives to share with the organizations we work with. They can be used in hundreds of useful ways by: * Teachers * Students * Relief Camp Workers Please keep sending them in to Inveneo here and we'll make sure they get out to people and organizations who can use them well: Inveneo 972 Mission Street 5th Floor San Francisco, CA 94103"
Parent
Re:ebay maybe? (Score:5, Interesting)
You could ebay them, if your time is worth nothing. To prep them, you'd have to mount them on a machine and securely wipe them (on a windows box download sdelete [microsoft.com] for free from sysinternals.) Use the -z option to wipe free space (critical for cleaning flash drives.)
Old drives are not as energy efficient as modern drives, so they cost more to spin -- a RAID would just be an expensive storage container. So unless you have a need for old, small drives (say an old, small machine) the safest advice would be to destroy them.
I like playing with neodymium magnets, so I take my drives apart and harvest them. Bending and flexing the platters will render them unreadable by almost anyone but the NSA, so unless you're protecting treasonable secrets, it's probably not worth the effort to do much more damage than that. (Be careful, glass platters don't flex - they shatter.) If you are that paranoid, heating them beyond their Curie point will absolutely destroy any stored information.
Parent
Re:ebay maybe? (Score:5, Informative)
Or just do
dd if=/dev/zero of=/dev/disk bs=1k
It hasn't been successfully recovered from, to my knowledge
Parent
Re:ebay maybe? (Score:5, Informative)
It hasn't been successfully recovered from, to my knowledge
It can't be, on any drive made this century and most drives from the last decade of the previous one. If you've got confidential data stored on old drives that use MFM recording (not necessarily an MFM interface) then you might need to worry.
Parent
Re:ebay maybe? (Score:5, Insightful)
If you feel the need, but so far, no one has even done zeros.
http://16systems.com/zero/ [16systems.com]
Parent
Super strong fridge magnets (Score:5, Interesting)
I have taken apart many 2 to 10 gigers, those magnets are STRONG.
Stick them on the fridge ask someone to get one off and give it to you. Its fun trying to see them try.
http://www.computer-hardware-explained.com/images/hard-drive-magnet.jpg [computer-h...lained.com]
Parent
Re:ebay maybe? (Score:5, Funny)
However, be advised that this may affect the resale value.
Parent
Re:ebay maybe? (Score:5, Informative)
Why are you relying on sdelete instead of something like DBAN [dban.org]?
USB keys can be quite useful, even in small - think backup (PGP, SSH, etc) keyring, a convenient way of putting anti-malware software onto an infected computer that has been pulled off the network, etc. Despite having several multi-gigabyte flash drives, I keep a 32 meg drive around just for copying MBAM and friends onto infected machines for doing cleanups.
Parent
Offsite backup (Score:5, Insightful)
Old drives are not as energy efficient as modern drives, so they cost more to spin -- a RAID would just be an expensive storage container
Exactly -- which is why I'm right now in the process of doing just that. I'm building a RAID 6 on my five old 250GB drives, and when I'm done, I'm going to remove them, individually vacuum-seal them and silica gel packets with my food sealer, duct tape the bundle together, and ship it off across the country as an offsite backup. ;)
Are there better things that could be done with them? Probably. Is there a better way to do offsite backups? Probably. But I have them and I need an offsite backup, so why not? Certainly seems a better use than dissecting them for fun.
Parent
Re:A great idea. (Score:4, Interesting)
Valhalla awaits:
, Platter sure, heads swift
glorious memory
failed us not.
Parent