seaweedfs/weed/util
Lei Liu 4c87b222f1
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-27 22:56:44 +08:00
..
bytes.go Revert "use std encoding lib" 2019-08-23 07:59:09 -07:00
compression.go style: go fmt for all 2019-04-30 03:22:19 +00:00
concurrent_read_map.go directory structure change to work with glide 2016-06-02 18:09:14 -07:00
config.go refactoring scaffolding for master.toml 2019-11-14 22:20:38 -08:00
constants.go 1.45 2019-11-22 14:51:16 -08:00
constants_4bytes.go add large disk support 2019-04-08 22:32:42 -07:00
constants_5bytes.go add large disk support 2019-04-08 22:32:42 -07:00
file_util.go fix multiple bugs 2019-06-03 02:26:31 -07:00
file_util_non_posix.go weed filer.copy: use existing file owner and gropu id 2019-04-07 11:31:50 -07:00
file_util_posix.go weed filer.copy: use existing file owner and gropu id 2019-04-07 11:31:50 -07:00
grpc_client_server.go better error message 2019-04-16 01:15:30 -07:00
http_util.go filer: avoid hard-coded upload timeout 2019-09-05 01:26:59 -07:00
mount.go fuse: check mount point available before do runmount 2019-11-27 22:56:44 +08:00
net_timeout.go fix possible connection counting error 2018-09-03 00:28:58 -07:00
parse.go fix master maintenance logic 2019-11-12 14:46:10 +08:00
pprof.go debugging: track all memory allocations 2018-12-31 14:54:13 -08:00
signal_handling.go [bugfix] Fix interrupt hook overwritten bug 2018-10-09 15:43:32 +08:00
signal_handling_notsupported.go add cpu and mem pprof 2017-06-22 01:33:58 -07:00
throttler.go refactor: extract out the write throttler 2019-05-06 13:56:08 -07:00