<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'><br><john.modec@xtra.co.nz><br>&gt; A few minutes ago, all power went off here. I was booting my Ubuntu <br>&gt; system at the time. It took out that and the Centos server where my <br>&gt; website is hosted. After power was restored, the Centos machine came <br>&gt; back up with a little help, but Ubuntu is reporting bad blocks.<br>&gt; <br>&gt; An error came up saying:<br>&gt; /dev/hda1 UNEXPECTED INCONSTENCY ; RUN fsck MANUALLY<br>&gt; (i.e. without -a or -p options)<br>&gt; <br><br><br>One of those helpful error messages that actually tells you what to do!<br><br>Without knowing your fstab and so what /dev/hda1 mounts as, I'd suggest you boot using an Ubuntu CD&nbsp; then simply run:<br># umount /dev/sda1<br># fsck -Cy /dev/sda1<br><br>If you're in the Ubuntu CD you will be able to check the manpage before running these if you're concerned.&nbsp; For fsck, the -C is to display progress bar and the -y is to automatically fix stuff if required.<br><br>Good luck!<br></john.modec@xtra.co.nz></div></body></html>