未验证 提交 0cf506dc 编写于 作者: O openharmony_ci 提交者: Gitee

!9027 【OpenHarmony开源贡献者计划2022】+ 文档样式,提高可读性

Merge pull request !9027 from liwenjie1209/master
......@@ -317,18 +317,20 @@
因此,当我们看到"Mount required partitions"打印的时候,表示required分区设备已经准备完成,即将执行挂载动作。分区挂载过程中,还有一些关键打印如下:
```
BEGET_LOGE("Unsupported file system \" %s \"", item->fsType);
表示当前文件系统类型不支持
```
表示当前文件系统类型不支持。
```
BEGET_LOGE("Cannot get stat of \" %s \", err = %d", target, errno);
表示无法获取挂载点目录信息
```
表示无法获取挂载点目录信息。
```
BEGET_LOGE("Failed to create dir \" %s \", err = %d", target, errno);
表示无法创建挂载点目录
```
表示无法创建挂载点目录。
```
BEGET_LOGI("Mount %s to %s successful", item->deviceName, item->mountPoint);
表示成功挂载设备,打印中还包含了挂载的设备名和挂载点信息
```
表示成功挂载设备,打印中还包含了挂载的设备名和挂载点信息。
- init执行system和vendor中的启动脚本,挂载vendor中更多的分区
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册