Skip to content

Commit

Permalink
fix check document (#5178)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Sep 20, 2024
1 parent 2f43479 commit bf18033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_cn/getting-started/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ juicefs format [command options] META-URL NAME

可见,格式化文件系统需要提供 3 种信息:

- **[command options]**:设定文件系统的存储介质,留空则**默认使用本地磁盘**作为存储介质,路径为 `"$HOME/.juicefs/local"`(darwin/macOS),`"/var/jfs"`(linux) 或 `"C:/jfs/local"`(Windows);
- **[command options]**:设定文件系统的存储介质,留空则**默认使用本地磁盘**作为存储介质,路径为 `"$HOME/.juicefs/local"`(darwin/macOS),`"/var/jfs"`(Linux) 或 `"C:/jfs/local"`(Windows);
- **META-URL**:用来设置元数据存储,即数据库相关的信息,通常是数据库的 URL 或文件路径;
- **NAME**:是文件系统的名称。

Expand Down

0 comments on commit bf18033

Please sign in to comment.