You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
jmsnoeij edited this page Sep 17, 2013
·
1 revision
One way of sharing information between your host OS and the OpenConext VM is through NFS, this is proven to be the best way of sharing information between the guest and the host, also for debugging and development purposes.
#setup on the HOST machine
create or update an exports file with the following content:
$ vi /etc/exports
"/path/to/file/on/host" 192.168.56.101 -mapall=uid:guid
the ip address should be the ip address of the guest system and the uid:guid are used in the guest system to indentify the file system.
$ sudo nfsd update
this will update the nfs server on the host system