bash – 使用cygwin的VirtualBox VM访问

前端之家收集整理的这篇文章主要介绍了bash – 使用cygwin的VirtualBox VM访问前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我无法从cygwin控制台访问我的虚拟机. ( Windows 7,UAC已禁用)
Matthias@laptop0x4d53 /cygdrive/c/Program Files/Oracle/VirtualBox
$./VBoxManage list vms

然而,Windows控制台可以访问我的虚拟机.

C:\Program Files\Oracle\VirtualBox>VBoxManage.exe list vms
"GlassFish" {68874e4d-817a-4315-9ea2-38726964ac32}
"Tomcat" {2e22a7c0-9950-4593-8eda-778d404476c7}
"LAMP" {36aa6968-df52-49b5-be52-1f59c50f1527}

也许这是用户权限的问题.如何从cygwin访问我的虚拟机?

你试过官方论坛吗?有一些解决方exporting some variables on ~/.bashrc和无头模式启动VB(这是从2011年起最近的一篇文章).甚至出口一大堆环境变量 using bat files instead的丑角.
#export VBox_USER_HOME='/cygdrive/c/Documents\ and\ Settings/SomeNameHere/.VirtualBox/'
export VBox_USER_HOME='C:\Documents and Settings\SomeNameHere\.VirtualBox\'

…或HOWTO – virtualbox as a service on Windows (cygrunsrv.exe).据报,这是在Cygwin 1.7b上工作.

$cygrunsrv --list
vBoxd-myvm
原文链接:https://www.f2er.com/bash/383856.html

猜你在找的Bash相关文章