feat(文件系统): 加强文件系统直通能力
build.yaml / build (push) Successful in 26s

This commit is contained in:
2026-07-02 19:05:08 +08:00
parent 2439762607
commit 1a8532ea8a
5 changed files with 536 additions and 115 deletions
+2
View File
@@ -45,6 +45,8 @@ func main() {
host := fuse.NewFileSystemHost(symfs)
symfs.SetHost(host)
host.SetCapReaddirPlus(true)
host.SetCapDeleteAccess(true)
host.SetCapCaseInsensitive(true)
if !host.Mount(target, opts) {
fmt.Fprintf(os.Stderr, "无法完成挂载\n")
os.Exit(1)