![]() Equipping You to Communicate Effectively | support CMN & share a library of 19K+ images, videos, etc Go Pro! |
![]() | ![]() |
| |||||||
| Technical Miscellaneous Can't find a place for your technical question or tip? Post it here! |
![]() |
| | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| |||
| Cloning an IDE Hard Drive w/Win7 on it to SATA SSD So I'm wanting to ditch the 80GB Seagate IDE Hard drive in the media PC at my church for an Intel SATA SSD. I plan to use Clonezilla to do this. To answer some questions I know I'll get in advance: -Yes, I've used Clonezilla before and know how to use it -Yes, the PC in question has SATA ports -The specs of the PC in question are: Asus P7P55d system board, Corei7 Processor, 8GB Kingston HyperX DDR3 1333MHz, 80 IDE OS drive with Win7 Professional on it, 1TB 7200 RPM SATA data drive, and 2 PCIe 16x 2.0 video cards. Yes, I realize the ancient 80GB IDE HDD is the extreme bottleneck of the system, hence my desire to replace it with something a small tad faster. ![]() I've cloned many a hard drive, but it's always been the same interface and type of drive (different sizes I've done). This time, I'm cloning to a completely different type of drive AND a different interface (IDE to SATA). Any foreseeable problems here? I'd very much like to not reload from scratch. Thanks! ![]() |
| ||||
| SATA drives usually require special drivers, at least in XP. I haven't played around with Win 7 yet. But if Win 7 was installed on an IDE drive, those drivers are probably not there. You will need to set the drive to compatibility mode, rather than AHCI mode in the BIOS (I assume that's still the terminology used with SSD drives). And then install the drivers and switch back to AHCI mode for best performance. Have fun!
__________________ Joel Osborn Milton SDB Church "...if we are to glorify God fully, we must engage our mind in knowing him truly and our hearts in loving him duly." - John Piper, Think |
| |||
| Quote:
![]() Guess I need to get to readin and learn how to use this command! I do have the Win7 Pro installation DVD at hand so if that's all it takes in addition to the clone, I'm sold. I just burned me a copy of the newest Puppy Linux, so now I have something to try 'er out with! ![]() Thanks! |
| |||
| I shall remember this as well. Thanks! |
| ||||
| The data dump command dd is simple. Usage: dd if=infile of=outfile ibs=inblksize obs=outblksize bs=blksize count=numblks conv=convertcharset The infile would of course be the PATA source drive, and the outfile the SATA destination drive. In this case, dd if=/dev/hdX of=/dev/sdX Make sure to reference the entire block device (sda, hdc, etc.) not a partition (sdb1) It may take a little while, but it should work. It'll be a bit-for-bit copy. |
| |||
| Thank you, sir! Once the SSD comes in, I'm going to give 'er a shot. I'll probably use dd to create a backup image of the IDE drive first and save it to the ITB SATA data drive already in the PC. So that would be something like this I'm guessing: dd if=/dev/HDX of=/dev/SDX/backup.img bs=64 conv=noerror |
| |||
| Just to give an update, the clone was an absolute success! I decided to leave the SATA controller in IDE mode for two reasons: 1) I found mixed results from people setting their SATA controllers to AHCI while running SSDs -- some good, some not so good, but none good enough to justify the risk of: 2) I also found a lot of optical drives don't like AHCI one bit. Noting this, I just kept the controller set to IDE and so far so good! The PC is BLAZINGLY fast now! The difference between the old 80GB IDE and the 80GB SSD is quite astonishing! The PC used to complete tasks pretty quick, but now it completes them RIGHT NOW. I used the dd command from an Ubuntu live CD that I had made already to create an image of the IDE drive first. Took about 3 hours because I forgot the block size flag. *Embarrassed* The second go around was the actual clone from IDE to SSD and I used a block size of 64K. Took about 25-30 minutes. That's more like it. Checked it with fdisk -l and both drives matched. Upon first boot, Win7 installed drivers for the SSD and rebooted. Afterward, all is well! ...and FAAAAST! Thanks all! ![]() |
| The Following User Says Thank You to shane2943 For This Useful Post: | ||
osborn4 (Tuesday, May 17th, 2011) | ||