tmp 文件系统无法写

/tmp 文件系统无法执行写操作了,连oslevel 命令都没办法执行了,  文件系统空间足够想卸载后重挂文件系统,但umount /tmp  报错# umount /tmpumount: 0506-349 Cannot unmount /dev/hd3: The requested resource is busy.# fuser /tmp/tmp:   ...显示全部
/tmp 文件系统无法执行写操作了,连oslevel 命令都没办法执行了,  文件系统空间足够想卸载后重挂文件系统,但umount /tmp  报错
# umount /tmp
umount: 0506-349 Cannot unmount /dev/hd3: The requested resource is busy.

# fuser /tmp
/tmp:   151674

# ps -ef |grep 151674
    root 151674      1   0 11:26:44      -  0:00 /usr/sbin/cron
    root 295074 205026   0 11:58:57  pts/0  0:00 grep 151674

查了一堆资料也没找到怎么停 corntab 服务 kill 进程没用,依然存在

不想重启机器,应用太多,走流程太麻烦收起
参与15

查看其它 12 个回答mankeyluo的回答

mankeyluomankeyluo技术支持IBM
/tmp 是系统里面文件系统,不建议直接umount操作;

如果确实非停不可,可以用下面的命令:

fuser -kxcu /tmp; umount /tmp
系统集成 · 2012-09-17
浏览1691

回答者

mankeyluo
技术支持IBM
擅长领域: 服务器AIXUnix

mankeyluo 最近回答过的问题

回答状态

  • 发布时间:2012-09-17
  • 关注会员:1 人
  • 回答浏览:1691
  • X社区推广