If you receive one of these flush and hold right operations time out errors, it’s telling you the computers storage (disk drive, SSD…) is too busy.
There are several things you need to consider when working on this problem. The first thing you need to check is just exactly which disk / volume is having the problem. Is it a temporary volume created by a Volume Shadow Copy (VSS writer) perhaps for a backup job, or is it a “real” volume.
You can see in the screenshot below that you can find the VOLUME names in DISK MANAGER > PROPERTIES > SHADOW COPIES (tab) or by using the GET-VOLUME | FORMAT-LIST *
command in PowerShell.
If you can not find the matching volume, it may have been a temporary disk volume created by backup software and there is not much you can do with a disk that no-longer exists.
In our case, the disk was the SYSTEM RESERVED disk on the boot drive, so we have some work to do.
How to fix “flush and hold writes operation on volume \?\Volume{9134713c-0000-0000-0000-100000000000} timed out while waiting for a release writes command” is sometimes not easy.
The screenshot shows that Shadow Copies are disabled, but that does not stop the Operating System and utilities, like backup software, will use the Windows VSS writers and that is what has happened here. In our case this is a repetitive error that we would see every day at the same time and that time was coordinated with our system backups.
As stated at the top of this article, the error is telling you the dick / volume is too busy, so there are four things you can do to resolve it:
This website uses cookies.