BunchofTV
02-07-2007, 12:08 AM
Ah! the end tivo works again. Took a little while and several times it appeared to be a failure but with the aid of mfstools all is well in the living room.
Progressing from stuttering fast forward to freezes landed me infront of my old computer trying to get mfstools to backup and then restore an old hard drive of the same size as the failing tivo drive.
Anyone else going through the steps to replace a hard drive may get a message after completing mfsbackup and starting mfsrestore that says there is not enough diskspace to restore (or some such). This does not mean your drive is to small.
If after
mfsrestore -s 127 -bzpi /mnt/dos/tivo.bak /dev/hdb
you immediately get a message saying there is not enough disk space try this.
mfsrestore -s 64 -bzpi /mnt/dos/tivo.bak /dev/hdb
this makes a swap partition of 64MB rather then 127MB. For me attempting to restore a backup with 64MB swap partition (what my failing tivo drive had) as a 127MB swap partition (what I dutifully copied from instructions) was the cause of the not enough disk space message.
One can find the swap partition size of the old tivo drive being backed up using pdisk.
pdisk -i
L (at pdisk prompt; appears after pdisk starts)
Progressing from stuttering fast forward to freezes landed me infront of my old computer trying to get mfstools to backup and then restore an old hard drive of the same size as the failing tivo drive.
Anyone else going through the steps to replace a hard drive may get a message after completing mfsbackup and starting mfsrestore that says there is not enough diskspace to restore (or some such). This does not mean your drive is to small.
If after
mfsrestore -s 127 -bzpi /mnt/dos/tivo.bak /dev/hdb
you immediately get a message saying there is not enough disk space try this.
mfsrestore -s 64 -bzpi /mnt/dos/tivo.bak /dev/hdb
this makes a swap partition of 64MB rather then 127MB. For me attempting to restore a backup with 64MB swap partition (what my failing tivo drive had) as a 127MB swap partition (what I dutifully copied from instructions) was the cause of the not enough disk space message.
One can find the swap partition size of the old tivo drive being backed up using pdisk.
pdisk -i
L (at pdisk prompt; appears after pdisk starts)