diff --git a/README.md b/README.md index a42cd390c102eb3ce69ef8dc7e5bfdad714e15fe..9403c481fc3cd531ae1c99a28c42c54517120679 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ 中文手册

-**JuiceFS** is a high-performance [POSIX](https://en.wikipedia.org/wiki/POSIX) file system released under GNU Affero General Public License v3.0. It is specially optimized for the cloud-native environment. Using the JuiceFS to store data, the data itself will be persisted in object storage (e.g. Amazon S3), and the metadata corresponding to the data can be persisted in various database engines such as Redis, MySQL, and SQLite according to the needs of the scene. +**JuiceFS** is a high-performance [POSIX](https://en.wikipedia.org/wiki/POSIX) file system released under GNU Affero General Public License v3.0. It is specially optimized for the cloud-native environment. Using the JuiceFS to store data, the data itself will be persisted in object storage (e.g. Amazon S3), and the metadata corresponding to the data can be persisted in various database engines such as Redis, MySQL, and SQLite according to the needs of the scene. -JuiceFS can simply and conveniently connect massive cloud storage directly to big data, machine learning, artificial intelligence, and various application platforms that have been put into production environment, without modifying the code, you can use massive cloud storage as efficiently as using local storage. +JuiceFS can simply and conveniently connect massive cloud storage directly to big data, machine learning, artificial intelligence, and various application platforms that have been put into production environment, without modifying the code, you can use massive cloud storage as efficiently as using local storage. ## Highlighted Features @@ -31,7 +31,7 @@ JuiceFS can simply and conveniently connect massive cloud storage directly to bi ## Architecture -JuiceFS consists of three parts: +JuiceFS consists of three parts: 1. **JuiceFS Client**: Coordinate the implementation of object storage and metadata storage engines, as well as file system interfaces such as POSIX, Hadoop, Kubernetes, and S3 gateway. 2. **Data Storage**: Store the data itself, support local disk and object storage. @@ -57,7 +57,7 @@ To create a JuiceFS, you need the following 3 preparations: 2. Object storage is used to store data blocks 3. JuiceFS Client -Please refer to [Quick Start Guide](docs/en/quick_start_guide.md) to start using JuiceFS immediately! +Please refer to [Quick Start Guide](docs/en/quick_start_guide.md) to start using JuiceFS immediately! ### Command Reference @@ -79,7 +79,7 @@ If you wanna use JuiceFS in Hadoop, check [Hadoop Java SDK](docs/en/hadoop_java_ - [Cache Management](docs/en/cache_management.md) - [Fault Diagnosis and Analysis](docs/en/fault_diagnosis_and_analysis.md) - [FUSE Mount Options](docs/en/fuse_mount_options.md) -- [Sync Account on Multiple Hosts](docs/en/how_to_sync_the_same_account.md) +- [Sync Accounts between Multiple Hosts](docs/en/sync_accounts_between_multiple_hosts.md) - [Using JuiceFS on Kubernetes](docs/en/how_to_use_on_kubernetes.md) - [Using JuiceFS on Windows](docs/en/juicefs_on_windows.md) - [S3 Gateway](docs/en/s3_gateway.md) diff --git a/README_CN.md b/README_CN.md index 97335022f0bed4cfdd7b49d6c151fa8c45562889..8cb454a30cc7b64e40029d6133fbf1c88a625bf6 100644 --- a/README_CN.md +++ b/README_CN.md @@ -78,7 +78,7 @@ JuiceFS 使用 [Hadoop Java SDK](docs/zh_cn/hadoop_java_sdk.md) 与 Hadoop 生 - [缓存管理](docs/zh_cn/cache_management.md) - [故障诊断和分析](docs/zh_cn/fault_diagnosis_and_analysis.md) - [FUSE 挂载选项](docs/zh_cn/fuse_mount_options.md) -- [同步账号到多个主机](docs/zh_cn/how_to_sync_the_same_account.md) +- [多主机间同步账户](docs/zh_cn/sync_accounts_between_multiple_hosts.md) - [在 Kubernetes 中使用 JuiceFS](docs/zh_cn/how_to_use_on_kubernetes.md) - [在 Windows 中使用 JuiceFS](docs/zh_cn/windows.md) - [S3 网关](docs/zh_cn/s3_gateway.md) @@ -230,4 +230,4 @@ JuiceFS 的设计参考了 [Google File System](https://research.google/pubs/pub 请查看[「与其它项目比较」](docs/en/comparison_with_others.md)文档了解更多信息。 -更多 FAQ 请查看[完整列表](docs/zh_cn/faq.md)。 \ No newline at end of file +更多 FAQ 请查看[完整列表](docs/zh_cn/faq.md)。 diff --git a/docs/en/faq.md b/docs/en/faq.md index 217a0ad4deb73f3150a1b89ddbd61a46b5aa58c3..edd07f119b38f183fe5cb3caf792230158c2ad62 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -105,4 +105,4 @@ $ id alice uid=1201(alice) gid=500(staff) groups=500(staff) ``` -Read [sync account on multiple hosts](./how_to_sync_the_same_account.md) to resolve this problem. \ No newline at end of file +Read ["Sync Accounts between Multiple Hosts"](sync_accounts_between_multiple_hosts.md) to resolve this problem. diff --git a/docs/zh_cn/faq.md b/docs/zh_cn/faq.md index 4cf8a88d3d3acbdf9367e798567fe2233f3c8db7..eca95e70272f44f367437cd93033029597c6f8b2 100644 --- a/docs/zh_cn/faq.md +++ b/docs/zh_cn/faq.md @@ -105,4 +105,4 @@ $ id alice uid=1201(alice) gid=500(staff) groups=500(staff) ``` -阅读文档[「同步账号到多个主机」](../en/how_to_sync_the_same_account.md)解决这个问题。 +阅读文档[「多主机间同步账户」](sync_accounts_between_multiple_hosts.md)解决这个问题。