Serial ATA for Mini Hard Drives Planned
Lord_Slepnir writes "Cnet is reporting on a consortium of companies that wish to develop a Serial ATA hard drive interface for Miniature hard drives called CE-ATA. The goal of these new drives would be to cut power consumption and use smaller connectors, not to provide an increase in speed. 'The purpose is to design a new interface tailored to the consumer electronics and handheld gadget segment,' said Intel's principal engineer for CE-ATA, Knut Grimsrud. The consortium consists of Intel, Hitachi Global Storage Technologies, Marvell Semiconductor, Seagate Technology, and Toshiba America Information Systems."
I assume that by "use smaller connectors", they meant that SATA is smaller than the connectors currently being used in mini hard drives. While power usage may be limited more by the drive itself, size may not be. Take a look at the currect standard for 1 inch hard drives. It needs 52 pins on it. SATA in contrast, only needs 8, plus whatever is needed for power.
eclecti.cc
Any distro based on the 2.6 kernel series will support SATA (Mandrake 10 (my reccomendation), SuSE 9.1, Fedora Core 2, etc.). I wonder if this will make it harder for people to port Linux to mini devices, it took a while just for normal SATA support in the kernel.
I have a box running Fedora Core 2 and a Silicon Image 3114 based S-ATA controller, works like a charm, no extra drivers necessary.
And I found http://www.linuxmafia.com/faq/Hardware/sata.html to be a very interesting read, helped me decide on the Dawicontrol DC-154 controller.
Before answering, I'll point out that 2.5" ATA laptop hard drives have run power through the same cable with data for years with no serious problems.
At this point in time, it would be a BAD idea to supply power to the drives through the motherboard. For one thing, the motherboards would have to be able to handle the extra amount of current flowing through them.
That's a non-issue. All motherboards have a power layer and ground layer. Each layer is solid except for circles around the pins to which they don't connect. Huge amounts of current can pass through there. You can pass 3 amps at 12 volts through a distance of 10 inches using about a 0.2" wide trace. A SATA hard drive takes about 1.1 amps when operating and seeking and about 3 amps of startup current (though that could be mitigated by sequenced start-ups to prevent all drives from maxing out at once).
I think they might have problems as is supplying current to the Graphics card and CPU.
The CPU current isn't the issue. It's the heat that causes problems. On the graphic cards, it's the bus spec and connector that's the limiting factor. If you make an AGP card that exceeds the bus spec, then there will have to be an external power connector, but that doesn't mean that providing power through the motherboard is technically infeasible from a design standpoint.
Also, if you did do that, you run into two other issues with power as well. Heat dissapation in the cable and intereference with the data lines.
Do SATA power cables get hot now? Of course not. They won't get hot if fed from the motherboard either. Noticeable heat in a power cable is a sign that the wire is WAY too small. As to interference, AC and pulsed DC can cause interference, not straight DC. Even then, twisted pair cabling would resolve it. It's also a non-issue. Seen interference problems on USB? It runs power through the cable.
Also, if the power cable through the motherboard goes bad, you have to get an all new motherboard.
As someone who has designed PC boards, I can tell you that it's not going to happen. That's like worrying that your soup spoons will "go bad."
Keep the power supply supplying power to everything directly, it cuts down on complications that can crop up.
More cables, more connectors, more routing problems, more expense. It adds complication.