Hi Nathan,
Thanks for the update.
I suggest you try the following methods and check.
Method 1:
Check the disk usage in disk management
According to the error message, it indicated that there is not enough disk space to do a system image backup on the computer. So, I would first suggest you to check the disk usage in disk management carefully and make
sure all the partitions have enough space to do system backup image.
To open the Disk Management, you can follow these steps:
a) Go to the desktop Interface and right click on “Computer” and select “Manage”.
b) In the “Computer Management” window, expand “Storage” and click on “Disk Management”.
Here, you can see the usage of the whole hard drive. Please check it carefully and make sure all partitions have enough space.
Notice: if you have some hidden partition on the computer, please also make sure the hidden partition has the enough rest space to do the system image on the computer.
If there is enough space on the hard disk, then you may try the next method to check if there are any errors with the disk.
Method 2:
I would suggest you to turn off USN journal by following these step and check.
- Press Windows key + X and select Command prompt(Admin).
- Now type the following commands in command prompt and press Enter each time.fsutil usn queryjournal F:
fsutil usn deletejournal /D F:
- Now try to create back up.
Note:
fsutil usn queryjournal F: The output will be USN journal settings which also includes its size (in hex bytes). If it is anything around 30mb, the backup will fail due to snapshot creation failure because
of lack of space.
fsutil usn deletejournal /D F: This will delete the journal.
Hope the above information helps.
Do get back to us and let me know the status of the issue or if you need further assistance regarding Windows.