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

@@ -1,17 +1,17 @@
# umount
> 将文件系统与其挂载点解除链接,使其不再可访问。
> 当文件系统正在使用时,无法卸载。
> 更多信息:<https://man.openbsd.org/umount>.
> 其挂载点解除文件系统链接,使其不再可访问。
> 当文件系统忙碌时,无法卸载。
> 更多信息:<https://man.openbsd.org/umount>
- 卸载文件系统,通过传递挂载源的路径:
- 通过传递挂载源的路径来卸载文件系统
`umount {{路径/到/设备文件}}`
`umount {{path/to/device_file}}`
- 卸载文件系统,通过传递挂载目标的路径:
- 通过传递挂载目标的路径来卸载文件系统
`umount {{路径/到/挂载目录}}`
`umount {{path/to/mounted_directory}}`
- 卸载所有已挂载的文件系统(`proc` 文件系统除外
- 卸载所有已挂载的文件系统(除了 `proc` 文件系统):
`umount -a`
`umount -a`