2

On a Windows 8.1 laptop I've started getting (about once per week) clusters of 6-12 NTFS Error 134: "The transaction resource manager on volume C: encountered an error during recovery. The resource manager will continue recovery." It does not happen only when restarting, and seems unconnected to any particular activity. The computer functions normally, with no other signs of trouble.

Here's what I've tried:

  • Chkdsk /r (no errors)
  • sfc /scannow (no errors)
  • fsutil resource setautoreset true c:\
  • There are no files in the %Windir%\System32\SMI\Store\Machine folder (checked for hidden files too)
  • There is plenty of hard drive space.
  • I ran a third party hard drive checker (HD Tune Pro) that found no errors.

One question regarding the phrase "encountered an error during recovery." Recovery from what? The computer wasn't restarting, or doing anything that I could see.

The steps above came from several sources, some of which were directly relevant to the NTFS 134 error, others which were relevant to Transaction Resource Manager errors:

Superuser

Microsoft.com

2
  • Did you ever get to the bottom of this issue? I have just begun to see it on a Windows 8.1 system as well. I see 8 of the warnings a minute and 43 seconds into my nightly Windows System Image backup.
    – NoelC
    Commented Jul 31, 2018 at 8:56
  • Kind of. I went to clone the hard drive. In preparation for that I turned off hibernation, virtual memory & system restore. I ran disk cleanup (including windows update files) and chkdsk /r. I ran out of time so I turned everything back on and returned the machine. I had no errors for 2 months after all that, and then they started up again with less frequency. Until the errors started again, I thought that maybe it had been a file system error in one of those file spaces (restore points, hibernation file or swap file). Once they reappeared I replaced the drive and installed Windows 10.
    – MarkCarr
    Commented Aug 1, 2018 at 17:29

2 Answers 2

2

Eh gonna necropost here too because these errors were annoying to get rid of.

Not sure where to put the warning, so right up top it is: doing as I did below will remove all System Restore points/previous version backups of files that Windows had saved there, any/all Shadow Copies I believe, old CHKDSK log information, the Transaction Log for Resource Managers, and whatever else Windows might store in there that I can't remember or didn't care about. Read up on the System Volume Information folder if you'd like to know exactly what lives there.

Note: If you've created new Restore Points/previous versions of files images, etc. with Windows since having these errors (or more accurately, since replacing your drive), those restore points etc. will be nuked by doing as I am going to describe.

I'm not certain if you can repair this folder more surgically, but potentially you could go through the steps to take ownership of it, allow yourself full access to it, and only delete the files/subfolder used by the Resource Manager Transaction Log, but idk if that will actually be sufficient, or if there's another related file/folder to also nuke, or if security permissions weren't set correctly within one of those folders or files, etc.

What I have is a solution that takes you back to fresh square 1 Windows image backups/system-restore-point-wise. If you don't care about old backups, and will just create a fresh backup/restore point once you've rebooted, then this is a good solution for you.

So! After trying all available solutions, I found deleting the System Volume Information folder in Safe Mode, restarting normally and letting Windows rebuild it did the trick. You will get one more set of errors (correctly), because you deleted the folder used to check file transactions are in order, so it actually wants rebuilding this time, but there shouldn't be any errors after it's rebuilt the folder/index. BTW doing this restores the proper security permissions for the System Volume Information folder and its subfolders- it's supposed to tell the user Access Denied :)

I was using Win7 but I expect it applies to other versions, particularly if you did as below.

The cause of the problem in my case was that I had copied over the System Volume information folder when cloning to a new SSD, hoping to preserve Windows' Previous Versions of files/folders, but not only did that not work (everything said I had no previous versions or System Restore images), I also got NTFS errors any time VSS was invoked during backup/imaging operations. Those do happen in the background, so you could mistake it for random.

Newly created backups and Previous Versions images still seemed to work, but things were not technically in a fully functional state.

I'm guessing it was the same deal for the OP. Hope this is useful to some peeps :)

1
  • Thanks! Far too late for that drive, but I'll definitely remember this in the future!
    – MarkCarr
    Commented Dec 13, 2022 at 14:49
0

Thanks for the additional info. Turns out I cleared up the condition on my setup by deleting several apparently left-over files in this folder:

C:\Windows\System32\SMI\Store\Machine

Afterward I rebooted and for two days I've not seen another occurrence. See also this thread:

Series of 8 Ntfs type 134 Warnings in System Event Logs

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .