I've recently used the interactive upgrade instructions to completely transfer all data on my Tivo 24004A 40GB original drive to a blank Seagate DB-35 without problem. However I checked off the backup OS option in the interactive setup, and could not get that to work. My hda primary master was a FAT32 formatted Seagate 15GB, with the original Tivo drive as hdb on the primary slave. All drive sizes were reported correctly. The first instruction after booting the linux media is
mount /dev/hda1 /mnt
which generates an error, and the drive is not mounted. I stopped right there, and did not attempt to execute the next instruction
mfsbackup -f 9999...........
So, I don't know what to fix. Where could my mistake be? The C: is a FAT32 drive, what more does the linux tool need?
mount /dev/hda1 /mnt
which generates an error, and the drive is not mounted. I stopped right there, and did not attempt to execute the next instruction
mfsbackup -f 9999...........
So, I don't know what to fix. Where could my mistake be? The C: is a FAT32 drive, what more does the linux tool need?
Comment