Slashdot Mirror


Build Your Own SATA Hard Drive Switch

Mikey Win writes "ExtremeTech shows us a cool hardware hack that allows multiple operating system to boot without dealing with any tedious BIOS setup changes. How? By building your own SATA hard drive switch. The result? You can expect a longer hard drive life span, power supply load reduction, and partitions protected from becoming overwritten or corrupted."

9 of 131 comments (clear)

  1. I like it by John+Napkintosh · · Score: 3, Informative

    Low tech and simple. The only thing I might do differently is attach the rotary knob to an unused PCI backplane thingy instead of an unused drive bay - would make it harder for inquisitive people/pets to crash things.

    --

    Long signatures suck.
    1. Re:I like it by jandrese · · Score: 2, Informative

      The problem with swapping disks constantly is that most drive connectors (don't know about SATA specifically) are really only designed to be swapped a few hundred times at most. The mechanical stress of constantly unplugging and replugging the drive could very well lead to stress fractures in the connector, especially since they're often held on with just solder.

      --

      I read the internet for the articles.
    2. Re:I like it by turgid · · Score: 2, Informative

      After just a couple of dozen swaps, SATA connectors will start to fail. Both the cables and the boards/drives. I know this from bitter experience "enhancing" and testing the very poorly-designed software upgrade mechanism for a storage appliance.

    3. Re:I like it by harrkev · · Score: 3, Informative

      After giving the article a quick skim, it also looks like they switched the ground wires too, which is unnecessary. All you really need to do is to switch the red and yellow wires (+12V a,d +5V). They can all share ground no problem.

      --
      "-1 Troll" is the apparently the same as "-1 I disagree with you."
    4. Re:I like it by gweihir · · Score: 5, Informative

      In fact switching the ground wires under power gives you a high risk of blowing up your drives: If you use a non-bridging switch (or it does not make perfect contact, as cheper ones may do after some time), you can have a situation where +5V and +12V have contact, but ground does not. This typically leads to immediate death of the whole drive electronics.

      These people have no clue what they are doing.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    5. Re:I like it by Culture20 · · Score: 3, Informative

      SATA drive "caddie" manufacturers went cheap when they found out that SATA data and power plug-n-chug easily. Most are just a simple tray to hold-in/lever-out a drive. Even a lot of reasonably old SCSI caddies are this way (but the connectors are much more solid). They're nothing like the IDE/ATA caddies of yore.

  2. Re:How is this a SATA switch? by Fourier · · Score: 3, Informative

    Well, if you include a few more pins, then you should be able to merely extend the current design to include the data cables...

    Only if you want to deal with a bunch of CRC failures. You can't really expect to be able to mess around with signal lines when you're switching at 1.5 or 3.0 Gbps.

  3. Higly dangerous design by gweihir · · Score: 4, Informative

    The design switches ground (Black) as well, instead of keeping it permanently connected. This means that if you use a non-bridging rotary switch (i.e. it does not short out neigbouring connectors when turning it, but has a short phase where all wires are insulated), you could kill disks when switching under power. This happens when +12V and +5V already (or still) have contact but ground does not. The effect is that -7V (a negative voltage) gets applied from Red to Yellow. Typical electronics have a tolerance of -0.5V on their supply lines and die very fast (miliseconds) if that is exceeded in negative direction.

    The same can happen if your (bridging) switch gets a bit corroded and does not make perfect contact anymore. This is not so uncommon.

    My bottom line is that these people have no clue what they are doing and you should under no circumstances copy this faulty design. If at all, then switch only Red and Yellow, but leave Black
    allways connected at all devices. Not only is that safe, there is in fact no sane reason at all to switch Black. I can only conclude that the idea of the designers was to simply switch all wires, without any understanding of the consequences.

    I think this solution is also overdone. I have XP and several Linuxes on a GRUB multi-boot on two computers. True, once or twice per year I need to use a KNOPPIX CD or memory stick to boot my system and reinstall the boot manager. Takes about 5 minutes each time. Not an issue at all.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  4. Re:Signal But no Power == BAD? by gweihir · · Score: 3, Informative

    Having a signal connected to the hard drive, and no power applied, at least in a traditional TTL or CMOS circuit, is not a good idea.

    Since SATA is based on LVDS, this might not suffer from the typical CMOS or TTL problems, but I would investigate it a bit further.

    SATA has coupling capacitors, so this is not a problem.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.