
 Originally Posted by 
daggo
					
				 
				Can I use Nortons Ghost to clone my TiVO hard drive?  I got a bunch of 300G drives that I now can't put in 7200.9 
 
 
But I have some 250G drives that I want to put in.  So can I clone the 120G drive in my TiVO now to a 250G?  And then I follow the wiki for putting in the 2nd drive?  Or is there some other method for cloning drive 1 to a new drive?
 
	 
 Boot of one of the network/image CD's and use one of the following commands to copy the contents of the master (hda) to the slave (hdb):
	Code:
	mfsbackup -l 32 -6so - /dev/hda | mfsrestore -s 127 -xzpi - /dev/hdb
  <or>
mfstool backup -aqo - /dev/hda | mfstool restore -r 4 -s 127 -pxi - /dev/hdb
 
				
			
Bookmarks