Mac osxfuse/encFS conflicts with VMWare Fusion 7.1.2 so try Safe 1.4

Written by James McDonald

September 13, 2015

I don’t know when it happened but running osxfuse 2.8.0 and encfs version 1.8.1 on Mac OS X Yosemite 10.10.5 and then trying to launch a VMWare Fusion 7.1.2 VM causes the following errors:

“Could not open /dev/vmmon: No such file or directory”

and

“Failed to initialize monitor device”

Screen Shot 2015-09-13 at 6.44.33 pmScreen Shot 2015-09-13 at 6.44.40 pm

To get your VM to run after running encFS over osxfuse you need to unload the osxfusefs kernel module.

sudo kextunload /Library/Filesystems/osxfusefs.fs/Support/osxfusefs.kext

And then rerun VMWare Fusion you should then be able to start your VM

Alternative to encFS over osxfuse

So as a work around you can install Safe from http://www.getsafe.org/about

Important: To get Safe version 1.4 to work you have to enable FileVault (System Preferences => Security & Privacy => FileVault => Turn on FileVault).

What happens if you try to run encFS/osxfuse after you successfully run VMWare?

If you run VMWare and start your VM and try to run encFS/osxfuse you get:

EncFS Password: 
/Library/Filesystems/osxfusefs.fs/Support/osxfusefs.kext failed to load - (libkern/kext) kext (kmod) start/stop routine failed; check the system/kernel logs for errors or try kextutil(8).
the OSXFUSE file system is not available (71)
fuse failed. Common problems:
 - fuse kernel module not installed (modprobe fuse)
 - invalid options -- see usage message

1 Comment

  1. konqui

    were you able to open directories created by encfs with safe?

    Reply

Trackbacks/Pingbacks

  1. VMWare Fusion conflicts with encfs on MacOS Sierra | The Southern IT Observer - […] had a work-a-round for osxfuse not working https://toggen.com.au/it-tips/mac-osxfuseencfs-conflicts-with-vmware-fusion-7-1-2-so-try-safe-1… but http://www.getsafe.org no longer works since the update to MacOS […]

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...