Skip to content

Commit

Permalink
doc:default bucket path doc optimize (#5093)
Browse files Browse the repository at this point in the history
  • Loading branch information
taadis authored Sep 20, 2024
1 parent 23d966a commit 2f43479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/getting-started/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ juicefs format [command options] META-URL NAME

To format a file system, three types of information are required:

- **[command options]**: Specifies the storage medium for the file system. By default, the **local disk** is used with the path set to `"$HOME/.juicefs/local"`, `"/var/jfs"`, or `"C:/jfs/local"`.
- **[command options]**: Specifies the storage medium for the file system. By default, the **local disk** is used with the path set to `"$HOME/.juicefs/local"`(on darwin/macOS), `"/var/jfs"`(on Linux), or `"C:/jfs/local"`(on Windows).
- **META-URL**: Defines the metadata engine, typically a URL or the file path of a database.
- **NAME**: The name of the file system.

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

Expand Down

0 comments on commit 2f43479

Please sign in to comment.