Running Flow in a virtual machine

Getting results to Windows

Because the virtual machine has its own virtual disk, the results are not immediately available in your host environment (Windows). However, there is one common shared directory. On your host side, it will be

C:\<YOUR-USERNAME>\Downloads\opm-utilities-master\

and on the virtual machine side (Linux), it will be

/host/

You can see that the contents on the host and virtual side are the same by using the

dir

command on windows, or

ls

on linux (the .vagrant directory is hidden in linux. To show it, use ls -l).

virtualbox_cmd_4

vagrant_cmd_5

The, to make the simulation results available in Windows, we need to copy them to the /host/ directory. You can do this with the following commands:

cp -rv ~/opm-data-master/spe1 /host/spe1