Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Computer Hardware Zone > Hardware Troubleshooting » Factory default setting via SATA connection?
Closed Thread
Old 07-13-2007, 11:08 PM   #1 (permalink)
 
Newb Techie

Join Date: Jul 2007

Posts: 1

dt_aiying is on a distinguished road

Question Factory default setting via SATA connection?

Hello experts,

I'm a newbie when it comes to working with computer hardwares.

Please help me out here, I urgently need some advice and guidelines on how to proceed with solving a problem.

Here's the scenario:
I have two desktop IBM computers of the same model. A has lost its recovery / service partition, while B has a fully functional recovery / service partition.

I would like to restore A's recovery / service partition back (factory default setting) and to do that, I would like to use a SATA connection and connect these two computers together. This is so that the hard disk contents in B can be copied onto A.

How can I get this done? Details will be very much appreciated, as I do not know much about these hardware stuff.

Please help. Many thanks in advance!
dt_aiying is offline  
Old 07-14-2007, 11:43 AM   #2 (permalink)
Law
Law's Avatar
 
Wizard Techie

Join Date: Aug 2005

Location: the data closet

Posts: 4,172

Law is on a distinguished road

Default Re: Factory default setting via SATA connection?

You mean using eSATA? I'm not so sure about that or any other external way of doing so.

There is another way, that is to take the hard drive from either computer and put them on the same system. Then get a hold of GPartEd live CD and use the copy function to copy and paste a partition to another hard drive.

GParted -- Welcome

Here is the documentation. GParted -- Documentation
__________________


Last edited by Law; 07-14-2007 at 11:46 AM.
Law is offline  
Old 07-14-2007, 06:59 PM   #3 (permalink)
 
True Techie

Join Date: Oct 2006

Posts: 146

ShackledPhoenix

Default Re: Factory default setting via SATA connection?

Also with the working PC you should have the ability to make Recovery CD's, which you can then use on PC A to restore both the PC, and it SHOULD restore the recovery partition too.

The only other thing would be what law said, and To be honest, I'm not sure that would work. Would Gparted modify the MBR for that?
__________________
http://www.geocities.com/signature_s...dphxnoedge.jpg
System: Athlon 64 X2 3800+
EVGA Geforce 8600 GTS 256mb PCIE
ECS (pile of crap) Mobo
1.5 GB Corsair PC3200
Soundblaster Audigy Pro
Windows XP Pro, Lemming Optimized.
ShackledPhoenix is offline  
Old 07-14-2007, 08:47 PM   #4 (permalink)
Law
Law's Avatar
 
Wizard Techie

Join Date: Aug 2005

Location: the data closet

Posts: 4,172

Law is on a distinguished road

Default Re: Factory default setting via SATA connection?

You can always fix it with the Windows XP CD and fixmbr and fixboot command.

I also forgot to mention another great tool for cloning, it's CLONEZILLA!!!

Get it here Clonezilla

These tools are free and good to have around. I suggest using cloning for boot partition so you don't have to fix the MBR. Use copy from Gparted if you want to just quickly backup data on a regular partition to another HD.

*Edit* Just found out Gparted will not work if you try to copy a boot partition to another HD and boot off it. It only copy data, not boot sectors. Only way is to use fixmbr and fixboot.

Another way is to use dd. Boot into Gparted and close it to the terminal and use the command

dd if=/dev/hda of=/dev/hdb bs=512 count=1

Where hda is the IDE hard drive you want to copy from and hdb is the IDE hard drive you want to copy to. It should copy the first 512byte (MBR) to the other HD.

hda = IDE hard drive
sda = SATA/SCSI

so for SATA/SCSI, should be

dd if=/dev/sda of=/dev/sdb bs=512 count=1

hda1 = First partition of IDE HD
sda1 = first partition of SATA/SCSI.

anything from #5 are logical drives

You get the point.
__________________


Last edited by Law; 07-14-2007 at 09:09 PM.
Law is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista Users: Setting a default view for all of your Folders (s0lved, woot!). Vormund Windows Operating Systems and Software 4 06-25-2007 12:03 PM
Internet Connection Problem, Every room has connection except mine foskey Computer Networking & Internet Access 7 05-24-2007 12:36 AM
problem on internet connection sharing franzeed Computer Networking & Internet Access 1 05-10-2007 05:20 PM
Routing Outgoing SMTP traffic through a secondary broadband connection. geezgeez Computer Networking & Internet Access 0 04-19-2007 07:05 AM
Setting Up A Wireless Connection Jasper44 Computer Networking & Internet Access 4 04-18-2007 08:24 PM