mirror of
https://github.com/xiaoqidun/symfs.git
synced 2026-02-11 12:25:31 +08:00
Compare commits
3 Commits
f9379dac40
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3759059f3f | |||
| 4b0ad3590f | |||
| 882bc61635 |
@@ -7,12 +7,23 @@
|
||||
# 安装依赖
|
||||
项目通过 [cgofuse](https://github.com/winfsp/cgofuse) 实现,需要安装 [winfsp](https://github.com/winfsp/winfsp) 才能使用
|
||||
|
||||
# 使用指南
|
||||
```powershell
|
||||
# 基本用法
|
||||
.\symfs.exe <源目录> <挂载点>
|
||||
# 预编译版
|
||||
| 操作系统 | 系统架构 | 正常版本 | 后台版本 |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| Windows | 386 | [下载](https://aite.xyz/product/symfs/symfs_windows_386.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_386_daemon.exe) |
|
||||
| Windows | AMD64 | [下载](https://aite.xyz/product/symfs/symfs_windows_amd64.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_amd64_daemon.exe) |
|
||||
| Windows | ARM64 | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64_daemon.exe) |
|
||||
|
||||
# 使用示例
|
||||
# 使用指南
|
||||
**CMD**
|
||||
```cmd
|
||||
symfs.exe <源目录> <挂载点>
|
||||
symfs.exe D:\Source D:\Target
|
||||
```
|
||||
|
||||
**PowerShell**
|
||||
```powershell
|
||||
.\symfs.exe <源目录> <挂载点>
|
||||
.\symfs.exe D:\Source D:\Target
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user