You are not logged in.
Pages: 1
I'm trying to configure shared folders for my arch vm in vmware fusion from my macbook.
This same issue occurs whether I use the official vmware tools, or open-vm-tools (in conjunction with open-vm-tools-dkms).
The command
mount -v -t vmhgfs .host:/ /mnt/hgfshangs indefinitely, nothing can happen. Everything stops.
On forced reboot, I'm met with either the recovery of orphaned inodes or journal recover on my root file system.
$ modinfo vmhgfs
filename: /lib/modules/4.0.4-2-ARCH/kernel/fs/vmhgfs/vmhgfs.ko
supported: external
alias: vmware_vmhgfs
license: GPL v2
version: 1.4.1.1
description: VMware Host/Guest File System
author: VMware, Inc.
srcversion: 8D68F25A88E71BC9CD07641
depends:
vermagic: 4.0.4-2-ARCH SMP preempt mod_unload modversions Any ideas? I've been at this for a very long time! I'd really like to be able to easily manipulate files between my host and my guest without having to scp/ssh/the like...
Offline
If you use vmware-tools, I suggest you try (some of) the patches from this project:
https://github.com/rasa/vmware-tools-patches
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Online
I used the patches, as the standard “pure” official version doesn’t compile while running make.
Offline
bump
Offline
I have a similar problem. Official tools does not compile and when patched, the whole virtual machine hangs while loading vmhgfs module. Very annoying since I can't use shared directory feature...
There are lots of bug rapports on the Internet but I haven't found any working solution so far.
Guest and host kernel: 4.0.5-1-ARCH
Offline
Offline
same here, host os x 10.10, newest kernel. i tried various patches and patch sets and nothing helps.
usually the whole guest system crashs when trying to mount a directory
Offline
Pages: 1