umount 报错 the device is found by lsof(8) or fuser(1)
1、执行 umount /dev/vdb1 对已经挂载的数据盘进行卸载2、报如上错误如上错误很明显就是因为有进程正在执行,所以需要查看是哪些进程正在占用,将其结束掉发现如上consul 进程在占用,使用service consul-agent stop 结束掉3、再次执行 umount /dev/vdb1 成功4、将 /dev/vdb1 挂载到新目录vi /etc/fst...
原创
2020-04-28 10:47:22 ·
9035 阅读 ·
0 评论