Compare Products, Prices & Stores For:

COMPUTERS, COMPONENTS COMPUTER ACCESSORIES, COMPUTER MEMORY, HARDWARE, INPUT DEVICES, NETWORKING, PDAs & MOBILE ELECTRONICS, SOFTWARE, STORAGE & MEDIA, DIGITAL CAMERAS, HOME AUDIO, TV& VIDEO

Google
 
Web DealDatabase.com
What are you shopping for?


Go Back   DealDatabase Forum - Deals, Freebies, and TiVo & DirecTivo Hacking > Category: NEW TiVo, DTiVo, Extraction FORUMS! > Newbie Tivo

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 10-29-2003, 06:35 PM
ou812's Avatar
ou812 ou812 is offline
Junior Member
 
Join Date: Jul 2003
Posts: 17
Backup with mfsbackup was a nogo

I had a noisy 120gb drive with all the hacks in my HDVR2 that was working fine for the last 3 months. Got a new Maxtor 120gb hoping it would be quiter.

I pulled the noisy one out, did a mfsbackup(to a fat32 hd) and then a mfsrestore back to the Maxtor. No errors. Put it back in the tivo and it just sits at the "few more" screen. I am confused why there might be any difference between the two drives that would cause this problem.

I used: mfsbackup -f 4138 -6so /mnt/c/mybackup.mfs /dev/hdc

then

mfsrestore -s 127 -xzpi /mnt/c/mybackup.mfs /dev/hdc

BTW, I don't care about saved recordings.

Last edited by ou812; 10-29-2003 at 08:13 PM.
Reply With Quote
  #2  
Old 10-29-2003, 07:45 PM
fixn278's Avatar
fixn278 fixn278 is offline
Diamond Member
 
Join Date: Oct 2002
Posts: 1,496
Mfsbackup/restore will not back up a complete drive. Check the Hinsdale guide for 'dd'
Reply With Quote
  #3  
Old 10-29-2003, 08:12 PM
captain_video's Avatar
captain_video captain_video is offline
Diamond Member
 
