Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Seagate Different Commands For Repairing Bad Sectors

June 9th, 2017, 13:07

Hi
For repairing bad sectors before m0 format commands
use this command to erase all sectors
/A --> Level A
W,,,13
W = Write
13 = 10011 = Continue On Error, Dynamic Sparing, Test All Space
and after that use this command to spare weak and bad sectors
/A --> Level A
R,,,13
R = Read
13 = 10011 = Continue On Error, Dynamic Sparing, Test All Space
Post a reply