On May 31, 11:10*am, kittygalore <thankyoumrm... (AT) gmail (DOT) com> wrote:
Quote:
On May 31, 10:52*am, Scott Ballinger <scott.ballin... (AT) gmail (DOT) com
wrote:
You can use dd (Linux) to copy the D3 partition data.
/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006
Thanks Scott, I will give that a try and post the results.
Jeffrey |
I definitely works. I usually have Pick in a logical volume first.
Then use dd to copy it to a regular file, ftp that file to a new
machine and use dd to copy
it back to a logical volume. Of course, you still need to install pick
the standard way and copy over the pick0 file before you boot.
The only issue was that the licenses got wiped out and I had to
reactivate.
dd if=/dev/mapper/VolGroup00-Pick00 of=/tmp/Pick00 bs=32M
sftp /tmp/Pick00 to another Linux server
dd if=/tmp/Pick00 of=/dev/mapper/VolGroup00-Pick00 bs=32M
Herb