Weihao Jiang
ea70d17c5f
Make fuse command linux/MacOS only ( #6811 )
2 weeks ago
chrislu
f3d44b1eb6
Update fuse.go
Changed the signal from SIGUSR1 to SIGTERM. This should fix the compilation error since SIGTERM is available on all Unix-like systems including macOS. The functionality remains similar - it will still allow the master process to wait for a signal before exiting, just using a different signal type.
3 weeks ago
chrislu
25d6310307
fix error format
3 weeks ago
Weihao Jiang
874b4a5535
Ensure `weed fuse` master process exits after mounted ( #6809 )
* Ensure fuse master process wait for mounted
* Validate parent PID input in fuse command
3 weeks ago
chrislu
3852307e94
renaming
2 years ago
chrislu
6c7fa567d4
add separate cache directory for write buffers
2 years ago
BakerBunker
b9d8a837af
Fix `mount -t weed` with extra options ( #3807 )
fuse: Ignore "-o" command
3 years ago
chrislu
c3487d3da7
better fix for option format
3 years ago
chrislu
ba0db28dbb
mount: fix extra option format
3 years ago
chrislu
8e81619d02
mount: accept all extra mount options
fix https://github.com/seaweedfs/seaweedfs/issues/3767
3 years ago
byunghwa.yun
e0c7708b03
Fix error handling
4 years ago
Chris Lu
d8bda0b229
locate the weed binary
4 years ago
danielflira
586e066897
fix weed fuse parameters parsing
4 years ago
Chris Lu
b624090398
go fmt
4 years ago
danielflira
a66112c9d2
configurable fusermount path
4 years ago
thephoenixofthevoid
8d70ba2eaa
Fix: Loosing environment variables at StartProcess
4 years ago
danielflira
f1d207a0fe
start weed with mount in background
4 years ago
danielflira
849f36c1ac
fix parameter multiple values
4 years ago
danielflira
84488ebb33
replace filer.remote and parts[1]
4 years ago
danielflira
877c192af2
create fuse subcommand to use weed with mount
4 years ago