add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# systemd-dissect
> 反省和与文件系统操作系统磁盘映像交互特别是可发现磁盘映像DDIs
> 更多信息:<https://www.freedesktop.org/software/systemd/man/latest/systemd-dissect.html>。
- 显示有关操作系统映像的一般信息:
`systemd-dissect {{path/to/image.raw}}`
- 挂载操作系统映像:
`systemd-dissect --mount {{path/to/image.raw}} {{/mnt/image}}`
- 卸载操作系统映像:
`systemd-dissect --umount {{/mnt/image}}`
- 列出映像中的文件:
`systemd-dissect --list {{path/to/image.raw}}`
- 将操作系统映像附加到自动分配的回环块设备并打印其路径:
`systemd-dissect --attach {{path/to/image.raw}}`
- 从回环块设备分离操作系统映像:
`systemd-dissect --detach {{path/to/device}}`