umount -fl用法

Posted 行木辛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了umount -fl用法相关的知识,希望对你有一定的参考价值。

umount, 老是提示:device is busy, 服务又不能停止的。可以用"umount -fl"解决!

挂载:

mount - mount a filesystem

mount [optionsdevice dir

如:mount --bind /dev  /home/tmp/dev

解挂载:

umount - unmount a filesystem

umount [optionsdir

如:umount  /home/tmp/dev

Note that a file system cannot be unmounted when it is ‘busy‘ - for example, when there are open files on it, or when some process has its working directory there, or when a swap file on it is in use. The offending process could even be umount itself - it opens libc, and libc in its turn may open for example locale files. A lazy unmount avoids this problem。

       -f, --force
              Force an unmount (in case of an unreachable NFS system).

              Note that this option does not guarantee that umount command
              does not hang.  It‘s strongly recommended to use absolute
              paths without symlinks to avoid unwanted readlink and stat
              system calls on unreachable NFS in umount.
       -l, --lazy
              Lazy unmount.  Detach the filesystem from the file hierarchy
              now, and clean up all references to this filesystem as soon as
              it is not busy anymore.

以上是关于umount -fl用法的主要内容,如果未能解决你的问题,请参考以下文章

umount 卸载

执行umount 的时候却提示:device is busy 的处理方法

umount卸载

umount 卸载失败

umount busy target

umount 提示 device is busy