不能unmount busy设备的解决办法

2654阅读 0评论2012-10-18 niannian
分类:LINUX

# unmount /export/images
umount: 0506-349 Cannot unmount /dev/fslv02: The requested resource is busy.

#fuser -k /export/images

# unmount /export/images
#
fuser Command
Purpose
       Identifies processes using a file or file structure.
其余的再man查看。
上一篇:eclipse hadoop开发环境配置
下一篇:C小程序 - 获取当前时间