Logo
Explore Help
Register Sign In
lsm/seaweedfs
1
0
Fork 0
You've already forked seaweedfs
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2025-09-20 01:37:57 +08:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
fb04fda28bd06cf1ec195d7f28d24be351da8dfa
seaweedfs/weed/command/mount_darwin.go

14 lines
205 B
Go
Raw Normal View History

FUSE: add os specific mount options related to https://github.com/chrislusf/seaweedfs/issues/1094
2019-10-27 09:12:10 -07:00
package command
import (
"github.com/seaweedfs/fuse"
)
func osSpecificMountOptions() []fuse.MountOption {
return []fuse.MountOption{}
}
fuse: check mount point available before do runmount 1. Use more readable mount point information 2. Fix some typos eg: $ df -Th Filesystem Type Size Used Avail Use% Mounted on localhost:8888:/ fuse.seaweedfs 206G 512 206G 1% /mnt/weedfs $ mount | grep weedfs localhost:8888:/ on /mnt/weedfs type fuse.seaweedfs (rw,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-11-14 14:26:59 +08:00
func checkMountPointAvailable(dir string) bool {
return true
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 62ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API 吉ICP备2022002899号