Join Date: Feb 2002
Posts: 6,398
I don't think he's asking about copying the drives. He's stuck at the "Almost there" screen. I'd try doing a fresh backup and restore to see if the problem clears up. It's not likely the drive that's causing the problem if it's a new drive, although a bad drive could certainly be the cause of hanging up during the boot process.
__________________
Please don't PM me or any other members looking for personal assistance. You'll do better by posting (after you've exhausted the search feature, of course) and taking advantage of the collective expertise of the membership instead of a single individual that may or may not be able to help you. Thank you and enjoy your stay at DDB!
Reply With Quote
  #4  
Old 10-29-2003, 08:23 PM
ou812's Avatar
ou812 ou812 is offline
Junior Member
 
Join Date: Jul 2003
Posts: 17
I meant to say that I just wanted to copy the working image from the noisy one to the new maxtor. I don't want to keep recordings, season passes etc. Would be nice but not necessary.

I rewrote the saved image and another working one several times to the new Maxtor with the same results. And just for kicks I wrote one of the older images to the noisy drive and it booted fine, minus 2 months worth of recordings. I then wrote the image I made today to the noisy drive and it booted fine also minus the recordings.

One thing I did notice when restoring is that the noisy drive is smaller than the maxtor by about 8-10 gb even though both are listed as 120's.
Reply With Quote
  #5  
Old 10-29-2003, 08:56 PM
BubbleLamp's Avatar
BubbleLamp BubbleLamp is offline
Diamond Member
 
Join Date: Oct 2001
Location: Out West
Posts: 3,171
Quote:
Originally posted by fixn278
Mfsbackup/restore will not back up a complete drive. Check the Hinsdale guide for 'dd'
You absolutely can backup a complete drive using mfstools. You just need to use the proper switches. Using dd means doing it at a lower level, meaning it will copy the bad blocks as well.
__________________
SpongeBob is not a contraceptive - Bart S.
A tabloid, is that one of those really strong mints? - Homer S.
Reply With Quote
  #6  
Old 10-29-2003, 11:11 PM
ou812's Avatar
ou812 ou812 is offline
Junior Member
 
Join Date: Jul 2003
Posts: 17
Well it works now thanks to some insight by bubblelamp. I searched for "mfstools switches" and i got:

genromfs -f /romfs.img -d img/
dd if=/romfs.img of=/dev/hdcXX bs=1024 count=1

posted by rpl (no idea where he got it from) I entered that in at prompt from the johnny death boot cd and got the 1 record in & 1 record out, put it back in the tivo and it works. No recordings(who cares) but all the season pass stuff and to do list was intact.

Do I know what that command did, NO
Would I like to know, YES

Thanks guys for the help!

Note: My original process was this, Back when I followed the cobelli guide, I got everything working fine. I then did a mfsbackup of that 120gb drive so incase I f'ed anything up in the future I would have something to fall back on. I did eventually mess things up and was able to mfsrestore from the image I made to the same 120gb drive several times.

I then decided to get a new Maxtor (bad choice) and just use that same image I just made onto my new hd. It restored fine but stuck at the "few seconds" screen. I then just pulled it back out, put it into the pc and did the command entry noted above, nothing else. Installed it back in the tivo and it worked. I don't claim to know what it was I did, but it did something.

So the image was fine, just when installing it onto a different hd is when that command has to be run(I think).

Last edited by ou812; 10-30-2003 at 01:19 PM.
Reply With Quote
  #7  
Old 10-29-2003, 11:17 PM
fixn278's Avatar
fixn278 fixn278 is offline
Diamond Member
 
Join Date: Oct 2002
Posts: 1,496
I assumed he was talking about a hacked image which mfstools will not backup since it only backs up active partitions.

Based on his actions, I believe I was correct.
Reply With Quote
  #8  
Old 10-29-2003, 11:50 PM
BubbleLamp's Avatar
BubbleLamp BubbleLamp is offline
Diamond Member
 
Join Date: Oct 2001
Location: Out West
Posts: 3,171
Quote:
Originally posted by ou812
Well it works now thanks to some insight by bubblelamp. I searched for "mfstools switches" and i got:

genromfs -f /romfs.img -d img/
dd if=/romfs.img of=/dev/hdcXX bs=1024 count=1

posted by rpl (no idea where he got it from) I entered that in from the johnny death boot cd and got the 1 record in & 1 record out, put it back in the tivo and it works. No recordings but all the season pass stuff and to do list was intact.

Do I know what that command did, NO
Would I like to know, YES

Thanks guys for the help!
If you used the -a switch instead of -f, you would have gotten all your recordings too.
__________________
SpongeBob is not a contraceptive - Bart S.
A tabloid, is that one of those really strong mints? - Homer S.
Reply With Quote
  #9  
Old 10-30-2003, 10:11 AM
NutKase's Avatar
NutKase NutKase is offline
Diamond Member
 
Join Date: Aug 2003
Posts: 2,149
Quote:
Originally posted by BubbleLamp
If you used the -a switch instead of -f, you would have gotten all your recordings too.
Well, now I'm confused. If you can backup a monte'd hacked up tivo, ALL paritions with mfstools someone explain it.

It looks like to me he just rebuilt his romfs and put it onto the new drive since it wasn't included in the backup.

-f verses -a, can you explain what the switches do? I guess I could not be lazy --help it (if I can find my CD)

NutKase
__________________
"God, and DealDataBase, help those that help themselves." --Shamelessly stolen from psxboy
------------------------------------------------
2 each, SA S2 287hr 7.2.1a's with Lifetime.
Hacks: 1 Manually Monte'd -140, Bash,Telnet,FTP,TivoWebPlus,
Superpatch-67all Unscrambled/HMO,MFS_FTP Ver. N,TyTools, tivoserver
Fully hacked SA S1
Reply With Quote
  #10  
Old 10-30-2003, 06:00 PM
SR712's Avatar
SR712 SR712 is offline
Diamond Member
 
Join Date: Apr 2002
Posts: 844
MFSTools 2.0 Command Line Switches

Usage: mfstool <function> <args> or <function> <args>

Available functions:

backup: Backup TiVo drive fast and small.
restore: Restore mfstool backups to TiVo drive.
add: Add partitions to your TiVo MFS volume.
mls: List files in the MFS volume.
info: Display information about MFS volume.

For help on a particular function: mfstool <function> -h


MFSBACKUP

Usage: mfsbackup [options] Adrive [Bdrive]

Options:

-h Display this help message
-o file Output to file, - for stdout
-1 .. -9 Compress backup, quick (-1) through best (-9)
-v Do not include /var in backup
-s Shrink MFS in backup
-q Do not display progress
-qq Do not display anything but error messages
-f max Backup only fsids below max
-l max Backup only streams less than max megabytes
-t Use total length of stream instead of used length
-T Backup total length of stream instead of used length
-a Backup all streams


MFSRESTORE

Usage: mfsrestore [options] Adrive [Bdrive]

Options:

-h Display this help message
-i file Input from file, - for stdin
-p Optimize partition layout
-x Expand the backup to fill the drive(s)
-X scale Expand the backup with block size scale
-q Do not display progress
-qq Do not display anything but error messages
-v size Recreate /var as size megabytes (Only if not in backup)
-s size Recreate swap as size megabytes
-l Leave at least 2 partitions free
-b Force no byte swapping on restore
-B Force byte swapping on restore
-z Zero out partitions not backed up

MFSADD

Usage: mfsadd [options] Adrive [Bdrive] [NewApp NewMedia]

Options:

-h Display this help message
-r scale Set scale factor of media block size
-x Create partitions to fill all drives
-X drive Create partitions to fill specific drive
NewApp / NewMedia Existing partitions (Such as /dev/hda13 /dev/hda14) to add to the MFS volume set.


From the MfsTools 2.0 Readme.
__________________
If a goldfish should want a vacation, who would know?
Reply With Quote
  #11  
Old 10-30-2003, 07:54 PM
BubbleLamp's Avatar
BubbleLamp BubbleLamp is offline
Diamond Member
 
Join Date: Oct 2001
Location: Out West
Posts: 3,171
Quote:
Originally posted by NutKase
Well, now I'm confused. If you can backup a monte'd hacked up tivo, ALL paritions with mfstools someone explain it.

It looks like to me he just rebuilt his romfs and put it onto the new drive since it wasn't included in the backup.

-f verses -a, can you explain what the switches do? I guess I could not be lazy --help it (if I can find my CD)

NutKase
My apologies to all for spawning this confusion. fixn of course is right, dd will capture an entire drive, good/bad sectors and all. I was looking at it from the standpoint of trying to save an entire "working dataset", hence the -a suggestion for MFSTools. Again, my humblest apologies, I will stick to what I know, (which is preciously little.) I hang my head in shame.
__________________
SpongeBob is not a contraceptive - Bart S.
A tabloid, is that one of those really strong mints? - Homer S.
Reply With Quote
  #12  
Old 10-31-2003, 04:54 AM
GREEK's Avatar
GREEK GREEK is offline
Dtivo Repairs
 
Join Date: Mar 2003
Location: NJ
Posts: 559
Is it safe to say you can mfs backup and restore on a series1 tivo just fine, but a certain modified sereis2 dtivo needs a dd command to copy ALL the mods? I have a couple hdvr2's I have to get around to sooner or later
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

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

Forum Jump


All times are GMT -4. The time now is 10:58 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 2000-2008 © dealdatabase.com.
TiVo® is a registered trademark of TiVo Inc. This site is not affiliated with TiVo Inc.