Select or Lock Hard Drives... With a Key
robvasquez writes "Dr. Tom has done a review of a great $16.95 hard disk swapper. This could be a great tool for those of use who dual boot, without bootloaders, or danger to other drives/partitions. Flip the key and power the system up to the OS of your choice.
Sure beats popping IDE cables on and off drives and boards." Some things are so simple its amazing they aren't more common. Totally clever idea.
Now that I've gotten a few nicklocks, I can
I honestly can't speak highly enough about them. Of course it hasn't solve all the problems with IRQ conflicts I run into, but it is a step in the right direction and a welcome addition to my home computing environment.
The only site on the Internet that gets it right.
I've been hot swapping ide drives for quite some time with the cheap (US$10) drive caddies. So far I've only had one drive die and I suspect that was due to other abuse like being dropped.
On a box with a 2.2.* kernel, I've got a small c program that reloads the ide hd info and then I can mount a drive. I use the drives for backup since they are much cheaper than any tape/tape drive combo I could find.
The problem is the hotswap program won't work on 2.4.
If anyone wants the program, email me but its basicly:
exit(ioctl(fopen("/dev/hda", O_RDONLY),HDIO_SCAN_HWIF,atoi(argv[1])));
with error checks.
Comment removed based on user account deletion
I did a similar thing years ago with 2 525MB drives. I used the (useless) turbo switch to select master/slave on both drives, allowing me to access data on both drives in either configuration. Problem then was that the BOIS didn't auto-detect geometry information, so both drives had to be identical. Worked great, though.
forth ?love if honk then
I dunno, I use Removable Hard Drive Trays, which make more sense for me.. I not only want to be able to switch drives, but move the drives between home/office etc.. I picked up several removable trays for $20 each (canadian even!) and am quite happy with them.
This lock switch seems overpriced at $16.95. Parts would cost you about $6 or less I imagine..
air and light and time and space
At home I use it to simplify my computer needs by having:
A gaming system
A linux box
And Win2K box for days when I work at home
At work we use them for developmental testing. All we do is slap a new clean HD into the computer. Boot it up. Run our software installation and try to crash it. Rinse and Repeat as needed.
One problem! The removable kits AREN'T STANDARDIZED! So, if you are going to jump into removable hard drive kits, make sure you buy what you need and then some! I've run into some that won't give the HD power til it's locked, others that give power upon being inserted and worse yet....Ones that are poorly ventilated!
All and all...Saves tons of money by not having to shell out da clams for tons of new computers (and upgrading them all once a week...)
LFS. Have you built your system today?
Just thought I would say that the Computer Science Dept here at CU is installing some computers with these type of hard drives in them. The setup is for the operating systems class.
Each monitor/keybord is hooked up to two computers using a switch to choose which computer you are looking at. Then you can check out a couple hard drives and schedule time on one of the computers. The idea is you can setup each of your 2 computers however you want and explore things like making your own server/client programs and so on.
The whole thing is behind a firewall to protect from people messing with the rest of the lab. Its really weird to see a computer where you can just pull its disk right out. The bios is setup so it'll just boot of that drive. They are also thinking about putting linux on a CD-ROM so people without a hard drive can still use it to surf.
I wish I had these when I took OS but we learned on BSD not Win2k like next semester