关闭
Hit
enter
to search or
ESC
to close
May I Suggest ?
#leanote #leanote blog #code #hello world
柯仓无居所
Home
Archives
Tags
Search
执行umount的时候提示:device is busy 处理方法
? umount ?
1269
0
0
swimming
? umount ?
> 今天,小伙操作服务器的时候忘了umount,结果服务器关闭之后,再次umount,发现报错如下: ```bash [root@app-2 ]# umount /home/logs/2 umount: /mnt/cdrom: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) ``` ?被占用,强制卸载 ```bash [root@app-2 ]# umount /home/logs/2 -f //强制卸载也不行 umount2: 设备或资源忙 umount: /home/logs/2: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) umount2: 设备或资源忙 ``` 不行,只好使用fuser ```bash [root@app-2 ]# fuser -m /home/logs/2 ``` 没有反应,查看路径发现没有问题,已经恢复。
觉得不错,点个赞?
提交评论
Sign in
to leave a comment.
No Leanote account ?
Sign up now
.
0
条评论
More...
文章目录
No Leanote account ? Sign up now.