Perryg wrote:If you copy the .VirtualBox folder complete to the new location.
and then in preferences change the location of the folders to the new location.
All should be fine. You may need to edit the VirtualBox.xml file (still in the .VirtualBox folder in the original location) to indicate the new location.
Remember that you will need to leave the .VirtualBox folder and the virtualbox.xml file in your home folder.
These files/folders are hidden and can be found in /home/<your login name>/.VirtualBox/
Means first step
1.Copy the entire folder .VirtualBox from /home/<your login name>/.VirtualBox/ to /media/Local Disk_ (FAT32)
2.Change the preference of the default hard disk and default machine folder to /media/Local Disk_ /.VirtualBox/HardDisks and /media/Local Disk_ /.VirtualBox/Machines
3.Open /home/<your login name>/.VirtualBox/VirtualBox.xml with gedit and edit.
Which one I should edit ? Is it all the "location=" ?
Code: Select all
<HardDisk uuid="{08ce56f2-92a5-4932-a121-d5ceaf7476c6}" location="HardDisks/VM Window XP pro.vdi" format="VDI" type="Normal">
<HardDisk uuid="{3911e570-90fe-4a0d-a6de-5bfa48e7fcba}" location="/home/<your login name>/.VirtualBox/Machines/VM Window XP pro/Snapshots/{3911e570-90fe-4a0d-a6de-5bfa48e7fcba}.vdi" format="VDI">
<HardDisk uuid="{fb07ed7c-24cf-4d13-bcac-32da1e826a30}" location="/home/<your login name>/.VirtualBox/Machines/VM Window XP pro/Snapshots/{fb07ed7c-24cf-4d13-bcac-32da1e826a30}.vdi" format="VDI">
<HardDisk uuid="{1d2a9943-f980-433e-b074-4d8c6bc74a2f}" location="/home/<your login name>/.VirtualBox/Machines/VM Window XP pro/Snapshots/{1d2a9943-f980-433e-b074-4d8c6bc74a2f}.vdi" format="VDI"/>
</HardDisk>
</HardDisk>
</HardDisk>
</HardDisks>
<DVDImages>
<Image uuid="{7708f77b-86c2-456d-a284-df080328bfb5}" location="/usr/share/virtualbox/VBoxGuestAdditions.iso"/>
4.Keep the /home/<your login name>/.VirtualBox/ folder and /home/<your login name>/.VirtualBox/VirtualBox.xml
This it correct ? Thank you