没有安装vmware-tool,怎么将Windows文件夹挂载到Linux?

Posted Skyscraper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了没有安装vmware-tool,怎么将Windows文件夹挂载到Linux?相关的知识,希望对你有一定的参考价值。

使用samba

sudo apt-get install samba

ubuntu下建立挂载目录:mkdir work

Windows下新建文件夹work,设置属性,共享

sudo mount -t cifs -o username=username,password=password //192.168.16.103/work /home/lancer/work/

这样之后会有权限问题,Windows下的文件挂载到Linux后变成只能root用户访问,而一般我们是不推荐使用root用户来进行操作的,怎么办呢?

可以加gid,uid参数指定要挂载到哪个用户下,可通过使用id指令获取。

sudo mount -t cifs -o username= username,password= password,gid=1000,uid=1000 //192.168.16.103/work /home/lancer/work/

以上是关于没有安装vmware-tool,怎么将Windows文件夹挂载到Linux?的主要内容,如果未能解决你的问题,请参考以下文章

Linux Ubuntu 8.10 安装vmware-tools的问题

VM安装Centos7下安装vmware-tools /mnt/hgfs没有文件的解决方法

Kali安装VMtools

CentOS7 VMware-Tools安装与共享文件夹设置

CentOS-7 最小安装VMware-tools

RedHat6下安装VMware-Tools失败,提示:Execution aborted。