From a29b294d0d83a2ec197618c8ce62126a3f40bdce Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 22 Jan 2019 09:09:02 -0800 Subject: [PATCH] Updated Mount (markdown) --- Mount.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Mount.md b/Mount.md index 0f88294..56584c1 100644 --- a/Mount.md +++ b/Mount.md @@ -158,6 +158,8 @@ Threads fairness: ``` +## Common Problems ## + ### Unmount ### Sometimes `weed mount` can not start if the last mount process was not cleaned up. @@ -176,3 +178,6 @@ sudo umount -f /the/mounted/dir sudo umount -l /the/mounted/dir ``` +### Still fail to mount on MacOS ### +From https://github.com/osxfuse/osxfuse/issues/358 +> FUSE needs to register a virtual device for exchanging messages between the kernel and the actual file system implementation running in user space. The number of available device slots is limited by macOS. So if you are using other software like VMware, VirtualBox, TunTap, Intel HAXM, ..., that eat up all free device slots, FUSE will not be able to register its virtual device.