Re: [CentOS] Shared folders with Centos-7 guest in VMware-10 using open-vm-tools

2015-08-17 Thread Bob Hepple
Bob Hepple writes: > > Hi! > > Just wondering if anyone has this working ... > > Centos-7 guest in VMware-10 host (on Windows-7 ) > Just to report my resolution of this one - no-one has been able to report success with vmware-tools with VMware-10, Windows-7 host, Centos-7 guest so far. S

Re: [CentOS] Shared folders with Centos-7 guest in VMware-10 using open-vm-tools

2015-08-09 Thread Bob Hepple
Bob Hepple writes: > > Eero Volotinen ...> writes: > > > > > try modprobe vmhgfs > > > > under open-vm-tools, the only module I know about is vmtoolsd and it is running: > Arghhh! Of course vmtoolsd is not a module, it's a service! Here are the modules that could be something to do with v

Re: [CentOS] Shared folders with Centos-7 guest in VMware-10 using open-vm-tools

2015-08-09 Thread Bob Hepple
Eero Volotinen writes: > > try modprobe vmhgfs > under open-vm-tools, the only module I know about is vmtoolsd and it is running: [root@imp yum.repos.d]# systemctl status vmtoolsd vmtoolsd.service - Service for virtual machines hosted on VMware Loaded: loaded (/usr/lib/systemd/system/vmtoo

Re: [CentOS] Shared folders with Centos-7 guest in VMware-10 using open-vm-tools

2015-08-09 Thread Bob Hepple
Eero Volotinen writes: > > try modprobe vmhgfs I get: modprobe: FATAL: Module vmhgfs not found: Is it supposed to be shipped with open-vm-tools? I haven't been able to re-compile the vmware tools myself. Thanks Bob ___ CentOS mailing list Cent

Re: [CentOS] Shared folders with Centos-7 guest in VMware-10 using open-vm-tools

2015-08-06 Thread Eero Volotinen
try modprobe vmhgfs -- Eero 2015-08-07 6:53 GMT+03:00 Bob Hepple : > Bob Hepple writes: > > > It's the shared folder that I would really like to get working. vmware- > > hgfsclient reports my share but there is no /mnt/hgfs directory. Also > > 'lsmod|grep hgfs' reports nothing. > > > > also: >

Re: [CentOS] Shared folders with Centos-7 guest in VMware-10 using open-vm-tools

2015-08-06 Thread Bob Hepple
Bob Hepple writes: > It's the shared folder that I would really like to get working. vmware- > hgfsclient reports my share but there is no /mnt/hgfs directory. Also > 'lsmod|grep hgfs' reports nothing. > also: mount -t vmhgfs .host:/ /mnt/tmp mount: unknown filesystem type 'vmhgfs' ... which