This website requires JavaScript.
Explore
Help
Sign In
gitlab-com-seaweedfs
/
seaweedfs
Watch
1
Star
0
Fork
You've already forked seaweedfs
0
mirror of
https://github.com/seaweedfs/seaweedfs.git
synced
2024-01-19 02:48:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
303bd067b5
seaweedfs
/
weed
/
command
/
mount_darwin.go
6 lines
81 B
Go
Raw
Normal View
History
Unescape
Escape
FUSE: add os specific mount options related to https://github.com/chrislusf/seaweedfs/issues/1094
2019-10-27 16:12:10 +00:00
package
command
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 06:26:59 +00:00
func
checkMountPointAvailable
(
dir
string
)
bool
{
return
true
}
Reference in a new issue
Copy permalink