Link to home
Start Free TrialLog in
Avatar of mtkaiser
mtkaiser

asked on

How to clear space from the System Reserved partition on Windows 2012 server?

The backups on my Exchange 2010 server running on Windows 2012 server are failing.  The error messages indicate a lack of space on one of my source drives (error 0x80780119).  I checked all the drives in Disk Manager and see the System Reserved partition has a total size of 350MB with only 22MB free.

Based on some initial research I assigned the System Reserved partition a drive letter (Q:) and ran the following command from an elevated command prompt:  fsutil usn deletejournal /N /D Q:

It returned "The volume change journal is not active"

Does anyone know how I can free up space on the System Reserved partition or move it to another disk?
ASKER CERTIFIED SOLUTION
Avatar of Alan Hardisty
Alan Hardisty
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mtkaiser
mtkaiser

ASKER

Alan, you are a genius!  That did the trick and very simple to implement.

Thanks for saving my butt!
You're welcome!  Been there with that one myself a few times too :)

Alan