Questions tagged «virtualbox»

[注意:仅涉及与编程有关的问题] Oracle VM VirtualBox是x86虚拟化软件包,现在由Oracle Corporation开发

22
从VirtualBox虚拟机寻址localhost
我有一个本地测试/开发服务器(当然是HTTP),正在监听端口8000。 我正在Linux上工作,因此要在Internet Explorer 6、7、8等上测试页面。我使用VirtualBox运行虚拟机;我还需要查看Windows环境中Firefox上的外观(例如,字体是不同的)。 在我的真实计算机上,我仅使用URL打开网站http://localhost:8000,如何从虚拟机访问该本地主机? 现在,我的解决方法是使用IP地址。还有更好的主意吗?


15
如何通过主机从外部SSH到VirtualBox来宾?[关闭]
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗? 更新问题,使其成为Stack Overflow 的主题。 2年前关闭。 我的Windows 7计算机上运行的是Ubuntu VM。如何设置它以便可以通过SSH从外部访问Web服务器? 我发现了一些步骤(在VirtualBox主机和来宾VM之间进行设置SSH访问)可以从主机向ssh来宾,但是仍然存在通过路由器访问它的问题。 我想我可以在Windows机器上安装SSH服务器,然后进行几次隧道传输(尽管我不确定100%确定要在本地,动态等方面使用什么,还是如何设置多个隧道?),但是有没有一种方法可以使我的路由器直接访问该VM,以便我可以直接移植到它?
643 ssh  virtualbox 

17
如何调整VirtualBox vmdk文件的大小
我的虚拟机磁盘是vmdk,空间已用完,需要调整虚拟映像的大小。使用命令调整大小 vboxmanage modifyhd Machine-disk1.vmdk --resize 30720 给出错误 Progress state: VBOX_E_NOT_SUPPORTED VBoxManage: error: Resize hard disk operation for this format is not implemented yet! 如何调整vmdk图像的大小?
539 virtualbox 

10
Virtualbox共享文件夹权限
我将Windows和Virtualbox与RedHat结合使用,简单地说:创建了一个共享文件夹,以便可以在Windows OS上使用Eclipse并在Linux中进行一些测试。 但是,我无法与用户一起访问共享文件夹,我已经以root chmod 777用户身份登录并使用过,甚至将用户移动到了文件夹的组中。 无论我做什么,结果都是一样的: /media/sf_sharedFolder/: Permission denied 我能做什么?如何与用户访问共享文件夹?

30
流浪者卡死的连接超时重试
昨晚我的流浪汉工作得很好。我刚打开PC,点击vagrant up,这就是我得到的: ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly ==> default: Forwarding ports... default: 22 => 2222 (adapter 1) ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take …
417 ssh  virtualbox  vagrant 

21
流浪错误:无法在Linux guest虚拟机中挂载文件夹
我对Vagrant共享文件夹有一些问题,我的基本系统是Ubuntu 13.10桌面。 我不明白为什么我有此错误,但配置不正确?是NFS问题还是Virtualbox Guest Additions?我尝试使用不同的许多盒子,但问题相同。 Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not available. Please verify that the guest additions are properly installed in the guest and can work properly. The command attempted was: mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent …


13
在BIOS中,对于所有CPU模式(VERR_VMX_MSR_A​​LL_VMX_DISABLED)均禁用了VT-x
下载了Xamarin Android Player,并已>> >>下一个>>进度安装了Virtual Box。 当我尝试启动模拟器时,我得到了 Failed to initialized device (name Of the emulator) VboxManager Commendt Failed Oracle Vm Virtualbox中的错误的详细信息是 VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED) 我怎样才能解决这个问题? 我发现我的问题的解决方案,把一些图像,以帮助他人,感谢 去这里


2
如何识别Linux主机上运行的Virtualbox中的USB设备?[关闭]
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow 的主题。 6年前关闭。 改善这个问题 我尝试使用USB设备没有成功。看来Virtualbox本身并没有检测到它们,因为如果我从Virtualbox主页中选择来宾(我使用的是Windows XP 3 guest虚拟机),请选择“设置”->“ USB”->“从设备添加过滤器”,即使列出任何设备,如果我的Lubuntu 13.10已连接并识别了USB笔。如果运行来宾,则连接设备不会发生任何事情,并且如上所述,在设备-> USB设备中未检测到USB设备 我安装了扩展包和Guest附加组件,因此它应该可以工作。请帮忙!我正在使用Virtualbox 4.2.16。

23
SSH到Windows中的Vagrant框?
我正在使用Vagrant在Windows中启动VirtualBox VM。在其他平台上,我可以 $ vagrant ssh 连接到VM。 我该如何在Windows中连接到这个Vagrant盒子? Vagrant文​​档中建议的使用PuTTy的方法也无效: http://docs-v1.vagrantup.com/v1/docs/getting-started/ssh.html

22
无法在Windows10上打开/创建内部网络Vagrant
我昨天昨天将Windows 10升级到最新更新,现在,当我启动 vagrant up命令时,出现此错误: ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is …

2
Virtualbox从来宾到主机的“端口转发”
关闭。这个问题是题外话。它当前不接受答案。 想改善这个问题吗? 更新问题,使其成为Stack Overflow 的主题。 7年前关闭。 改善这个问题 这是我的设置: - Host: Windows XP - Guest: Ubuntu 10.04 - Networking: NAT 我正在Guest上设置Apache Web服务器,但是我希望能够在Windows机器上执行此操作: - go to the browser, type http://localhost:8000 另外,我尝试将网络更改为桥接,并获得了新IP。但是当我尝试执行http://:8000时,它说它无法连接。

21
VirtualBox:mount.vboxsf:安装失败,并显示以下错误:没有此类设备
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow 的主题。 2年前关闭。 改善这个问题 我在OS X上使用VirtualBox作为主机,在来宾VM上使用CentOS。 在OS XI创建的文件夹中myfolder,将其作为共享文件夹添加到VM,打开VM,在CentOS创建的文件夹中/home/user/myfolder输入: sudo mount -t vboxsf myfolder /home/user/myfolder 并输出: /sbin/mount.vboxsf: mounting failed with the error: No such device 我做错了什么? 更新: Guest Additions 已安装。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.