# hmdfs **Repository Path**: heppen/hmdfs ## Basic Information - **Project Name**: hmdfs - **Description**: HMDFS is an overlay file system. Relying on the underlying file system, under the premise of networking, file exchanges across devices can be realized. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2023-04-26 - **Last Updated**: 2023-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hmdfs #### 介绍 HMDFS(HarmonyOs Distributed File System, HarmonyOs分布式文件系统)是一种堆叠式文件系统。在联网条件下,其依托底层的文件系统,可以实现设备之间的文件交换。hmdfs提供了两种视图:设备视图和合并视图。在设备视图下,可以看到不同设备共享目录下的文件;在合并视图下,可以看到所有设备的共享目录下的所有文件。 #### 软件架构 软件架构说明 #### 安装教程 1. 通过yum或者dnf安装hmdfs ```shell dnf install hmdfs -y ``` *说明: 安装hmdfs之后,会将hmdfs的ko文件存放到`/usr/lib/modules/$(uname -r)/hmdfs/目录下`* #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)