<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">With "smartctl -a /dev/mydevice", I can only see this information:<div><br></div><div>==========================</div><div>197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       1<br>198 Offline_Uncorrectable   0x0030   200   200   000    Old_age   Offline      -       6<br><div>==========================<br></div><div><br></div><div>Is there any way to know which exact sectors are affected?</div></div></div></blockquote><div><br></div>Not with smartmontools, to my current knowledge. <br></div><div class="gmail_quote">But you could use "dd" or some other disk tools/commands. dd should output when a read error occurs and should also print the sector(s). Look at the manpage and use "noerror".<br></div></div>