我的公司内部有Windows 10工作站,用于图像处理(Photoshop)和软件开发(Eclipse)。这是一台基于i7-2600K的计算机,技嘉GA-B75M-D3H B75主板,16 GB RAM。操作系统使用Samsung 850 pro SSD,另外还有850 pro用于数据存储,WD Black用于数据存储,另外两个4GB HGST驱动器分别位于存储空间镜像中的SATA 3端口上,格式为ReFS,格式为ReFS。阵列使用了1.63GB,免费使用了1.99GB。
最近,存储空间镜像中的ReFS驱动器已开始下降-到目前为止,一个月中已有3次。长时间运行后,这通常在中等到重载下发生。据我所知,没有其他磁盘在负载下掉落,因此我认为是ReFS,存储空间或基础磁盘有问题。重新启动会使磁盘联机。
我可以在事件查看器中看到如下错误。这些不是全部放在一个地方,尽管“应用程序和服务日志->微软-> Windows”下有NTFS和存储空间日志区域,但ReFS似乎没有一个。
我很乐意帮助您找出导致这些问题的原因并加以解决,以使我的系统正常运行。
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
yagmoth指出此错误包括有关USB的某些信息。我记得发生此错误的情况是:a)备份到外部USB磁盘时b)运行CrashPlan备份到另一个内部SATA磁盘时