On 18-09-15 20:49:43, Bob Goodwin wrote:
On 09/15/18 18:28, stan wrote:
It could still be a hard drive problem, where the installed OS
resides.  If there are bad locations in critical areas, it could be
doing flaky things. Try running a non destructive check from the live session on the unmounted drive, e2fsck for ext2-4 filesystems. There's
also a utility that gives the drive diagnostics, smartctl.  Both have
man pages, and the web is always there, too.
+
e2fsck /dev/sda1 reports clean, and it looks like smartctl is not present.

Live systems allow installing software.

You can also read the entire disk.  A bad sector will cause an error
and stop the read, so if this completes, the disk is working:

dd if=/dev/sda of=/dev/null bs=1M status=progress

Do this for each drive (as shown by `ls /dev/sd?`).  You can still use
the system while this is running.

--
____________________________________________________________________
TonyN.:'                       <mailto:tonynel...@georgeanelson.com>
      '                              <http://www.georgeanelson.com/>
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to