<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"></head>Hi Jim,<br>
<br>
I looked at the man page for badblocks.  badblocks -n looks promising.  Can I run that on a mounted file system?  Also, is there something I can use to test the swap area, which, in my case, is an 8 GB FILE?  Or, will badblocks include this area in this case?<br>
<br>
Sincerely,<br>
<br>
Ron<br>
<br>
<br>
--<br>
<br>
Sent from my Android Acer A500 tablet with bluetooth keyboard and K-9 Mail.<br>
Please excuse my potential brevity.<br>
<br>
(To whom it may concern.  My email address has changed.  Replying to former<br>
messages prior to 03/31/12 with my personal address will go to the wrong<br>
address.  Please send all personal correspondence to the new address.)<br>
<br>
(PS - If you email me and don&#39;t get a quick response, you might want to<br>
call on the phone.  I get about 300 emails per day from alternate energy<br>
mailing lists and such.  I don&#39;t always see new email messages very quickly.)<br>
<br>
Ron Frazier<br>
770-205-9422 (O)   Leave a message.<br>
linuxdude AT <a href="http://techstarship.com">techstarship.com</a><br>
<br><br><div class="gmail_quote">Jim Kinney &lt;jim.kinney@gmail.com&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<p>Badblocks has a read only mode that&#39;s safe for mounted systems. It&#39;s not as thorough as the rw version as it doesn&#39;t know what&#39;s supposed to be in a block.</p>
<div class="gmail_quote">On May 11, 2012 10:01 AM, &quot;Ron Frazier (ALE)&quot; &lt;<a href="mailto:atllinuxenthinfo@techstarship.com">atllinuxenthinfo@techstarship.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Jim,<br>
<br>
Isn&#39;t there anything I can run while the file system is mounted?  Read only analysis would be fine.<br>
<br>
In defense of my old (computer) lady, she&#39;s still kickin&#39; pretty good after 10 years.  It&#39;s a toshiba laptop.  Of course, I&#39;ve added some upgrades here and there.  The display hinges broke, but it works fine with an external monitor.  It has a Pentium 4 single core processor at 2.4 Ghz, 1 GB of ram, and a 320 GB (I think) hdd.  I don&#39;t even want to talk about the price of such a machine in 2002, but it wasn&#39;t pretty.  She actually runs Ubuntu 11.04 and Windows XP pretty well.  Starting up the system or large programs is a bit slow, but once they&#39;re running, it works pretty well.  I started to say I could watch hulu on her, but, when I went back and tested it, the video is pretty jerky.  I guess the new versions of flash are just too much of a cpu hog.  I think 1/4 frame video at 30 fps would probably work, but I can&#39;t figure out how to shrink a hulu screen.  I think you can shrink a netflix video to a small size.  She has no problem keeping my wireless internet busy at 16 Mb!<br>

 ps.<br>
<br>
I&#39;ve thought of retiring her, but it just seems so heartless.  Nowdays, she runs Ubuntu all the time so I can jump over there and test things even though I may have Windows running on the other machines.<br>
<br>
Sincerely,<br>
<br>
Ron<br>
<br>
<br>
Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt; wrote:<br>
<br>
&gt;Try badblocks in Linux. NOTE: that is dangerous to use on a mounted<br>
&gt;system.<br>
&gt;<br>
&gt;OR - pull the drive into a newer system that has a bios that can handle<br>
&gt;it.<br>
&gt;<br>
&gt;(seriously - dude! upgrade that dinosaur! it sucks down power like mad<br>
&gt;doing very little)<br>
&gt;<br>
&gt;On Fri, May 11, 2012 at 1:41 AM, Ron Frazier (ALE) &lt;<br>
&gt;<a href="mailto:atllinuxenthinfo@techstarship.com">atllinuxenthinfo@techstarship.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi guys,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m running routine diagnostics on my hard drives. My normal practice<br>
&gt;is<br>
&gt;&gt; to run SpinRite on them, which reads each sector, then refreshes the<br>
&gt;&gt; magnetic fields by inverting and writing and inverting and writing<br>
&gt;them<br>
&gt;&gt; again (in the particular mode I&#39;m using). Thus, every bit is tested<br>
&gt;both<br>
&gt;&gt; with a 0 and 1 and all the original data is refreshed. I don&#39;t want<br>
&gt;to get<br>
&gt;&gt; into a discussion as to the merits of this at the moment. I&#39;m<br>
&gt;convinced<br>
&gt;&gt; it&#39;s a good idea. My problem is that I have one computer that&#39;s so<br>
&gt;old and<br>
&gt;&gt; the bios is so old and the hdd is so big, that SpinRite complains<br>
&gt;because<br>
&gt;&gt; the bios cannot access the whole drive. So, SpinRite won&#39;t run. Once<br>
&gt;&gt; Windows or Linux starts up, those systems can access the whole hdd.<br>
&gt;&gt; However, SpinRite runs strictly at the dos / bios level from a<br>
&gt;bootable CD.<br>
&gt;&gt;<br>
&gt;&gt; At the very least, I want to do a surface analysis be reading each<br>
&gt;sector.<br>
&gt;&gt; That, at least, will let the hdd controller review each sector and<br>
&gt;&gt; determine if it thinks there are any problems. In Windows, I can<br>
&gt;start a<br>
&gt;&gt; chkdisk, either graphically or on the command line, and specify the<br>
&gt;surface<br>
&gt;&gt; analysis option, and it will accomplish my goal.<br>
&gt;&gt;<br>
&gt;&gt; My problem is on the Linux side of the fence. I don&#39;t know how to do<br>
&gt;what<br>
&gt;&gt; I want there. I need to force the hdd to read all the sectors on the<br>
&gt;EXT4<br>
&gt;&gt; main partition as well as the swap partition. Of course, I&#39;m wanting<br>
&gt;to do<br>
&gt;&gt; all this nondestructively. So, I&#39;m wondering exactly what a long<br>
&gt;smart test<br>
&gt;&gt; does, and whether it will accomplish my goal. It not, what would you<br>
&gt;&gt; recommend?<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance.<br>
&gt;&gt;<br>
&gt;&gt; Sincerely,<br>
&gt;&gt;<br>
&gt;&gt; Ron<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;--<br>
&gt;--<br>
&gt;James P. Kinney III<br>
&gt;<br>
&gt;As long as the general population is passive, apathetic, diverted to<br>
&gt;consumerism or hatred of the vulnerable, then the powerful can do as<br>
&gt;they<br>
&gt;please, and those who survive will be left to contemplate the outcome.<br>
&gt;- *2011 Noam Chomsky<br>
&gt;<br>
&gt;<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.blogspot.com/</a><br>
&gt;*<br>
<br>
<br>
<br>
--<br>
<br>
Sent from my Android Acer A500 tablet with bluetooth keyboard and K-9 Mail.<br>
Please excuse my potential brevity.<br>
<br>
(To whom it may concern.  My email address has changed.  Replying to former<br>
messages prior to 03/31/12 with my personal address will go to the wrong<br>
address.  Please send all personal correspondence to the new address.)<br>
<br>
(PS - If you email me and don&#39;t get a quick response, you might want to<br>
call on the phone.  I get about 300 emails per day from alternate energy<br>
mailing lists and such.  I don&#39;t always see new email messages very quickly.)<br>
<br>
Ron Frazier<br>
<a href="tel:770-205-9422" value="+17702059422">770-205-9422</a> (O)   Leave a message.<br>
linuxdude AT <a href="http://techstarship.com" target="_blank">techstarship.com</a><br>
<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>
</blockquote></div></html>