Siyuan Ren

Results 119 comments of Siyuan Ren

I'll assume that the latest fix is good enough. Feel free to re-open if it resurfaces.

Several options: * Switch to format 2 (`securefs create --format 2`). * Workaround the limitation of Windows Explorer (see https://superuser.com/questions/1783364/still-no-file-paths-longer-than-260-characters-in-win-explorer-in-2023)

Also see [this](https://superuser.com/questions/1476969/windows-10-limits-the-file-names)

Some command line tools are also unrestricted, if you enable long paths support in registry.

现在没有什么feature的开发 在[`vcpkg`这个分支](https://github.com/netheril96/securefs/tree/vcpkg)上,我准备用vcpkg管理依赖,而不是现在这样全包在代码里。但是如果用户用了自己的包管理比如homebrew或者apt,我希望这个CMakeLists.txt可以兼容他们,也就是可以disable vcpkg。这是一个繁琐的工作,你要是愿意也可以做。 还有一个,如果你有macbook,可以帮我看看用[fuse-t](https://github.com/macos-fuse-t/fuse-t)没法过[测试](https://github.com/netheril96/securefs/actions/runs/3775515855)。

没有什么exciting的工作要做了

你看这个run:https://github.com/netheril96/securefs/actions/runs/3775597110/jobs/6418368995 测试过不了 我现在没有mac了,很难debug这个问题

If you remember something about your password, like it starts with `abc` and is followed by three digits, you can iterate through all possibilities to see if anyone matches. If...

> I have Microsoft installed Version, I'm curious, what is "Microsoft installed Version" in your words. But the version shouldn't make any difference. > try doing something from terminal .....

You can rename the `.securefs.json` file however you like. You can even move it to another location. During mounting, specify the whole path of the file by ` --config` option.