Can a laptop hard-drive be used in a desktop machine?

1

I recently built my own computer, and I wanted to put my laptop hard drive in my desktop, possibly to do a RAID 0 or 1 (haven't decided yet). Is this even possible, or is it possible with an adapter cable?

I know the drive is only 2.5", but I can find a way of putting in to the 3.5" slot in my case if it will actually work.

The laptop hard drive is the default one that comes with the Toshiba Satellite A660 (500 GB, 7200 RPM).

nathpilland

Posted 2012-07-19T17:19:59.257

Reputation: 916

Answers

1

It is possible. Older PATA drives requite an adapter from '40 pins IDE = Power lines' to '44 pins combined power and PATA'. Newer SATA drives use the same interface and no converter is needed.

However: Most RAID configuration require more of less identical hardware. A 500GB laptop drive and a 700GB desktop drive could be used as a 1GB drive (500GB +500GB with 200).

Also, if one drive is slower and you use mirroring you will slow the RAID down when writing.

Hennes

Posted 2012-07-19T17:19:59.257

Reputation: 60 739

Well I was actually thinking about RAID 0, to improve performance. Would having an older drive (2 yrs) affect performance at all even though it spins at the same speed? – nathpilland – 2012-07-19T17:42:22.590

If you make a stripe (RAID0) then it depends on a a few things. E.g. the driver could fill disk 1 and then disk 2. No performance is gained. You just get a bigger virtual drive). Or it could spread data a across the drives, which should give you faster speed. Regardless of which method used, if either of the drives fails you loose all data. So make sure you have backups of the important stuff. (I will admit that I assumed RAID 1 - mirroring). I specified that in the post. It does not hold when striping. – Hennes – 2012-07-19T17:46:42.130

I do have an external hard drive I can use for backups. If I do end up going with RAID 0, would this mean I would have 1.5 TB of space (my desktop HD is 1TB) or would I be limited to the space on my smallest drive (500 GB) – nathpilland – 2012-07-19T17:56:33.513

4

Should be no problem at all. Google "2.5 to 3.5 drive bay adapter" for everything you will need. Costs less than $10.

Dave Becker

Posted 2012-07-19T17:19:59.257

Reputation: 2 572

Could I also get something like this at a MicroCenter, Fry's, or BestBuy? I'd rather not pay for shipping and wait a week for it... – nathpilland – 2012-07-19T17:43:58.423

Yes. - - - - - - - – Dave Becker – 2012-07-19T21:23:26.723

3

Yes. Adaptor kits can be found on any computer parts website and usually for less than $10US (for example this one.)

Andrew Lambert

Posted 2012-07-19T17:19:59.257

Reputation: 7 136

I read somewhere that this is possible without an adapter (SATA connectors are adapted directly on the drive to be used with a laptop) and that the adapter can be removed on the hard drive... Does this happen or is that just some internet BS? – nathpilland – 2012-07-19T17:32:14.610

You likely could do that, but it wouldn't be a whole lot of fun. – Andrew Lambert – 2012-07-19T17:42:17.147

1

Because SSD drives come only in 2.5" form factor, many cases now come with the adapters included or with a drive location specifically for 2.5" drives. If not, 2.5-to-3.5 adapters are not hard to find online.

techturtle

Posted 2012-07-19T17:19:59.257

Reputation: 8 059

Okay great, this will make it easier to hold it in the case rather than trying to do something myself. Thanks! – nathpilland – 2012-07-19T17:43:19.470