From 2241cb7e1151a9ef058e7076e99ab217948a15f4 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 17 Apr 2019 01:01:22 -0700 Subject: [PATCH] library name --- Mount.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mount.md b/Mount.md index 56584c1..cd97d34 100644 --- a/Mount.md +++ b/Mount.md @@ -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. +