View Single Post

  #2 (permalink)  
Old 05-08-2006, 03:54 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

At repair file system prompt you need to run fsck command on filesystem. For example:
Code:
fsck /
OR
Code:
fsck /dev/sdaX
Replace /dev/sdaX with your actual partition name. Use fdisk -l command to get list of partitions. Run fsck command on partitions and reboot system. It should solve your problem

See for more info:
http://www.cyberciti.biz/nixcraft/vi...ext3-file.html
Reply With Quote