TiVo Community
TiVo Community
TiVo Community
Go Back   TiVo Community > Underground Playground > TiVo Upgrade Center
TiVo Community
Reply
Forum Jump
 
Thread Tools
Old 01-31-2006, 09:47 PM   #1
Trey1970
Registered User
 
Join Date: Jan 2006
Location: Baltimore, MD
Posts: 11
"Nothing to add!" message

I just upgraded my Series 2 TCD24004A from 2 40GB drives to a 40GB and a 160GB drive. (The second 40GB drive was from a prior upgrade.) I realize that it won't recongnize all of the 160GB but that's all I've got right now.

Following Hinsdale's instructions, everything was working great until I tried to marry drive A (original 40GB) and drive B (new 160GB) and expand the size.

Here's a summary of what I've done:

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

mfsrestore -s 127 -bzpi /mnt/dos/tivo.bak /dev/hdb

umount -f -a -r

dd if=/dev/hdb of=/dev/hdc bs=1024k

mfsadd -x /dev/hda /dev/hdc

This last command gave me the message "Current estimated standalone size: 80 hrs. Nothing to add!"

So the factory installed 40GB drive is still my DriveA and the new 160GB drive is my DriveB.

It sounds like it has something to do with the A drive partition table being used up. Reading this forum is confusing me even more.

Please Help.
Trey1970 is offline   Reply With Quote
Old 02-01-2006, 12:15 AM   #2
funtoupgrade
Registered User
 
Join Date: Mar 2005
Posts: 2,000
If I'm not mistaken you cannot do what you are trying to do by using one drive from a married pair. Any chance you still have the original backup image? If so, work from that and start over with the two drives you want to use. Somebody please correct me if I am wrong. I normally only replace one drive with another and am not yet up to snuff on all the dual drive scenarios.
__________________
funtoupgrade

TiVo Series3 648 with 1TB Seagate
Humax DRT800 with 650GB Seagate
____________________________
funtoupgrade is offline   Reply With Quote
Old 02-01-2006, 12:27 AM   #3
Trey1970
Registered User
 
Join Date: Jan 2006
Location: Baltimore, MD
Posts: 11
Yeah, I've got the backup image.

I'm just trying to replace one drive in a two drive system. Hinsdale has directions for just about every scenario. I forgot to mention that I'm trying to save all my previous recordings. I've successfully added the 160G drive and all the recordings have been transferred. It even works fine when I get the Tivo back up and running. I'm able to watch everything that was on the old 40G drive. The problem is expansion. Tivo still thinks it's got two 40G drives in it.
Trey1970 is offline   Reply With Quote
Old 02-01-2006, 08:30 AM   #4
HomeUser
Registered User
 
HomeUser's Avatar
 
Join Date: Jan 2003
Location: A2 Michigan
Posts: 2,203
Where did the -b come from in the restore? You do not use byte swapping in the series 2
HomeUser is offline   Reply With Quote
Old 02-01-2006, 08:58 AM   #5
Dan Collins
UltraGeek
 
Dan Collins's Avatar
 
Join Date: Aug 2002
Posts: 1,107
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.
__________________
310 GB DSR-704
250 GB SIR-4040
240 GB SD-DVR80
240 GB DSR-708
80 GB DSR-7000 (Slingbox attached)
(All w/MRV)

Administrator -
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dan Collins is offline   Reply With Quote
Old 02-01-2006, 06:11 PM   #6
Trey1970
Registered User
 
Join Date: Jan 2006
Location: Baltimore, MD
Posts: 11
Ok, here's part of my original post with the IDE connections listed:

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 (hdb=original TivoB, hdc=original TivoA)

mfsrestore -s 127 -bzpi /mnt/dos/tivo.bak /dev/hdb (hdb=new upgrade drive)

umount -f -a -r

dd if=/dev/hdb of=/dev/hdc bs=1024k (hdb=original TivoB, hdc=new upgrade drive)

mfsadd -x /dev/hda /dev/hdc (hda=original TivoA, hdc=new upgrade drive)
Trey1970 is offline   Reply With Quote
Old 02-01-2006, 09:24 PM   #7
Dan Collins
UltraGeek
 
Dan Collins's Avatar
 
Join Date: Aug 2002
Posts: 1,107
The restore of the backup to the new upgrade drive was pointless, unless you booted the TiVo with it to test the backup, since you overwrote the restored image with the dd command.

I suspect that you have reached the partition limit for mfs partitions. This would mean that you won't be able to retain your recordings if you want to upgrade again.
__________________
310 GB DSR-704
250 GB SIR-4040
240 GB SD-DVR80
240 GB DSR-708
80 GB DSR-7000 (Slingbox attached)
(All w/MRV)

Administrator -
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Dan Collins is offline   Reply With Quote
Old 02-01-2006, 09:46 PM   #8
Trey1970
Registered User
 
Join Date: Jan 2006
Location: Baltimore, MD
Posts: 11
Yes, I wanted to test the backup.

pdisk shows the new drive is only using 4 of the partitions.
Trey1970 is offline   Reply With Quote
Old 02-02-2006, 06:59 AM   #9
Trey1970
Registered User
 
Join Date: Jan 2006
Location: Baltimore, MD
Posts: 11
Quote:
Originally Posted by Dan Collins
I suspect that you have reached the partition limit for mfs partitions. This would mean that you won't be able to retain your recordings if you want to upgrade again.
The new drive has only got 4 partitions after I dd'd the old B drive. Isn't it true they can have up to 16 partitions?
Trey1970 is offline   Reply With Quote
Reply
Forum Jump




Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Advertisements

TiVo Community
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
vBulletin Skins by: Relivo Media
(C) 2013 Magenium Solutions - All Rights Reserved. No information may be posted elsewhere without written permission.
TiVoŽ is a registered trademark of TiVo Inc. This site is not owned or operated by TiVo Inc.
All times are GMT -5. The time now is 01:15 PM.
OUR NETWORK: MyOpenRouter | TechLore | SansaCommunity | RoboCommunity | MediaSmart Home | Explore3DTV | Dijit Community | DVR Playground |