library name

Chris Lu 2019-04-17 01:01:22 -07:00
parent 30d4fcdb3e
commit 2241cb7e11

@ -13,7 +13,7 @@ With "weed mount", the files can be operated as a local file. The following oper
### Mount as FUSE
This uses bazil.org/fuse, which enables writing FUSE file systems on Linux and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
This uses seaweedfs/fuse, which enables writing FUSE file systems on Linux and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
```bash
# assuming you already started weed master, weed volume and filer
@ -181,3 +181,4 @@ 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.