0%

Linux mount挂载nfs

mount挂载

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

1
2
3
4
5
6
# 查询占用挂载点的PID
$ fuser -m /mount/point/
/mount/point/: 1234c 5678c //占用进程pid

# 查询并杀死占用挂载点的PID
#fuser -m -k /mnt/cdrom/
1
2
# 查询具体的进程信息
# ps aux |grep 1234/5678

或者使用

1
$ lsof /mount/point

来查找具体的使用进程及用户信息

处无为之事,行不言之教;作而弗始,生而弗有,为而弗恃,功成不居!

欢迎关注我的其它发布渠道