Skip to content

Commit 320b78a

Browse files
authored
Update index.md
1 parent c162155 commit 320b78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/installation/linux/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ sudo mkfs.xfs -i size=512 -n ftype=1 -L RUSTFS0 /dev/sdb
184184
~~~
185185

186186
我们可以在格式化时加入一些推荐选项来优化性能:
187-
- -L <label>: 为文件系统设置一个标签(label),方便后续识别和挂载。
187+
- -L label: 为文件系统设置一个标签(label),方便后续识别和挂载。
188188
- -i size=512: RustFS官方推荐将inode大小设置为512字节,这对于存储大量小对象(元数据)的场景有性能优势。
189189
- -n ftype=1: 开启ftype功能。这允许文件系统在目录结构中记录文件类型,可以提高类似readdir和unlink操作的性能,对RustFS非常有利。
190190

0 commit comments

Comments
 (0)