服务器用的是RHEL4UPDATE4,DS300做FTP存储,ftp服务软件是proftpd,只要在客户端下载文件后,服务端就会出现input/output error的问题,重新MOUNT , MKFS后,问题依旧,但硬盘灯还是绿色的;后来出问题的时候,UMOUNT掉,用MKFS -V -t ext3 -c /dev/sdb6 ,出现提示: badblocks: Input/output error during ext2fs_sync_device. 不知是硬盘磁道有问题了,还是系统的原因?请告知!
我把一个文件从一个目录cp到另一个目录的时候,报错. 报错的信息是:There is an input or output error 这是怎么回事啊?
:shock: 大家有遇到过Input/output error 吗? 我的系统是trustix,在控制台执行什么命令都失效, 报错:Input/output error 本站也没几个相关贴子,大家知道是什么原因吗?
各位高手,我用linux7.2,使用telnet、rlogin、ftp。。。等命令的时候,提示输入输出错误,是怎么回事: [root@r8f2 bin]# rlogin r8f2 bash: /usr/kerberos/bin/rlogin: Input/output error [root@r8f2 bin]# telnet 192.168.1.19 bash: /usr/kerberos/bin/telnet: Input/output error [root@r8f2 dat]# cat heng.log cat: heng.log: Input/output error [root@r8f2 dat]# chown zc:zc heng.log bash: /bin/chown: Input/outpu...
我的程序中用select监听2个文件描述符, 其中read的时候会出错, debu信息如下: pty.c(593):main DEBUG: @"read: Input/output error (5)"@ 请问这是什么原因造成的, 我这么写代码有问题吗? 谢谢 [CODE] memset(buf, '\0', sizeof(buf)); if(FD_ISSET(master_fd, &fds)) { Header h; char temp[1024], temp1[5]; ...
系统环境ubuntu+php+mysql+apache(带桌面) 机器在IDC机房,今天SSH过去,top的时候-bash: /usr/bin/top: Input/output error [code]root@ddublinuxmcu04:~# top[/code] 光标一直在下一行闪烁,-bash: /usr/bin/top: Input/output error这个报错信息要过1分钟左右才出来,不是CPU或者是内存被全部消耗干净才这么慢的呢? 还有vi ,mkdir等命令都这样,ls,cd命令正常 请大家发表意见 [ 本帖最后由 Linuxcn.com 于 2006-9-18 13:56 编辑 ...
开机的时候注意到mysql无法正常启动,提示无法打开/tmp下的文件。登陆后 cd /tmp提示Input/output error,现在根本没法对/tmp进行操作。要用到/tmp目录程序都无法启动。 怎么办?