I don't have any other drive laying around except for the broken one. Maybe the broken one is not too broken to hold the image, since the image is not very big.
Or I could burn to CD like you said, but then I'll need instructions on how to modify the MFS restore command to read from the CD instead of the hard drive.
Looking at part 8 of the Hinsale instructions, I assume I still need to do the umount command, then turn off PC then attach the new TiVo drive and power up again.
I have questions about these parts of the Hinsdale instructions:
8) Restoring Mfs Tools backup image
If you have just completed your Mfs Tools backup commands, and your new large upgrade drive is not yet currently connected to your PC, then first unmount your drives using the following command at the linux # prompt:
umount -f -a -r (umount not unmount)
So, I take it I should diconnect the new TiVo drive(s) from my PC before doing this
Then power down your PC (press Ctrl-Alt-Del and wait for the 'No more processes ... ' message or the system starts to reboot, then power down.) and remove the original TiVo A (and B if applicable) drive(s) and connect your/(one of your) new large upgrade drive to the Primary Slave IDE connector. Then power up the PC and get back to the linux # prompt and re-mount your dos C: drive using the same commands as previously outlined in backup section 7 above.
So even though I'm wanting to use a Maxtor 80G and a WD 20G in my TiVo, I should only hook up one of them at this time? Also, isn't the purpose of re-mount the dos C: drive is so that the restore command later one will be able to retrieve the image off the C: drive? If I wind up storing the image on a CD, how does this affect this step of re-mounting the C: drive?
Restore Mfs Tools backup image to your new large upgrade drive using ONE of the following commands:
(This is assuming you have connected your new large upgrade drive as Primary Slave)
....
Note for those with already tested image: If you are restoring a previously tested backup image and are not concerned about preserving recordings, you can use Mfs Tools to restore the image and expand your drives at the same time saving the mfsadd at Step 10 (this will overwrite any image/recordings existing on the destination drives).
This sounds like my situation, so I would think I could follow this paragraph
With your new upgrade TiVo A drive as Secondary Master and new upgrade TiVo B drive (if any) as Primary Slave, you can use the following command to restore your Mfs Tools backup image to your new large upgrade drive(s) and expand them at the same time:
So I should have *both* my new TiVo drives hooked up? Earlier, it said to only hook up one. And if I hook them up as primary slave and secondary master, if I'm not mistaken, the primary master is already being used by my CD drive. How can I accomplish this step?
Restore and expand in a single step using ONE of the following commands:
mfsrestore -s 127 -xzpi /mnt/dos/tivo.bak /dev/hdc (restore/expand to single new larger A drive)
or
mfsrestore -s 127 -xzpi /mnt/dos/tivo.bak /dev/hdc /dev/hdb (restore/expand to new A and new B)
I assume mine is the latter because I'm wanting two drives. But I'm thinking depending on the answers to my earlier questions, this command may need to be modified.