VBoxManage为VirtualBox提供了一些额外的配置可能性,例如激活共享文件夹(还是不为我工作...)中的符号链接:
C:\Windows\system32>VBoxManage setextradata "VM_NAME" VBoxInternal2/SharedFoldersEnableSymlinksCreate/SHARED_FOLDER_NAME 1如何查看当前配置?例如,如果SharedFoldersEnableSymlinksCreate设置为1或否。
Thx
编辑:
"VBoxManage为VirtualBox提供了一些额外的配置可能性“--这是错误的。
VirtualBox手册->第8章. VBoxManage ->简介:"VBoxManage是VirtualBox的命令行接口.“
发布于 2013-02-08 11:47:31
你想要的是VBoxManage getextradata <VM> enumerate吗?-- https://www.virtualbox.org/manual/ch08.html#idm5419的“getextradata/setextradata”的官方文档
https://serverfault.com/questions/476804
复制相似问题