diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2018-12-29 12:15:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-29 12:15:11 -0800 |
| commit | 259a2c111e8e8916503ccc47b61f974ed55cdafc (patch) | |
| tree | 16ad2b09566ed1a5c654c28049d562df0b9141d5 /weed/command/mount.go | |
| parent | 0c932d17384f9bfcccf5dd523289165fe3083b45 (diff) | |
| parent | d7bf6c5b91ea9ebe43d3d88a173c00650af66b20 (diff) | |
| download | seaweedfs-259a2c111e8e8916503ccc47b61f974ed55cdafc.tar.xz seaweedfs-259a2c111e8e8916503ccc47b61f974ed55cdafc.zip | |
Merge pull request #809 from chrislusf/switching_to_seaweedfs_fuse
switching_to_seaweedfs_fuse
Diffstat (limited to 'weed/command/mount.go')
| -rw-r--r-- | weed/command/mount.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount.go b/weed/command/mount.go index 3442b8e97..c83315215 100644 --- a/weed/command/mount.go +++ b/weed/command/mount.go @@ -51,7 +51,7 @@ var cmdMount = &Command{ 2) have a "weed filer" running These 2 requirements can be achieved with one command "weed server -filer=true" - This uses bazil.org/fuse, which enables writing FUSE file systems on + This uses github.com/seaweedfs/fuse, which enables writing FUSE file systems on Linux, and OS X. On OS X, it requires OSXFUSE (http://osxfuse.github.com/). |
