Windows
WinRE 分區上的 Windows Server 2008 備份失敗
我是第一次設置 Windows Server 2008 R2 備份。當我嘗試進行測試備份時,它幾乎立即失敗並顯示以下錯誤消息。
Log Name: Application Source: Microsoft-Windows-Backup Date: 12/1/2010 2:57:23 PM Event ID: 517 Task Category: None Level: Error Keywords: User: SYSTEM Computer: demo Description: The backup operation that started at '2010-12-01T19:57:03.679109200Z' has failed with following error code '2155348269' (The operation failed due to a device error encountered with either the source or the destination. If the source or destination volume is on a disk, run CHKDSK /R on the source or destination volume, and then retry the operation.). Please review the event details for a solution, and then rerun the backup operation once the issue is resolved. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Backup" Guid="{1DB28F2E-8F80-4027-8C5A-A11F7F10F62D}" /> <EventID>517</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8000000000000000</Keywords> <TimeCreated SystemTime="2010-12-01T19:57:23.580017000Z" /> <EventRecordID>1858</EventRecordID> <Correlation /> <Execution ProcessID="1296" ThreadID="2068" /> <Channel>Application</Channel> <Computer>demo</Computer> <Security UserID="S-1-5-18" /> </System> <EventData> <Data Name="BackupTime">2010-12-01T19:57:03.679109200Z</Data> <Data Name="ErrorCode">2155348269</Data> <Data Name="ErrorMessage">%%2155348269</Data> </EventData> </Event>
它在 Windows 創建的用於儲存 WinRE 文件和 bitlocker 數據的隱藏分區中失敗。(我沒有安裝 bitlocker)。
我會跳過備份這個分區,但 Windows 堅持認為它需要它來進行 Bare Metal Recovery。有人對解決此問題有任何建議嗎?
謝謝,丹尼爾
只是想讓大家知道我是如何解決這個問題的。
原來問題出在我的備份驅動器上。它是一個通過 eSata 電纜連接到伺服器的外部驅動器。在備份期間,驅動器不斷從儲存管理器中消失。我發現其他人也抱怨 eSata 連接在 google 上也很古怪。所以我改用 USB 3.0 外置硬碟,它工作得非常完美!它在一個多小時內備份了大約 350 個演出。
希望這對其他人有所幫助,丹尼爾