Radomir, thank you so much for your patience and help!<br><br>I ran "fsck" while logged in as root. It said:<br><br>fsck 1.40.2...<br>e2fsck 1.40.2...<br>/dev/sda1: clean, 102623/694880 files, 494744/1389614 blocks"
<br><br>Then I ran "fsck -c" and it said <br><br>"Checking for bad blocks (read-only test)" and had numbers counting. Then it started displaying a lot of cryptic information, the only lines of which I recognized were several "...Buffer I/O error on device sda1, logical block...."
<br><br>Then it said "done". Then <br><br>"Pass 1: Checking inodes, blocks and sizes<br>Pass 2: chekcing directory structure<br>Pass 3: Checking directory connectivity<br>Pass 4: Checking reference counts<br>
Pass 5: Checking group summary information<br>Free blocks count wrong for group #23 (25450, counted=25448). Fix?"<br><br>I answered "yes" to that question, and 3 more of similar nature. Then it said:<br><br>
"/dev/sda1: *******FILE SYSTEM WAS MODIFIED******<br>/dev/sda1: ******* REBOOT LINUX ************<br>/dev/sda1: 102625/694880 files (0.6% non-contiguous), 494771/1389614 blocks"<br><br>I wasn't sure if that meant it's repaired or not, so I again tried "apt-get install linux-686" and received messages about it not being able to write to files. So I ran "mount / -o rw, remount" and the apt-get again, and it displayed a few lines, at the end of which it said "E: Couldn't find package linux-686" I Googled and found "aptitude install linux-686" and ran that; it seemed to do more stuff, but still couldn't find the package.
<br><br>So I guess the good news is that my system seems to be repaired/working and now I just have to figure out how to get the 686 kernel (assuming that will help my slow performance).<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Tue, Nov 27, 2007 at 10:45:36AM -0800:<br>> > Mon, Nov 26, 2007 at 09:12:40PM -0800:<br>> > > install a kernel for a 686. The documentation said to type "sudo<br>> > > apt-get install linux-686" from the command line. I was logged in as
<br>> > > root, so I typed the above w/out "sudo". I got a bunch of errors, all<br>> > > of which contained the text "Buffer I/O error on device sda1, logical<br>> > > block".
<br>> ><br>> > I don't want to worry you, but these kinds of errors usually mean<br>> > a hardware failure of the sda1 disk (probably a hard disk in this case).<br>> ><br>> > Try booting in the recovery mode and running fsck on that disk, possibly
<br>> > with -c option to check for bad blocks.<br><br>> I typed "fsck" into the command line and hit return, and got the following:<br>><br>> "fsck 1.40.2 (12-Jul-2007)<br>> e2fsck 1.40.2
(12-Jul-2007)<br>> /dev/sda1 is mounted.<br>> WARNING! Running e2fsck on a mounted filesystem may cause SEVER filesystem<br>> damage. Do you want to continue?"<br><br>> That sounded scary so I said "no". Should I say "yes" to that question?
<br><br>Yes, it's normal, forgot to tell you about it. Type 'mount' to make sure<br>the partition is mounted read-only (it should be in the recovery mode, but<br>better safe than sorry). If it is not, type:<br>
<br> mount / -o ro,remount<br><br>this should remount it in read-only mode, making sure that the filesystem<br>is not corrupted during checking. An alternative would be booting from<br>a livecd, then the system is not mounted, but with your specs this might
<br>be slow. So, make sure it's read only and answer 'yes' to that question.<br><br>> If my disk is bad, did I ruin it by changing from Windows to Linux?<br><br>That's not possible, it's a physical fault.
<br><br>> Can<br>> damage like that be caused by the disk running for too long? (It was on for<br>> almost a day while I was trying different install methods.)<br><br>Only if there is something wrong with cooling or you kept it in posistion
<br>where proper cooling was not possible.<br><br>> I didn't have<br>> too many problems w/ XP on it, but maybe they were there and I didn't know<br>> about it until now. If the disk is bad, how was Linux able to be installed
<br>> at all?<br><br>We are not sure if it's bad. That's the usual reason for these errors, but<br>there can be other -- that's why you're running a disk check. Also, if<br>only some parts of the disk are bad, fsck can mark them as such and the
<br>system will just not use them for storing data.<br><br>--<br>Radomir `The Sheep' Dopieralski <<a href="http://sheep.art.pl" target="_blank">http://sheep.art.pl</a>><br>() ascii ribbon campaign - against html e-mail
<br>/\ <<a href="http://www.asciiribbon.org" target="_blank">www.asciiribbon.org</a>> - against proprietary attachments</blockquote></div><br>