帖子
poloshiao 写了:/data 好像被umount的之后 ,所有在这个/data目录下的操作,都是报IO错误。
xuxuxu@ubuntu:/data$ ls -lt
ls :reading directory. : Input/output error
1. http://manpages.ubuntu.com/manpages/tru ... /ls.1.html
List information about the FILEs (the current directory by default).
你下這個指令時
xuxuxu@ubuntu:/data$ ls -lt
預設 就是 /data 目录
既然 它已經被卸載了 ...
試試
cd ..
sudo ls -al /data
看看
不行,直接报io error(input/ouput error)。
dmesg 的信息.
xuxuxu@ubuntu:/data$ dmesg -T
[Sat May 10 08:36:16 2014] EXT4-fs error (device sda1): ext4_discard_preallocations:3855: comm kworker/u:9: Error reading block bitmap for 533
[Sat May 10 08:36:16 2014] EXT4-fs (sda1): previous I/O error to superblock detected
[Sat May 10 08:36:16 2014] EXT4-fs error (device sda1): ext4_wait_block_bitmap:445: comm kwor