-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mount host machine folder #45
Comments
you could use a nfs mount. |
could you give more details @colby-swandale |
oh sorry. i thought you meant a clean way to do it.... dont want to setup nfs server just for that :( |
yes, I'm looking for something like shared folder in VirtualBox with xhyve :D is there any way to do that? |
OK, Thank to @colby-swandale Host: Mac OS X Step 1: Enable network in xhyverunIf you are using
to
Start the TinyCore VM with
Step 2: Setup NFS Server on Host
Each folder in a line. The
This is important unless you want to get For example, this is my
Step 3: Start and check NFS Server
or restart it if it already started.
Your shared folder should displayed. Step 4: Mount the host folder on guest machineIn TinyCore guest, create a folder somewhere to access the shared folder, for example:
Mount the host folder with the following command:
Done! |
It would be cool if bhyve/xhyve had an implementation of |
There's a fork which implements virtio-9p here: https://github.com/jceel/xhyve UPDATE: Also have a look at #70. I successfully rebased it against the latest version and I am pretty happy with it stv0g/xyhve@virtio-9p |
Probably no news for most of you, but you could use https://syncthing.net/. Using it with alpine linux and OSX. Very easy to setup if you don't mind syncing is not instant thing. |
Status? |
hey! great project!
is there anyway to mount a folder from the host machine inside the vm?
The text was updated successfully, but these errors were encountered: