View Single Post

  #4 (permalink)  
Old 12-07-2007, 11:00 AM
virendra virendra is offline
Junior Member
User
 
Join Date: Dec 2007
My distro: Debian
Posts: 12
Rep Power: 0
virendra is on a distinguished road
Default

try using the following command

#/sbin/fsck

#/sbin/e2fsck


u should be able to check the disk for errors

*****************IMP*****************

u cannot run these command when the file system is mounted

umount all the partitions and bring it to single user mode

#init s
or
#init 1

and then run any of these commands
Reply With Quote