123
刚刚去过 发新帖
楼主: kevin276 - 

[分享] 希捷F3终端命令及错误代码集锦

[复制链接]

该用户从未签到

0

主题

22

回帖

29

积分

[INTOHARD]工兵

Rank: 1

积分
29
发表于 2019-9-4 21:58:57 | 显示全部楼层
都是英文,看不懂[s:206]
回复 支持 反对

使用道具 举报

  • TA的每日心情
    开心
    2020-3-26 13:35
  • 签到天数: 1 天

    [LV.1]布衣百姓

    0

    主题

    6

    回帖

    6

    积分

    [INTOHARD]工兵

    Rank: 1

    积分
    6
    发表于 2020-3-26 13:09:16 | 显示全部楼层
    谢谢分享,感恩
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    7

    主题

    355

    回帖

    222

    积分

    [INTOHARD]排长

    Rank: 3Rank: 3

    积分
    222
    发表于 2020-3-31 18:17:54 | 显示全部楼层
    seagate-f3-terminal-command-set-
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2023-7-27 09:59
  • 签到天数: 265 天

    [LV.8]三品御史

    0

    主题

    333

    回帖

    1423

    积分

    [INTOHARD]营长

    Rank: 6Rank: 6

    积分
    1423
    发表于 2020-11-14 17:19:35 | 显示全部楼层
    Seagate F3 Terminal Command Set

        * Quote
        * Share

    Tue Jul 14, 2015 3:01 pm
    Here's a consolidated version of all the Seagate terminal commands collected so far. It's not intended to be an exhaustive list, but rather a collection of commands useful in data recovery. If you have more info to share please post it and I'll add it to the list:

    The Very Basics:

    TTL Default Settings:
    Bits per second - 38400
    Data Bits - 8
    Parity - None
    Stop Bits - 1
    Flow Control - None

    Ctrl + z (initiates the terminal connection and should prompt with level T>)
    Ctrl + a (displays drive info, Package Version, Serial #, Model # (useful for missing label), Servo FW, etc.
    Ctrl + l (displays drive info, # heads, serial, preamp type, family ID, etc.)
    Ctrl + c (tells some drives to spin down, can be used immediately after CTL + z)
    Ctrl + x (displays log of history commands)
    /X (used to change levels, replace X with level 2, 3, 4,... 7, T, etc.)
    2>Z (puts drive to sleep)
    2>U (spins drive up)
    7>X (test read/write head resistance)
    T>B[N] (sets baud rate to N, so for example T>B921000 sets to 921000 baud. If invald rate is input, e.g. B1, drive will report supported rates)
    T>V1 (returns slip defect list - confirm translator loading)
    T>V2 (checks T-List)
    T>V4 (checks G-List entries)
    T>V10 (checks P-List)
    T>V40 (checks for non-resident G-list entries)
    1>G6A (clear P-List - Not Recommended!)
    T> i2,2,22 (clear T-List - Non Recommended!)
    C>Q (returns list of all available commands, sometimes just says "No Help Available" on all of them)
    1>N1 (clears S.M.A.R.T)
    1>N5 (returns SMART values in terminal window)
    T>i4,1,22 (clears G-List)
    7>m100 (clears DOS config tables)
    T>J (displays CAP which has some drive info such as internal model, family ID, serial numbers, etc.)
    C>U10 (regenerates the media cache)

    F Command: (thanks to hddoracle.com)
    This is helpful for drives stuck in pending reallocate mode (E.G. InitiateMarkPendingReallocateRequest for disc_lba: )
    All commands issues at level T>. Also HDD needs to be power cycled after issuing.

    F (lists out all the parameters and bytes that can be modified within the F command)
    F"RWRecoveryFlags",00,22 (disables read sparing, write sparing, and enables correction)
    F"RWRecoveryFlags",01,22 (disables read sparing, write sparing and disables correction)
    F"BGMSFlags",00,22 (disables background media scan)
    F"PerformanceFlags",043C,22 (disables offline sparing and deferred auto reallocation)
    F"ReadRetries",00,22 (disables read retries - possibly better performance in software like ddrescue)
    F,,22 (resets to default - sometimes necessary to get sector access back afterward)

    r & w Commands:
    Commands issued at level T>

    r command is used to read system files (E.G. T>r93 requests system file 93)
    w command is used to write system files (E.G. T>w28 initiates write for system file 28)

    These commands can also be used to read/write a specific volume/copy of a system file. The command is issued as follows:
    r[FileId],[VolumeNum],[CopyNum],[ByteOffset],[Length],[OutputFmt]
    w[FileId],[VolumeNum],[CopyNum],[ByteOffset]
    So for example to read system file 28 volume 3, copy 1: T>r28,3,1
    To write system file 93 volume 3, copy 0: T>w93,3,0
    (Most SA modules are in the default volume 3, just FYI)

    These read/write operations are carried out using Y-Modem protocol supported by some terminal programs.

    SSHD Specific (Rosewood Drives):

    O>I (Clear NAND of Donor in preparation for PCB replacement w/ ROM transfer)

    M Command Quick Reference: (thanks to PCLab)
    All commands issued at level T>

    m0,6,2,,,,,22 (most commonly used to regenerate translator)

    m0,2,1,,,,,22 ( To rebuilt slip list, V1 )
    m0,2,2,,,,,22 ( To rebuilt G list, V2 )
    m0,2,3,,,,,22 ( To rebuilt P list, V3 )

    m0,5,1,10,3,,,22 ( To zero fill with slip list )
    m0,5,2,10,3,,,22 ( To zero fill with G list )
    m0,5,3,10,3,,,22 ( To zero fill with P list )

    m0,8,1,10,3,,,22 ( To format with slip list )
    m0,8,2,10,3,,,22 ( To format with G list )
    m0,8,3,10,3,,,22 ( To format with P list )

    m0,D,1,,,,,22 ( To repair bad sector by Slip list )
    m0,D,2,,,,,22 ( To repair bad sector by G list )
    m0,D,3,,,,,22 ( To repair bad sector by P list )

    m0,20,1,,,,,22 ( To format (seacos XF) by Slip list )
    m0,20,2,,,,,22 ( To format (seacos XF) by G list )
    m0,20,3,,,,,22 ( To format (seacos XF) by P list, most powerfull to repair bad sectors, red and green blocks )

    m0,2,2,,,,,22 ( Format user area partition without certifying defects and relocate defects. not effect Data in a drive )
    m0,2,1,,,,,22 ( Format user area partition with user slip list with certify defects. DATA WILL BE LOSS )
    m0,D,3,,,,,22 ( Format user area partition with repairing of bad sector, auto add bad sector into G list and in the last it will be shifted to P list )

    m0,5,1,,,,,22 ( it used for erasing of all sector )
    m0,8,2,,,,,22 ( it is used for formatting hard disk sectors )

    M Command Full Explanation: (thanks to irs)

    Seagate Terminal M Command.doc
        (17.67 KiB) Downloaded 5823 times



    Terminal Errors Explained: (thanks to HDDGuy)

    TCC-001A[0x000042F9][0x000042F9]ZZZZMMMMMMMMMMMMMMMZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZMMMMMMMMMMM.... = This error relates to an inability to read Servo or Overlays. This message is also displayed at some Grenada models when PCB/ROM is not native.

    Failed to load overlay 00000004 - this is usually associated with some hardware error and can be caused by non-native adaptives (i.e non-original ROM)

    SIM error 1002 = this message alerts us to some error with one or more defect list. Potentially P-list or NRG list can be bad.

    SIM error 2044 - Translator tables cannot be read or are damaged.

    SIM error 1009 - Module 17A is damaged

    SIM Error 203F / SIM Error 2040 / SIM Error 2044 / SIM Error 3005 - Also seem to be damaged or unreadable translator related errors

    LED:00000047 FAddr:FFFFFFFE - Usually this relates to Media Cache

    LED:000000BC FAddr:00006220 - Usually this also relates to Media Cache or some relocation parameters.

    More Terminal Errors Explained: (thanks to jol and acelabs)

    SIM ERROR 3005 (mean that “format corrupted flag” in on and Translator is not loaded in RAM)

    “No HOST FIS-ReadyStatusFlags” (reason message: why translator is not loaded).

    More Terminal Errors Collected From the Web By Your's Truely

    LED:0x000000BD FAddr:0x00009887 or LED:000000BD FAddr:0000988E - Usually relates to Media Cache or other background processes in System File 93. Some have reported clearing SMART as having fixed the issue.

    MCMTFileHandler: EXCEPTION: Failed MCMT read request - Relates to System file 346 being damaged, or possibly media cache

    LED:000000CC FAddr:0024A7E5 - Bad Translator. Short read channel, clear smart, regenerate translator.

    SMI init (or) Training Failed - Bad PCB

    Disc FW failed to load - Bad PCB

    Sense code = xxxxxx82 – problem with sector translation (broken translator) (x's will be other numbers)
    Sense code = xxxxxx81 – uncorrected error (bad sector, not translator)

    LED:00000067 - Normal if PCB is removed from HDA. Otherwise it's heads/media damage

    SimError - Remaining in BootFW
    Perform a double download without a power cycle (This error occurs with non-original ROM code or PCB)


    Last Updated: 2/6/2019
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    2

    主题

    152

    回帖

    94

    积分

    [INTOHARD]班长

    Rank: 2

    积分
    94
    发表于 2021-3-8 21:47:41 | 显示全部楼层
    Thanks for sharing
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    2

    主题

    152

    回帖

    94

    积分

    [INTOHARD]班长

    Rank: 2

    积分
    94
    发表于 2021-3-8 21:50:09 | 显示全部楼层
    Thanks for sharing
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    0

    主题

    1

    回帖

    2

    积分

    [INTOHARD]工兵

    Rank: 1

    积分
    2
    发表于 2024-3-17 00:55:26 | 显示全部楼层
    点赞,感谢分享
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    快速回复 返回顶部 返回列表