原文:硬盘故障:Input/output error (linux系统)

有台服务器在IDC放着,最近总是出现ssh连接不上,一直报错,具体报错忘记记录了 让机房重启服务器又可以正常登陆 过几天又不能登录 登陆服务器查看相关日志,也没有错误记录 正好有次连接着服务器,敲了一个 命令: ls 接着就报错了 报错如下: bin bash: ls: Input output error 于是创建一个文件看看,看是否是硬盘坏了还是i节点不够了 在 root下面执行 toucht ...

2021-01-05 18:48 0 683 推荐指数:

查看详情

Linux系统-"cannot access Input/output error"

现象 线上的/data目录在执行ls名的时候报下面的错误: ls: cannot access xxx: Input/output error 并且查看的目录的权限位全是“?” 思考 应该是硬盘的文件系统坏了 其次硬盘故障,只读或只写 当前所在的目录没有读或执行的权限 这几 ...

Thu Aug 15 22:54:00 CST 2019 0 2778
linux 报错 Input/output error

我在自测代码时加上了 print(XXXXX), 测试完毕后上传服务器,并没有删除 print 语句,当时运行正常,第二天报错 Input/output error; 原因分析: 因为运行正常后,我退出了 shell,结束了 ssh 连接,结果 print 时报错; 总结 ...

Mon Sep 21 23:50:00 CST 2020 0 2576
Linux ls 命令提示 Input/output error

个人博客:点击这里进入 一.问题描述 某一台跑批服务器硬盘无法正常读写,提示input/output error,服务器每天均需使用,询问情况后发现服务器首先为硬盘故障,更换硬盘后提示此错误(RAID已正常同步) 二.排查问题 出现问题,先查看日志,收集日志进行分析查看 ...

Fri May 28 00:51:00 CST 2021 0 3159
cannot access Input/output error

ls: cannot access Input/output errorls: cannot open directory .: Input/output error硬盘故障,只读或只写,你可以dmesg|grep sd或dmesg|grep error查看下,应该是有详细报错信息的fsck ...

Tue Sep 12 19:39:00 CST 2017 0 5194
Mount error(5):Input/output error on mount

https://superuser.com/questions/850301/mount-error5input-output-error-on-mount When setting up a share on a Windows 2012 server, I had to use ...

Wed Jun 27 00:42:00 CST 2018 0 1704
服务器报Input/output error问题

服务器端是nginx + uwsgi + flask 报错后,网上搜到可能是print语句引起,但是检查代码,并未发现print语句 开启logger: import logging ...

Thu Dec 03 01:56:00 CST 2020 0 1422
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM