Once the fix-disk run is complete, you can force the sector to be "repaired" (ie, relocated and probably zeroed) at the maintenance mode command line:
This is equivalent to the command that fix-disk would have used if you'd hit Y, especially if you actually include the disk device name.
Code:
umount -l /dev/sda2
hdparm --write-sector 1269938081 --yes-i-know-what-i-am-doing /dev/sda
Last edited: