tankman1989
Active Member
- Reaction score
- 5
I have a customer who has a lot of legacy apps that won't run on 64bit OS's so I installed Virtual box and installed XP Pro.
I needed to get her data off her machine so I put her HD into a Ubuntu server and I copied all the files from her system drive (the other drive is restore partition) to a folder in my home directory. I don't know if the command that I used is good enough, Here is what I did:
Now I know that there are other commands like DD and what not that do a bit for bit copy but I think that would have copied the entire 180GB partition instead of the 20GB that she had.
Now if this data is "good to go" then what is the next step? I figure I can transfer the files from my Linux server to my new machine running VirtualBox with the new XP Pro VM. I'm just not sure about transferring things like registry, program files, etc, stuff that installs and such.
Would it be possible to just make a VM out of the files that I copied?
I apologize for being so out of touch with VM procedures and backing up / transferring system files/registry/program files, etc.
I needed to get her data off her machine so I put her HD into a Ubuntu server and I copied all the files from her system drive (the other drive is restore partition) to a folder in my home directory. I don't know if the command that I used is good enough, Here is what I did:
Code:
/mnt/oldsystemdrive# cp -rv ./* /home/myname/customerbackup/
Now I know that there are other commands like DD and what not that do a bit for bit copy but I think that would have copied the entire 180GB partition instead of the 20GB that she had.
Now if this data is "good to go" then what is the next step? I figure I can transfer the files from my Linux server to my new machine running VirtualBox with the new XP Pro VM. I'm just not sure about transferring things like registry, program files, etc, stuff that installs and such.
Would it be possible to just make a VM out of the files that I copied?
I apologize for being so out of touch with VM procedures and backing up / transferring system files/registry/program files, etc.