为了账号安全,请及时绑定邮箱和手机立即绑定

mount 返回非零退出代码 64

mount 返回非零退出代码 64

吃鸡游戏 2023-08-08 15:39:07
在生产系统(Centos 7)上运行“mount -a”时,我得到返回代码 64try:    subprocess.check_call(["mount", "-a"])except subprocess.CalledProcessError as e:    raise Exception("Failed to run mount command. error:%s", str(e))以下是日志:raise Exception("Failed to run mount command. error:%s", str(e))Exception: ('Failed to run mount command. error:%s', "Command '['mount', '-a']' returned non-zero exit status 64")退出代码 64 是什么意思?
查看完整描述

1 回答

?
qq_笑_17

TA贡献1818条经验 获得超7个赞

这意味着某些文件系统无法挂载,但其他文件系统成功。

返回代码

 mount has the following return codes (the bits can be ORed):


   0      success


   1      incorrect invocation or permissions


   2      system error (out of memory, cannot fork, no more loop devices)


   4      internal mount bug


   8      user interrupt


   16     problems writing or locking /etc/mtab


   32     mount failure


   64     some mount succeeded


   The command mount -a returns 0 (all succeeded), 32 (all failed), or 64 (some failed,  some

   succeeded).


查看完整回答
反对 回复 2023-08-08
  • 1 回答
  • 0 关注
  • 114 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信