我的操作系统 Windows,我有 VMWare 和 VM,里面有 Ubuntu 21.10。
一切正常。但我想要一个共享文件夹来交换文件。我在 Windows 中创建了文件夹:SharedUFolder。
然后转到 VM Settings->Options: Shared Folders: Enabled (Always) ,然后添加并添加 Windows SharedUFolder。好的。如何在 Ubuntu 中访问此共享文件夹?我没有找到它。
我的操作系统 Windows,我有 VMWare 和 VM,里面有 Ubuntu 21.10。
一切正常。但我想要一个共享文件夹来交换文件。我在 Windows 中创建了文件夹:SharedUFolder。
然后转到 VM Settings->Options: Shared Folders: Enabled (Always) ,然后添加并添加 Windows SharedUFolder。好的。如何在 Ubuntu 中访问此共享文件夹?我没有找到它。
有两种方法可以做到这一点:
简单的方法:( 推荐)
在 Linux 中,文件资源管理器映射 Windows 中的文件夹。
SMB://Windows_name_or_IP/文件夹并进行身份验证。
这适用于我的 Ubuntu VMware VM、我的 Kali VMware VM 和我的 Windows 10 / 11 主机。
映射后,您可以在两个系统之间交换文件。
这比共享文件夹(在 Windows 来宾中效果最好)更容易(恕我直言)
使用 SAMBA(不那么容易):
安装桑巴。创建一个 samba 共享,从中共享文件(mkdir /home/username/sambashare/ 。使用浏览和用户名设置 smb.conf。
Samba 允许您在 Windows 中启动并在 Linux 中映射文件夹。它比简单的方法更棘手,我推荐简单的方法。
(参考: https ://ubuntu.com/tutorials/install-and-configure-samba#2-installing-samba )
在 Linux 终端中编写以下命令:
1- vmware-hgfsclient *
您应该看到您的共享文件夹名称,然后写入:
2- sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
现在你会发现你的共享文件夹安装在 /mnt/hgfs