Windows 8.1 无法优化系统保留分区

Windows 8.1 无法优化系统保留分区

我有一台 256GB OCZ Vertex 4 SSD,运行的是 Windows 8.1 Professional x64。

Windows 将驱动器划分为两个分区:

  1. 系统保留(350MB NTFS)
  2. C盘:(238.13GB NTFS)

每当 Windows 尝试优化系统保留分区时,我都会在事件日志中收到错误:

Log Name:      Application
Source:        Microsoft-Windows-Defrag
Date:          1/29/2014 11:07:54 AM
Event ID:      257
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      My_Computer
Description:
The volume System Reserved was not optimized because an error was encountered: The parameter is incorrect. (0x80070057)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-Defrag" />
    <EventID Qualifiers="32768">257</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-01-29T17:07:54.000000000Z" />
    <EventRecordID>62696</EventRecordID>
    <Channel>Application</Channel>
    <Computer>My_Computer</Computer>
    <Security />
  </System>
  <EventData>
    <Data>System Reserved</Data>
    <Data>The parameter is incorrect. (0x80070057)</Data>
    <Binary>00000000A40500005105000000000000629468641336AAB85B55B1B5B038000000000000</Binary>
  </EventData>
</Event>

我是否应该将其从优化计划的项目列表中删除,或者有没有办法解决这个问题以使优化成功?

问题不仅存在于 SSD 上,也存在于硬盘上: 系统预留需要优化

相关内容