| Posted by: JustinKing - 31 January 2023 12:29:15 |
|---|
| Is this a problem with my SATA controller or does it mean that the disk is faulty? [code=markup]Log Name: Application Source: Microsoft-Windows-Defrag Date: 31/01/2023 10:58:49 Event ID: 264 Task Category: None Level: Error Keywords: Classic User: N/A Computer: PC.domain.local Description: The storage optimizer couldn't complete retrim on Exports (D:) because: The operation requested is not supported by the hardware backing the volume. (0x8900002A) Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Defrag" /> <EventID Qualifiers="32768">264</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2023-01-31T10:58:49.9383474Z" /> <EventRecordID>77300</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>PC.domain.local</Computer> <Security /> </System> <EventData> <Data>retrim</Data> <Data>Exports (D:)</Data> <Data>The operation requested is not supported by the hardware backing the volume. (0x8900002A)</Data> <Binary>2A000089800200008D0000009000000022B63823DBB1BD381B0700000000000000000000</Binary> </EventData> </Event>[/code] |
| Posted by: sirclesadmin - 01 February 2023 11:34:03 |
|---|
| This can either mean: 1. Your disk is sn SSD that does not support trim features 2. Your disk has been in intense use for a long time - like a 2TB download or something - and has become fragmented in spite of the cadence defrags that would normally have run. If you have neither of these then it could be a hardware problem. |