谁看过这个吗?我已经在我的服务器上安装了raid 5,无论出于什么原因它开始显示:
jason@Box2:/mnt/raid1/cra$ls -alh ls: cannot access e6eacc985fea729b2d5bc74078632738: Input/output error ls: cannot access 257ad35ee0b12a714530c30dccf9210f: Input/output error total 0 drwxr-xr-x 5 root root 123 2009-08-19 16:33 . drwxr-xr-x 3 root root 16 2009-08-14 17:15 .. ?????????? ? ? ? ? ? 257ad35ee0b12a714530c30dccf9210f drwxr-xr-x 3 root root 57 2009-08-19 16:58 9c89a78e93ae6738e01136db9153361b ?????????? ? ? ? ? ? e6eacc985fea729b2d5bc74078632738
md5字符串是实际的目录名称,而不是错误的一部分.问号很奇怪,当你尝试使用/删除/等它时,带问号的任何目录都会引发错误.
由于“忙”,我无法卸下驱动器.重新启动服务器“修复”它,但它在关机时抛出了一些raid错误.我已经配置了两个raid 5阵列,并且都开始在随机文件上执行此操作.两者都使用以下配置:
mkfs.xfs -l size=128m -d agcount=32 mount -t xfs -o noatime,logbufs=8
没有什么太花哨,但是这个盒子的优化配置的一部分.我们没有对驱动器进行分区,这被认为是一个可能的问题.这可能是罪魁祸首吗?