add new chinese translations
This commit is contained in:
@@ -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`
|
Reference in New Issue
Block a user