Linux

ext3_get_inode_loc unable to read inode block error

Naan 2013. 7. 4. 10:26
반응형

어느날 갑자기 리눅스에 ext3_get_inode_loc unable to read inode block 에러메세지가 발생이 떴다.


bad 검사를 해봤는데.

[root@test ~]# badblocks -v /dev/sda

Checking blocks 0 to 419296562

Checking for bad blocks (read-only test): done

Pass completed, 0 bad blocks found.

[root@test ~]#

다행이 HDD에는 문제가 없다.

[root@test ~]# umount /dev/sda

[root@test ~]# fsck -y /dev/sda

[root@test ~]# sync | sync | reboot 

해주면 된다.





반응형