PDA

View Full Version : Series 2 Standalone upgrade


bishop05
01-29-2006, 12:05 PM
Hello all,


I would like some help on upgrading my TiVO brand 80Hr unit to a 160Gig HDD,
I have the HDD out and it’s a Maxtor which appears to be locked. How do I unlock the drive?

Question #2
I would like to backup the entire drive with all my recordings, would I use this command to do it?

mfstool backup -6 -o -a /mnt/tivo.bak /dev/hdc

Question #3
When I restore the backup image will I use this command, and will it portion the drive so I’ll have more recording time?

mfstool restore /dev/hdc -x -i /mnt/tivo.bak

Thank you in advanced
Mike

classicsat
01-29-2006, 09:23 PM
If you want to keep recordings, it is best to do a piped copy.
it will be something like:

mfsbackup -Tao - /dev/hda | mfsrestore -s 127 -xi - /dev/hdb

bishop05
01-30-2006, 10:37 AM
So this command will do complete copy of my HDD?

classicsat
01-30-2006, 12:12 PM
Yes. You should doublecheck the howtos for exact syntax though.