Skip to content

Commit e2d1d61

Browse files
committed
2 parents 06de54a + 75167ae commit e2d1d61

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,14 @@ cosfs提供的功能和性能和本地文件系统相比,具有一些局限性
101101

102102
Licensed under the GNU GPL version 2
103103

104+
### 常见问题
105+
* 如何挂载目录
106+
  在挂载命令的时候,可以指定目录,如
107+
108+
cosfs appid:my-bucket:/my-dir /tmp/cosfs -ourl=http://cn-south.myqcloud.com -odbglevel=info -ouse_cache=/path/to/local_cache
109+
  注意,my-dir必须以/开头
110+
 
111+
112+
* 为什么之前可用写文件,突然不能写了?
113+
114+
  由于cos鉴权产品策略调整,所以老版本的cosfs工具会导致策略校验不过,因此需要拉取最新的cosfs工具重新mount

0 commit comments

Comments
 (0)