取消挂载文件系统。
另请参阅: mount
umount [-hV] umount -a [options] umount [options] <source> | <directory>
Options 选项
参数 | EN 解释 | 中文翻译 | 备注 |
---|---|---|---|
-a, --all | unmount all filesystems | 取消挂载所有文件系统 | |
-A, --all-targets | unmount all mountpoints for the given device in the current namespace | 取消挂载当前名称空间中给定设备的所有挂载点 | |
c, --no-canonicalize | don't canonicalize paths | 不规范化路径 | |
-d, --detach-loop | if mounted loop device, also free this loop device | 如果挂载了回路设备,也释放此回路设备 | |
--fake | dry run; skip the umount(2) syscall | 干运行; 跳过 umount(2) syscall | |
-f, --force | force unmount (in case of an unreachable NFS system) | 强制取消挂载 (在不可达 NFS 系统情况下) | |
-i, --internal-only | don't call the umount.<type> helpers | 不调用 umount.<type> 帮助程序 | |
-n, --no-mtab | don't write to /etc/mtab | 不写入 /etc/mtab | |
-l, --lazy | detach the filesystem now, clean up things later | 现在分离文件系统,稍后再清理 | |
-O, --test-opts <list> | limit the set of filesystems (use with -a) | 限制文件系统集 (与 -a 一起使用) | |
-R, --recursive | recursively unmount a target with all its children | 递归取消挂载目标及其所有子级 | |
-r, --read-only | in case unmounting fails, try to remount read-only | 在取消挂载失败的情况下, 试着以只读方式重新挂载 | |
-t, --types <list> | limit the set of filesystem types | 限制文件系统类型集 | |
-v, --verbose | say what is being done | 说正在做什么 | |
-h, --help | display this help and exit | 显示此帮助并退出 | |
-V, --version | output version information and exit | 输出版本信息并退出 |
功能 | 命令 | 文字解释 | 示例 | 示例解释 |
---|---|---|---|---|
帮助 | umount -h | 展示帮助信息 | ||
umount --help | ||||
版本 | umount -V | 展示版本信息 | ||
umount --version |
版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。