Results 1 to 4 of 4
hey
i think i have a problem with my h.d but im not sure ,so i detail my problem :
when i run the "find / -name *.aaa" i got ...
- 07-21-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 33
h.d problem
hey
i think i have a problem with my h.d but im not sure ,so i detail my problem :
when i run the "find / -name *.aaa" i got this error : "find: /etc/blkid.tab: Input/output error" and so on for another some files...
am i right ? there is phisicaly problem on my h.d ?
and if its not phisicaly problem there is a way to fix it ?
thanks !
- 07-21-2007 #2
Before going to say there is physical problem , do you have a Linux live CD like knoppix or Slax ?
boot from on of them and run (for ext2 or ext3 )
e2fsck -c -n /dev/hda1 ( or what you have )
-c is the Bad block checking
-n is to don't make any changes to the filesystem
For reiserfs use fsck.reiserfs without any arguments
and post about the news.
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 07-21-2007 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 33
its says that the file system have errors ..
how can i fix it ?
does i need 2 backup all the h.d before im doing this ?
thanks !
- 07-22-2007 #4
it depends wish errors you get ? you can try to fix them even without backup !
but if they are physical damage so there is nothing you can do.
RegardsLinux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote