PDA

View Full Version : S3 with eSATA replacing internal drive


BoltSteve
05-22-2008, 04:47 PM
I've searched the forums and can't find anything. Basically I want to upgrade the internal drive of my S3 with a 750 gig drive from weaknees, I already have a 500 gig eSATA drive connected. I bought the drive and have it and the old drive hooked up to my desktop and I downloaded and booted into weaknees_sata linux. But when I run the mfs_backup command per their instructions I get an error that the total sectors does not match the volume. I assume this is because of the eSATA drive. (I can post the error if necessary)

How can I move just the internal drive contents onto the new drive, or can I move both the internal and external drives onto the new internal drive since it is big enough to hold both?

WK-Michael
05-22-2008, 06:07 PM
It's a little complicated, but the best answer would be to do a dd of the 250 to the 750, then an mfsadd with the 750 and the external together like this:

mfsadd -r 4 -x /dev/sdb /dev/sdc

BoltSteve
05-23-2008, 07:54 AM
It's a little complicated, but the best answer would be to do a dd of the 250 to the 750, then an mfsadd with the 750 and the external together like this:

mfsadd -r 4 -x /dev/sdb /dev/sdc

So would you use this command to copy from the 250 to the 750?

dd if=/dev/hda of=/dev/sda


And then I take the drive out of the esata and hook it up to my desktop and with it and only the new 750 attached I use that command you wrote?

WK-Michael
05-23-2008, 11:15 AM
That's basically right - but the "hda" and "sda" would need to be modified to fit your scenario.