Gradius2 Posted January 18, 2009 Posted January 18, 2009 (edited) Please make sure you've READ the Read-Me-First Sticky FIRST!The Solution for Seagate 7200.11 HDDs (final and revised version):* Spanish Version here / Versión en Español aquí.* Italian Version here / Versione Italiana qui.Attention: This guide might not be to everyone. Is not hard to KILL your HD if you don't follow the instructions with extreme caution. I'm NOT responsible for any damage or data loss it can happen (so far no one lost anything, but accidents can occur).There are two common errors on Seagate 7200.11 HDDs (caused by bugs on firmware):- 0 LBA error: it happens when your BIOS can recognize your HDD at POST moment, but as an 0MB drive.- BSY error: it happens when your HDD enter on a halt state, or BuSY state. In this condition, your HDD will not be recognized by BIOS at POST moment.Seagate's explanation:DescriptionAn issue exists that may cause some Seagate hard drives to become inoperable immediately after a power-on operation. Once this condition has occurred, the drive cannot be restored to normal operation without intervention from Seagate. Data on the drive will be unaffected and can be accessed once normal drive operation has been restored. This is caused by a firmware issue coupled with a specific manufacturing test process.Root CauseThis condition was introduced by a firmware issue that sets the drive event log to an invalid location causing the drive to become inaccessible.The firmware issue is that the end boundary of the event log circular buffer (320) was set incorrectly. During Event Log initialization, the boundary condition that defines the end of the Event Log is off by one. During power up, if the Event Log counter is at entry 320, or a multiple of (320 + x*256), and if a particular data pattern (dependent on the type of tester used during the drive manufacturing test process) had been present in the reserved-area system tracks when the drive's reserved-area file system was created during manufacturing, firmware will increment the Event Log pointer past the end of the event log data structure. This error is detected and results in an "Assert Failure", which causes the drive to hang as a failsafe measure. When the drive enters failsafe further update s to the counter become impossible and the condition will remain through subsequent power cycles. The problem only arises if a power cycle initialization occurs when the Event Log is at 320 or some multiple of 256 thereafter. Once a drive is in this state, there is no path to resolve/recover existing failed drives without Seagate technical intervention. For a drive to be susceptible to this issue, it must have both the firmware that contains the issue and have been tested through the specific manufacturing process.Corrective ActionSeagate has implemented a containment action to ensure that all manufacturing test processes write the same "benign" fill pattern. This change is a permanent part of the test process. All drives with a date of manufacture January 12, 2009 and later are not affected by this issue as they have been through the corrected test process.RecommendationSeagate strongly recommends customers proactively update all affected drives to the latest firmware. If you have experienced a problem, or have an affected drive exhibiting this behavior, please contact your appropriate Seagate representative. If you are unable to access your data due to this issue, Seagate will provide free data recovery services. Seagate will work with you to expedite a remedy to minimize any disruption to you or your business.You'll need:- 1 (one) adapter ($4)http://alldav.com/index.php?main_page=prod...;products_id=11I used this adapter ($13.95, yep expensive):http://www.sparkfun.com/commerce/product_i...products_id=449- 1 (one) RS232 cable ($3.78):http://www.cispc.com/ssproduct.asp?pf_id=10480908or (buy a RS232 to TTL adapter, or FT232BM/BL, not need both!)- 1 (one) FT232BM/BL adapter (check below) and USB cable ($12.47):http://shop.ebay.com/?_from=R40&_trksi...-All-CategoriesAny other similar adapter will works fine, just need to be +3.3V DC (+5V will works too, but I recommend 3.0~3.3V). Is possible to find USB to TTL adapters too, they do USB to RS232 internally and then it converts to TTL. For example, some users used a cellular data cable for PC (lots them do RS232 to TTL).- 1 (one) USB cable ($3.99):http://www.optimization-world.com/details/prodid/320.html- 1 (one) kit of Ten 5" Jumpers and 20 Headers ($5):http://www.hobbyengineering.com/H2362.html- 1 (one) mini Torx 6 screw driver ($3.29):https://www.acehardwareoutlet.com/(jv21u13p...spx?SKU=2167237- Soldering stuff (optional). Use 60W max.You can buy a complete kit for $7.99 here:http://www.radioshack.com/product/index.js...rodsInSession=1The rest:- 1 (one) computer with Terminal software (like HyperTerminal or similar) and a RS232 or USB port.- A fixed firmware from Seagate here (Released in 22/01/2009 and 24/01/2009 for all affected drives).- A little bit of patience and practice. TX and RX connections from a SATA Seagate 3.5":Photo with the real drive:Connect TX and RX ports with RS232 to TLL adapter, you'll need something like jumpers in order to do that, or soldering directly to the PCB board. Connect GND and +5V to PC power supply, or similar. Keep in mind those are direct from Seagate sides, so you'll need to connect in this way:- From PC (TX) to >>> RX (on Seagate)- From PC (RX) to >>> TX (on Seagate)You can use RED wire (+5V) from PC power supply. Blacks are GNDs (yellow is +12V so don't use it).If you don't want to mess with power supply, just use a CR2032 (3V) battery:https://www.isaleproducts.com/p-7709-3v-lit...ll-battery.aspxAn idea of whole setup (I used an USB to RS232 too):Run HyperTerminal (or your favourite terminal software).Configure the RS232 port to: 38400 8 N 1 (like this one):Fixing 0 LBA error:Note: All commands are case sensitive !To correct 0 LBA error, you'll need to do a quick format in order to regenerate the partition, just with m0,2,2 and the rest can be left blank by putting only commas or filling out with zeros. At the end you need to use a "ValidKey" code, or 22.Attention: The commands must be used 100% equal as showed here, wrong cmds could lead to data loss or HD loss! Double or triple check the cmd before to press enter!So we'll have to enter:F3 T>m0,2,2,0,0,0,0,22 (enter)For reference: F3 T>m does:Level T 'm': Rev 0001.0000, Flash, FormatPartition, m[Partition],[FormatOpts],[DefectListOpts],[MaxWrRetryCnt],[MaxRdRetryCnt],[MaxEccTLevel],[MaxCertifyTrkRewrites],[ValidKey]Now wait 15~30 seconds until something like this appears (it will vary a bit):Max Wr Retries = 00, Max Rd Retries = 00, Max ECC T-Level = 00, Max Certify Rewrite Retries = 0000User Partition Format 5% complete, Zone 00, Pass 00, LBA 00008DED, ErrCode 00000080, Elapsed Time 0 mins 05 secsUser Partition Format Successful - Elapsed Time 0 mins 05 secsONLY after the message like above you can turn off everything.Fixing BSY or CC errors aka BUSY (I recommend some practice before trying this):Note: All commands are case sensitive !First, make sure you have your hard drive accessible; on a table with open access to the drive is best.Second, you need to remove the PCB (Printed Circuit Board) from HDA case using a Mini Torx 6 screw driver.Third, connect RX & TX cables from your RS-232 adapter, verify that all is correct, and then connect the power supply to Hard drive circuit board.Explanation: The problem with the drive is that the drive is stuck/halt in a BUSY state. This basically locks up the SATA port, causing the BIOS problem (cannot detect the drive at POST). In the terminal, you will see this sort of error (LED: 000000CC FAddr: 0024A051). Once you see this in the terminal, the terminal session to the drive is completely blocked and will not accept any more commands. In order to circumvent this, we'll need to disconnect the PCB (circuit board) from the hard drive case so that the LED: 000000CC FAddr: 0024A051 command cannot be sent from the firmware of the terminal session.After you have connected the power to the circuit board, press CTRL+Z in your HyperTerminal session. You should now see a prompt like this:F3 T>If you do not see this prompt, check your RS-232 connections to the drive. (you may have the TX and RX flipped).Now we'll need to access the Level 2, type:F3 T>/2 (enter)F3 2>And type (to spind down the motor):F3 2>Z (enter)Spin Down CompleteElapsed Time 0.147 msecs (the time will vary here)F3 2>Now the tricky part. Pratice a lot without any power before even trying this. You need to make sure that the screws don't touch the PCB board where they aren't suppose to or you will fry your PCB board. If you have been practicing and the power is not connected, start at STEP ONE.With the POWER CONNECTED to the PCB board, as well as your TX/RX terminal wires, mount the board back on the HDA case. You must have the power connected when you do this.Now type (to start the motor):F3 2>U (enter)You should get something like this:Spin Up CompleteElapsed Time 7.093 secsF3 2>Then go to Level 1 (by typing /1):F3 2>/1 (enter)Now lets do a S.M.A.R.T. erase (create S.M.A.R.T. sector):F3 1>N1 (enter)-------------------------------------------------------------------------------------G-List step is optional:Skip G-List step first, if after proceeding the whole BSY fix and the drive still remains under BSY error, then you'll need to repeat BSY process with G-List command below.G-List Erase (Fix Defect List):F3 1>/T (enter)F3 T>i4,1,22 (enter)For reference:Level T 'i': Rev 0001.0000, Overlay, InitDefectList, i[DefectListSelect],[saveListOpt],[ValidKey]-------------------------------------------------------------------------------------Power OFF/ON the drive (very important!)Wait 10 seconds and now Power ON your drive.Press CTRL+Z on terminal and type:Partition regeneration:F3 T>m0,2,2,,,,,22 (enter)For reference:Level T 'm': Rev 0001.0000, Flash, FormatPartition, m[Partition],[FormatOpts],[DefectListOpts],[MaxWrRetryCnt],[MaxRdRetryCnt],[MaxEccTLevel],[MaxCertifyTrkRewrites],[ValidKey]You should get something like (in around 15~30 seconds):Max Wr Retries = 00, Max Rd Retries = 00, Max ECC T-Level = 14, Max Certify Rewrite Retries = 00C8User Partition Format 10% complete, Zone 00, Pass 00, LBA 00004339, ErrCode 00000080, Elapsed Time 0 mins 05 secsUser Partition Format Successful - Elapsed Time 0 mins 05 secsIf you didn't get the msg above, then you skipped something important, and turning off your drive now will render an unreadable drive, so be careful.ONLY after the message like above you can turn off everything.A direct guide for BSY error (with photos):http://www.msfn.org/board/index.php?showto...8807&st=100Keep in mind I did my best to compile all this information and provide more and better details.GradiusInformation Added 10 may 2010:If you have any problem following this guide please read first the Seagate Barracuda 7200.11 READ_ME_FIRST topic!This post has been promoted to an article Edited May 11, 2012 by Gradius2 Link added
Shuky Posted January 18, 2009 Posted January 18, 2009 My ST3320613AS is also not affected, but 0 LBA is show ,and now repaired;)
Fuzzy_3D Posted January 18, 2009 Posted January 18, 2009 (edited) Thanks For putting this together Gradius.For those who can't find the "RS232 to TTL" board locally, there are plenty of them on ebay, just search for "RS232 -usb" or "MAX232"Also, make sure its rated for 5v, then you can power it from your PSU.And if anyone can find the little jumper cables on ebay too, please post a link.In Windows XP SP3, the HyperTerminal is in "C:\Program Files\Windows NT\hypertrm.exe" Edited January 18, 2009 by Fuzzy_3D
DerSnoezie Posted January 18, 2009 Posted January 18, 2009 (edited) Great job Gradius! And why did the guy above quote the entire fix?! Edit:LOLBTW Maybe you should PM the moderator to ask if this topic could also be moved to the "sticky" section. Edited January 18, 2009 by DerSnoezie
kadolf Posted January 18, 2009 Posted January 18, 2009 Gradius, you are a hero! If Seagate won't repair my drive (their tool thinks I'm not affected...) I'll have to use this method.Is it true, that I have to use a partition recovery tool after doing the steps against the 0 LBA error? I ask because the affected drive was part of a RAID0 - are such tools able to recover partitions on a RAID0-drive?
Shuky Posted January 18, 2009 Posted January 18, 2009 Great job Gradius! And why did the guy above quote the entire fix?!because, i am gsustek from hddguru,and i qouted,by mistake;)
Gradius2 Posted January 18, 2009 Author Posted January 18, 2009 If you're in Chile this one should do the work:http://www.olimex.cl/product_info.php?products_id=174Official site:http://www.sparkfun.com/commerce/product_i...products_id=449Connector for Seagate (you'll need to assembly the cable):http://www.olimex.cl/product_info.php?products_id=451To get +5V from Molex connector:http://www.olimex.cl/product_info.php?cPat...products_id=453Gradius
dskbrk Posted January 18, 2009 Posted January 18, 2009 Question: when you say 'POWER OFF/ON' you mean to unplug and replug the ALI molex from the HD PCB? or turn off the pc? Should be the molex already on the HD PCB when you connect to the HD via terminal?
Anth Posted January 18, 2009 Posted January 18, 2009 Hey Gradius2,You could be a hero if i can recover my data (ANY of it) with this.After the above steps, it that the proceedure complete and the drive ready to connect to the pc or is there then more steps to get my data back.Thanks
Gradius2 Posted January 18, 2009 Author Posted January 18, 2009 (edited) A HyperTerminal mini-guide:For Windows XP users, you'll find it here:Accessories > Communications > HyperTerminalOr under RUN, copy&paste: "C:Program FilesWindows NThypertrm.exe" (enter)Configuring HyperTerminal:Just ignore this one, isn't useful anymore (that was used back in BBS time):Press CANCEL and then YES, and finally OK. You'll have this screen:Type Seagate (if you want, any name is fine here).If you get the same screen (1st one), just do the same: Cancel, Yes, ok.Now choose the COM port, generally you'll use COM2 (check your computer devices to know the port available). If you don't have ANY COM, you'll need to buy an USB to RS232 adaptor.So, I'll use COM2:Press OK.Now the speed, just let it like that:And press OK.Under View, select a smaller font, like 9.You should get something now as soon you make a connection with Seagate HDD (and everything is connected of course).Keep in mind, be real careful and don't even try this if you're afraid.GradiusHey Gradius2,You could be a hero if i can recover my data (ANY of it) with this.After the above steps, it that the proceedure complete and the drive ready to connect to the pc or is there then more steps to get my data back.ThanksAfter all that, your drive will be ready to use it again (before the state of this stupid error).Since there is NO stable firmware (of fixed firmware) until date (thanks $eagate!), I recommend to backup your datas as soon you recovery the HDD. Edited January 21, 2009 by Gradius2
Anth Posted January 18, 2009 Posted January 18, 2009 Thanks Gradius2,As soon as i get it up the data will be going straight onto my 1TB WD drive till I get a new drive n the STM3500320AS will be consigned to the bin, Im not prepared to risk any of my data with Seagate/Maxtor again.Thanks Again Anth
Gradius2 Posted January 18, 2009 Author Posted January 18, 2009 (edited) Gradius, you are a hero! If Seagate won't repair my drive (their tool thinks I'm not affected...) I'll have to use this method.Is it true, that I have to use a partition recovery tool after doing the steps against the 0 LBA error? I ask because the affected drive was part of a RAID0 - are such tools able to recover partitions on a RAID0-drive?You need to regenerate the partition, but it changed very few information there, so it shouldn't alter any useable data (your files) resident on HDD.Doesn't matter if your HD was RAID 0 or not. This is a firmware bug so we're just recovering the mess Seagate did.Btw, my brother live in Germany (he's german now). It's a very nice and beautiful country. GradiusThanks Gradius2,As soon as i get it up the data will be going straight onto my 1TB WD drive till I get a new drive n the STM3500320AS will be consigned to the bin, Im not prepared to risk any of my data with Seagate/Maxtor again.Thanks Again AnthNo problem. I'll order my RS232 TTL now, but it should only arrieve after 27th.If anyone try this guide (before than me), please comment if you had some difficulty, or something like that. The hardest part I see is to re-connect the PCB back to HDA while is still under power.Gradius Edited January 20, 2009 by puntoMX
Fuzzy_3D Posted January 18, 2009 Posted January 18, 2009 No problem. I'll order my RS232 TTL now, but it should only arrieve after 27th.If anyone try this guide (before than me), please comment if you had some difficulty, or something like that. The hardest part I see is to re-connect the PCB back to HDA while is still under power.GradiusI just ordered an RS232 board, but I'm gonna wait till all the kinks are ironed out. Maybe someone with basic programming skills will release a simple GUI/program that automates the whole thing.As for mounting the logic board, I'd use a teflon strip on the motor contacts, and pull it once the 2 screws next to either contact grids are secured down.
Shuky Posted January 18, 2009 Posted January 18, 2009 (edited) Thanks Gradius2,As soon as i get it up the data will be going straight onto my 1TB WD drive till I get a new drive n the STM3500320AS will be consigned to the bin, Im not prepared to risk any of my data with Seagate/Maxtor again.Thanks Again AnthNo problem. I'll order my RS232 TTL now, but it should only arrieve after 27th.If anyone try this guide (before than me), please comment if you had some difficulty, or something like that. The hardest part I see is to re-connect the PCB back to HDA while is still under power.Gradiuspeace of cake, just turn betwen motor connector and pcb, visit card, unscrew little bit , and thas it, it works for me.I do this but just 0lba problem, gsustek, did you remember me? Hddguru, so, send me link to document of seagate commands. Edited January 18, 2009 by Shuky
fatlip Posted January 18, 2009 Posted January 18, 2009 Alright everyone. The BUSY state REMOVAL WORKS PERFECTLY! As I suspected, my friends drive was locked in BUSY state. 3 minutes (and some careful placement of the PCB board) I successfully unlocked the drive. This drive does not have an LBA=0 issue, so I was not able to try that. Thanks,Fatlip
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now