剛燒嚕CD試試 步驟與之前7200.10有差
偶再整理一次
1.先燒成CD
2.系統只留一顆要更新F/W滴HDD
3.從CD開機
4.DOS開機後 按ESC 或 F10
5.出現主選單 選擇要更新滴型號
A.1TB
B.750GB
C.500GB
S.掃描SATA裝置
R.讀取說明檔
Z.完成
6.更新F/W成功後關掉電源
不過偶沒7200.11 能不能UP 偶也不保證:PPP:
JEFF大
請問一下已經中獎且抓不到的硬碟可以刷韌體嗎@@?
剛燒嚕CD試試 步驟與之前7200.10有差
偶再整理一次
1.先燒成CD
2.系統只留一顆要更新F/W滴HDD
3.從CD開機
4.DOS開機後 按ESC 或 F10
5.出現主選單 選擇要更新滴型號
A.1TB
B.750GB
C.500GB
S.掃描SATA裝置
R.讀取說明檔
Z.完成
6.更新F/W成功後關掉電源
不過偶沒7200.11 能不能UP 偶也不保證:PPP:
無法更新成功!
目前還沒看到有人更新成功的!
Seagate在搞什麼啊!
桶了一個這麼大的樓子!
更新還出問題!
下次打死不買他們家的產品了!
@echo off
REM (January 15, 2009)
:BEGIN
set exe=fdl462a.exe
set model=
set family=Moose
set firmware=SD1AMOOS.LOD
set options=-s -x -b -v -a 20
cls
echo ====================================================================
echo STD Firmware Updates Moose Barracuda 7200.11 SD1A
echo All Capacities for Distribution tabs -303
echo.
echo.
echo Generic Disty/STD-OEM, 32MB Configurations
echo ====================================================================
echo A) Download Firmware to ST31000340AS 9BX158-300
echo B) Download Firmware to ST3750330AS 9BX156-300
echo C) Download Firmware to ST3640330AS 9BX15L-300
echo D) Download Firmware to ST3500320AS 9BX154-300
echo.
echo --------------------------------------------------------------------
echo S) Scan ATA devices
echo R) Read documentation and License Agreement
echo Z) Done
echo ====================================================================
choice /c:ABCDSRZ /n Selection:
if errorlevel 7 goto OFF
if errorlevel 6 goto README
if errorlevel 5 goto SCAN
if errorlevel 4 goto SEAFLASH4
if errorlevel 3 goto SEAFLASH3
if errorlevel 2 goto SEAFLASH2
if errorlevel 1 goto SEAFLASH1
:SEAFLASH1
set model=ST31000340AS
%exe% -m %family% -f %firmware% -i %model% %options%
if errorlevel 2 goto WRONGMODEL
if errorlevel 1 goto ERROR
goto DONE
:SEAFLASH2
set model=ST3750330AS
%exe% -m %family% -f %firmware% -i %model% %options%
if errorlevel 2 goto WRONGMODEL
if errorlevel 1 goto ERROR
goto DONE
:SEAFLASH3
set model=ST3640330AS
%exe% -m %family% -f %firmware% -i %model% %options%
if errorlevel 2 goto WRONGMODEL
if errorlevel 1 goto ERROR
goto DONE
:SEAFLASH4
set model=ST3500320AS
%exe% -m %family% -f %firmware% -i %model% %options%
if errorlevel 2 goto WRONGMODEL
if errorlevel 1 goto ERROR
goto DONE
:WRONGMODEL
echo.
echo ********
echo.
echo Error: Specific model not found. %model% expected.
echo.
echo ********
goto OFF
:ERROR
echo.
echo ********
echo.
echo ERROR!
echo.
echo ********
goto OFF
:SCAN
cls
seaenum
pause
goto BEGIN
:README
list readme.txt
goto BEGIN
:DONE
set exe=
set model=
set family=
set firmware=
set options=
echo.
echo.
echo Firmware has been updated.
echo DO NOT USE CTRL-ALT-DEL!!!!!!
echo You must power cycle the drive to complete the firmware download.
:OFF
echo.
echo Cycle power to continue...
pause
ctty nul
fdapm pureoff