Linux 如何在不使用任何可移动磁盘的情况下将文件从主机操作系统传输到虚拟机中运行的操作系统?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12587021/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I transfer file from host os to os running in virtual machine without using any removable disk?
提问by Manuj
I am trying to transfer a pdf file from my host OS(Windows 7) to OS running on virtual machine(Linux-Backtrack) without using any removable device.Normal copy- paste is not working .How can I do it?
我正在尝试将 pdf 文件从我的主机操作系统(Windows 7)传输到在虚拟机(Linux-Backtrack)上运行的操作系统,而不使用任何可移动设备。正常的复制粘贴不起作用。我该怎么做?
采纳答案by yakxxx
You need shared folders. Read this: http://www.vmware.com/support/ws5/doc/ws_running_shared_folders.html
您需要共享文件夹。阅读:http: //www.vmware.com/support/ws5/doc/ws_running_shared_folders.html
回答by Mayur
If no suggestions works, put your files in a FAT32 formatted pendrive. You'll see Mass Storage Device icon in bottom right corner of you VM window. Right click press Connect(Disconnect from Host).
如果没有任何建议,请将您的文件放入 FAT32 格式的随身碟中。您将在 VM 窗口的右下角看到大容量存储设备图标。右键单击按连接(与主机断开连接)。
Works!
作品!