aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_notsupported.go
AgeCommit message (Collapse)AuthorFilesLines
2025-06-12mount: complete fix for freebsdchrislu1-2/+2
fix https://github.com/seaweedfs/seaweedfs/issues/6645
2022-02-27remove dead codechrislu1-0/+15
2022-02-27retire mount v1chrislu1-15/+0
2021-09-01go fmtChris Lu1-3/+2
2019-10-27FUSE: add os specific mount optionsChris Lu1-0/+1
related to https://github.com/chrislusf/seaweedfs/issues/1094
2016-06-02directory structure change to work with glideChris Lu1-0/+15
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.