Tengo una estación de trabajo con Windows 10 utilizada en mi negocio para cosas como el procesamiento de imágenes (Photoshop) y el desarrollo de software (Eclipse). Es una computadora basada en i7-2600K, placa base Gigabyte GA-B75M-D3H B75, 16 GB de RAM. El sistema operativo está en Samsung 850 pro SSD, hay otro 850 pro para datos, WD Black para datos, más dos unidades HGST de 4GB cada una en puertos SATA 3, ReFS formateado, en un espejo de espacios de almacenamiento. El conjunto tiene 1,63 GB utilizados, 1,99 GB gratis.
Recientemente, las unidades ReFS en el espejo de espacios de almacenamiento han comenzado a caer, hasta ahora tres veces en un mes. Esto generalmente ocurre bajo carga moderada a pesada, después de un período prolongado. Por lo que puedo decir, ninguno de los otros discos cae bajo carga, así que supongo que es ReFS, espacios de almacenamiento o un problema con un disco subyacente. Un reinicio pone el disco en línea.
Puedo ver errores en el visor de eventos como los siguientes. Estos no están todos en un solo lugar, y aunque hay áreas de registro de NTFS y Espacios de almacenamiento en "registro de aplicaciones y servicios -> microsoft -> windows", no parece haber uno para ReFS.
Agradecería ayuda para rastrear qué está causando estos problemas y resolverlos, por lo que mi sistema se mantiene activo.
16:27.05 (under event viewer -> application and services log -> microsoft -> windows -> storagespaces-driver-operationsl
Virtual disk {26bf58b3-1cb9-4b93-a945-1b89331bb565} requires a data integrity scan.
Data on the disk is out-of-sync and a data integrity scan is required. To start the scan, run the following command:
Get-ScheduledTask -TaskName "Data Integrity Scan for Crash Recovery" | Start-ScheduledTask
Once you have resolved the condition listed above, you can online the disk by using the following commands in PowerShell:
Get-VirtualDisk | ?{ $_.ObjectId -Match "{26bf58b3-1cb9-4b93-a945-1b89331bb565}" } | Get-Disk | Set-Disk -IsReadOnly $false
Get-VirtualDisk | ?{ $_.ObjectId -Match "{26bf58b3-1cb9-4b93-a945-1b89331bb565}" } | Get-Disk | Set-Disk -IsOffline $false
16:27.05 (windows system event log): The file system was unable to write metadata to the media backing volume R:. A write failed with status "A device which does not exist was specified." ReFS will take the volume offline. It may be mounted again automatically.
16:27.06 (windows system event log): The file system detected a checksum error and was not able to correct it. The name of the file or folder is "<unable to determine file name>".
18:35.50 (windows system event log): Failed to connect to the driver: (-2147024894) The system cannot find the file specified.
18:35.50 (Kernel PNP) The driver \Driver\WudfRd failed to load for the device SWD\WPDBUSENUM\_??_USBSTOR#Disk&Ven_Generic&Prod_STORAGE_DEVICE&Rev_9451#7&2a9fd895&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}.
18:35.58: Virtual disk {26bf58b3-1cb9-4b93-a945-1b89331bb565} could not be repaired because there is not enough free space in the storage pool.
Replace any failed or disconnected physical disks. The virtual disk will then be repaired automatically or you can repair it by running this command in PowerShell:
Get-VirtualDisk | ?{ $_.ObjectId -Match "{26bf58b3-1cb9-4b93-a945-1b89331bb565}" } | Repair-VirtualDisk
ACTUALIZAR ya que yagmoth señala que este error incluye algo sobre USB. Los escenarios en los que recuerdo que ocurre este error son a) Al realizar una copia de seguridad en un disco USB externo b) Al ejecutar copias de seguridad de CrashPlan en otro disco SATA interno