Quote:
|
Originally Posted by Trey1970
mkdir /mnt/dos
mount /dev/hda2 /mnt/dos (hda2 = non Windows, FAT32 partition)
mfsbackup -f 9999 -6so /mnt/dos/tivo.bak /dev/hdc /dev/hdb[/b]
|
This creates a backup of the TiVo software on hdc to a file on hda. The -s option strips out all video streams except those with fsids below 9999 (the -f 9999 option). Effectively, this creates a minimal backup with the menu background videos, or IOW, an "unexpanded" backup.
Quote:
|
Originally Posted by Trey1970
mfsrestore -s 127 -bzpi /mnt/dos/tivo.bak /dev/hdb
[/b]
|
This is restoring the unexpanded image to hdb, overwriting any recordings stored there, making it an TiVo boot disk.
Quote:
|
Originally Posted by Trey1970
dd if=/dev/hdb of=/dev/hdc bs=1024k
[/b]
|
This makes a direct byte for byte copy of hdb to hdc, making the data on the two drives identical.
Quote:
|
Originally Posted by Trey1970
mfsadd -x /dev/hda /dev/hdc[/b]
|
This attempts to expand the TiVo volume space on hda and hdc.
So, I'm assuming that you did some reboots inbetween and swapped a few drives around, since hda was your DOS drive when you did the backup.
Tell us where each drive is attached on the IDE chain, and maybe we can help.
BTW, -b turns off byte-swapping, and is harmless with a backup and restore done with the same version of mfstools.