I know no one has the new replay 4000 yet, but does anyone know if the RTVPatch will work with the new units? I was thinking of using it just to make an exact copy of the drive at some point just for backup purposes. Would using the linux boot disk and using the mirror option work on the new drives or is there some command in the linux boot disk that could be used just to make an exact copy of the drive for future use in case of drive failure? Would some variation of the below commands work to copy the entire drive instead of just the beginning?
mkdir /windrive
mount /dev/hda1 /windrive {add "-U vfat" or "-U ntfs" here if necessary}
cd /windrive
ls
dd if=/dev/hdc of=/windrive/replay.img bs=1024 count=320000
cd ..
umount /windrive
I'm hoping maybe flipflop or one of the other "experts" around can help and give a definitive answer. Thanks all for all the info I've picked up from this forum.
mkdir /windrive
mount /dev/hda1 /windrive {add "-U vfat" or "-U ntfs" here if necessary}
cd /windrive
ls
dd if=/dev/hdc of=/windrive/replay.img bs=1024 count=320000
cd ..
umount /windrive
I'm hoping maybe flipflop or one of the other "experts" around can help and give a definitive answer. Thanks all for all the info I've picked up from this forum.