1、vim ~/share
手动挂载
#!/bin/bash
vmhgfs-fuse -o allow_other .host:/$(vmware-hgfsclient) /mnt/hgfs
保存 wq
设置运行权限
chmod a+x share
设置开机自动挂载。
打开文件 vim/etc/fstab,增加配置。
.host:/ /media/ fuse.vmhgfs-fuse allow_other
reboot
//查看有木有挂载成工
$df
1、vim ~/share
#!/bin/bash
vmhgfs-fuse -o allow_other .host:/$(vmware-hgfsclient) /mnt/hgfs
保存 wq
设置运行权限
chmod a+x share
.host:/ /media/ fuse.vmhgfs-fuse allow_other
//查看有木有挂载成工
$df