From post #62 it is an AF disk. It looks like the problems are with two physical sectors (equivalent to 16 logical sectors) at LBA 1805655232 and 1805655240.
In my post (#60 in this thread) there is a link to a thread at Hummy.TV. It is post #6 in that thread that has the instructions.
You need to do the following from Telnet:
Unmount the partition in question. In your case:
umount /dev/sda2
Then try reading the first logical sector in question:
hdparm --read-sector 1805655232 /dev/sda
Fix-disk has probably fixed this first sector so you will likely get lots of zeroes returned. If it is OK then try to read the next sector:
hdparm --read-sector 1805655233 /dev/sda
If you get a read error you need to overwrite this sector:
hdparm --write-sector 1805655233 --yes-i-know-what-i-am-doing /dev/sda
Then read the next sector and overwrite if you get a read error. Doing this up to LBA 1805655239 should fix the first physical sector. As you also seem to have a bad sector starting at LBA 1805655240 you will need to follow the same procedure from there up to LBA 1805655247, using the command to write the sector if you get a read failure. When you stop getting read errors (probably at LBA 1805655248) you can stop. Then reboot and see if you can do a disk check: start with the quick Humax one and see if it completes without giving you an error code. If OK it would be a good idea to run fix-disk again.
| Mon 8 Feb 2016 20:22:30
#65 |