TiVo Community Forum banner

Copy S3 HDD from one to another drive

1138 Views 5 Replies 4 Participants Last post by  spike2k5
ARgh... I have an s3 with a seagate barracuda 750gb. But, my tivo has started to stutter A LOT. So, I bought a seagate db35.3 750gb to swap in and see if that relieves the problem. I used the weakness upgrade instructions (shows at bottom). But, I get an error saying the target drive is too small to hold the backup. Rats! These are essentially the same drive. Can anyone point me to instructions to copy from a 750gb barracuda to a 750gb db35.3?

Thanks!
__________

First, you need to prepare the boot media: Download the Boot CD image of MFSTool 2.0 with SATA support here:

http://www.weaknees.com/weaknees_sata.iso

mfsbackup -Tao - /dev/sda | mfsrestore -s 127 -r 4 -xzpi - /dev/sdb
1 - 6 of 6 Posts
Use WinMFS.

TivoHD / Series3 Upgrade Instructions
  1. Remove the outer case and existing drive using a torx screwdriver in the T10 size. If you don't have one of appropriate length, you can purchase the Star Driver T10 Ampro (9014713) from Advance Auto Parts for about $4.
  2. Download WinMFS here.
  3. Shut down Windows and attach original TiVo drive. You can open your computer and attach it with a SATA cable, or attach it externally using a SATA->USB adapter like this.
  4. Boot to Windows XP (SP2) or Vista, run WinMFS, and click 'Select Drive' to select the drive you attached.
  5. In WinMFS, click the 'Backup' option. Save the file to your hard drive.
  6. Shut down the computer and attach the new, larger drive. You can disconnect the original Tivo drive.
  7. Turn your computer back on, run WinMFS, and click the 'Restore' option. Select the file you saved to your hard drive in step #5.
  8. You're done. Install the new drive in the TivoHD.

Note that won't backup your existing recordings. The "Backup" option in WinMFS just backs up the Tivo software and your configuration, not the recordings.

If you want to backup your recordings too, then you need to choose the MFSCopy option in WinMFS which requires that the original Tivo drive and new drive be connected at the same time -- in which case you may want 2x SATA -> USB adapters.
Just leave the -x out. Or even just do a dd copy, or dd_rescue (it can use DMA, and gives a progress indicator).
PaulRuby said:
But, I get an error saying the target drive is too small to hold the backup. Rats! These are essentially the same drive. Can anyone point me to instructions to copy from a 750gb barracuda to a 750gb db35.3?

mfsbackup -Tao - /dev/sda | mfsrestore -s 127 -r 4 -xzpi - /dev/sdb
Correct command to copy to the same size drive and retain recordings and settings:

old mfstools:
mfsbackup -Tao - /dev/sda | mfsrestore -s 127 -zpi - /dev/sdb

MfsLive Linux Boot cd:
backup -qTao - /dev/sda | restore -s 128 -zpi - /dev/sdb

WinMFS:
tools->mfscopy

They maybe 750GB but actual # of sectors might be different. In your case, I guess DB35.3 drive is slightly smaller. You are out of luck as far as transfering recordings.

You can try truncated backup/restore but will loose all recordings.
See less See more
Thanks folks! I guess I need to jump to 1TB to save my recordings...
PaulRuby said:
Thanks folks! I guess I need to jump to 1TB to save my recordings...
That would do it.

Also, WinMFS is the only tool that will let you expand to 1TB since you have reached 16 partition limit on your current drive.
1 - 6 of 6 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top