Page 1 of 1

How to move ... ?

Posted: 3. Mar 2016, 14:06
by Nemrod
Hi,

I'm knew using VM and i wonder how to move :
1. The .ISO file
2. The VirtualBox VMs directory

For the #1, i didn't see any option, for the #2, i see it but it doesn't work :
Échec de l'enregistrement de la configuration de la machine virtuelle Windows 10 dans /Users/antoinebachelay/VirtualBox VMs/Windows 10/Windows 10.vbox.

Runtime error opening '/Users/me/VirtualBox VMs/Windows 10/Windows 10.vbox-tmp' for overwriting: -102(File not found.).

/Users/vbox/tinderbox/5.0-mac-rel/src/VBox/Main/src-server/MachineImpl.cpp[9944] (nsresult Machine::i_saveSettings(bool*, int)).

Code d'erreur : NS_ERROR_FAILURE (0x80004005)
Composant : SessionMachine
Interface : IMachine {f30138d4-e5ea-4b3a-8858-a059de4c93fd}


Thanks for the help !
Nemrod

Re: How to move ... ?

Posted: 3. Mar 2016, 14:50
by scottgus1
To move a guest see: Moving a VM Also good for backing up a VM if you copy, not move.

To move the ISO file, go into the Virtual media manager, find the ISO you want to move and click it. If it is presently attached to a guest, the toolbar button "Release" will highlight. Click Release. If it is not attached to a guest, or after releasing it, the "Remove" button will highlight. Click Remove. Now move the ISO to where you want it, and attach it to the desired guest.

Re: How to move ... ?

Posted: 3. Mar 2016, 15:09
by Nemrod
Thanks