cp1cp2
04-18-2005, 04:39 PM
I have a Series 1 DirecTivo that currently has an A+B configuration with A=40GB and B=120GB. I am trying to copy (while saving recordings) the two drives to one 160GB drive. I've tried the following commands to no avail:
mfsbackup -Tao - /dev/hda /dev/hdb | mfsrestore -s 127 -xzpi - /dev/hdd
mfsbackup -Tao - /dev/hda /dev/hdb | mfsresote -zi - /dev/hdd
In each instance I get the following error:
Source drive size is 30 hours
- Upgraded to 39 hours
- Upgraded to 79 hours
- Upgraded to 177 hours
Uncompressed backup size: 152060 megabytes
Restore failed: Backup target not large enough for the entire backup by itself.
When I check the boot screens hdd reports 160042 MB which is obviously larger than the uncompressed backup size of 152060.
Is there anything I can do, short of buying a larger drive, while keeping my recordings? Would dd work in this instance? If so, what is the appropriate command? I've read that dd can be destructive and I don't want to use the wrong command.
cp
mfsbackup -Tao - /dev/hda /dev/hdb | mfsrestore -s 127 -xzpi - /dev/hdd
mfsbackup -Tao - /dev/hda /dev/hdb | mfsresote -zi - /dev/hdd
In each instance I get the following error:
Source drive size is 30 hours
- Upgraded to 39 hours
- Upgraded to 79 hours
- Upgraded to 177 hours
Uncompressed backup size: 152060 megabytes
Restore failed: Backup target not large enough for the entire backup by itself.
When I check the boot screens hdd reports 160042 MB which is obviously larger than the uncompressed backup size of 152060.
Is there anything I can do, short of buying a larger drive, while keeping my recordings? Would dd work in this instance? If so, what is the appropriate command? I've read that dd can be destructive and I don't want to use the wrong command.
cp