I run Ubuntu 14.04 on Asus S400 laptop that has /root
at the 20Gb SSD drive. While /home
directory is mounted onto the SSD drive, the directories are placed onto a 500Gb drive via symlinks.
When I boot the computer, it goes into GRUB and offers to load Ubuntu or run memory tests (memtest+86). I go to Advanced Options for Ubuntu and choose to run the recovery mode. When I go to fsck
(Check all file systems) I'm getting the following errors:
...
ata2.00: status: { DRDY ERR }
ata2.0: error: { UNC }
end_request: I/O error, dev sdb, sector 41946208
However, when I boot from a Ubuntu USB key I can see the drive directory structure as well as run tests on it.
Any suggestions on how to resolve the problem? Any picks on diagnostics and recovery tools are very appreciated.
install-grub
I'm getting-sh: 1: install-grub: not found
. Onupdate-grub
the result is/usr/bin/grub-probe: error: failed to get canonical path of '/dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx'
– MHT Sep 16 '14 at 17:09