About two months ago I created a dual boot on my HP Pavilion x360 with Windows 10 and Ubuntu 16.04. On Friday, my laptop wouldn't boot and told me it couldn't find the OS. I ran the diagnostics provided through HP and it told me that SMART tests would pass but the Long DST was failing.
I got Ubuntu 18.04 on a USB and that's what I'm currently on. With that, I ran the Ubuntu-provided diagnostic on my harddrive. It fails the self-test but all the individual tests say they're OK. Is my hard drive failing? Could this be caused by a bad partition? Which test is causing the assessment to fail?
I'm a new Ubuntu user. This is really the first time I've used it. Thanks!
– Alex Mertz Jun 18 '18 at 17:45Inodes that were part of a corrupted orphan linked list found.
/dev/sda6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
sudo badblocks -sv /dev/sda6
and gotPass completed, 128 bad blocks found. (128/0/0 errors)
I ran fsck for my linux partition manually, and it fixed a bunch of things. I'm not really sure what it means though. I can post it but it's a lot of lines I'd need to type out by hand.
– Alex Mertz Jun 18 '18 at 18:08"Unable to read the contents of this file system! Because of this some operations may be unavailable. The cause might be a missing software package. The following list of software packages is required for ntfs file system support: ntfs-3g / ntfsprogs."
I ran
sudo apt-get install ntfs-3g
and thensudo ntfsfix /dev/sda3
. The partition "was processed successfully", so I refreshed GParted and it still gave me the same error/warning.I'm thinking that partition might just be officially useless?
– Alex Mertz Jun 18 '18 at 19:09