Updated Mount (markdown)

Chris Lu 2019-01-22 09:09:02 -08:00
parent dbbb9d9006
commit a29b294d0d

@ -158,6 +158,8 @@ Threads fairness:
``` ```
## Common Problems ##
### Unmount ### ### Unmount ###
Sometimes `weed mount` can not start if the last mount process was not cleaned up. 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 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.