遇到此问题时,您将收到以下完整错误消息:
The backup failed.
There is not enough disk space to create the volume shadow copy on the storage location. Make sure that, for all volumes to be backup up, the minimum required disk space for shadow copy creation is available. This applies to both the backup storage destination and volumes included in the backup. Minimum requirement: For volumes less than 500 megabytes, the minimum is 50 megabytes of free space. For volumes more than 500 megabytes, the minimum is 320 megabytes of free space. Recommended: At least 1 gigabyte of free disk space on each volume if volume size is more than 1 gigabyte. (0x80780119)
此错误的潜在罪魁祸首包括:
- 系统保留(System Reserved)分区中没有足够的可用空间 。
- SSD使用情况与不正确的参数相结合。
- USN Journal 的规模太大了。
- 过时的驱动程序。
- 系统保护已关闭。
- 语言包太多。
备份失败,错误 0x80780119
如果您遇到此问题,您可以尝试以下我们推荐的解决方案(不分先后顺序),看看是否有助于解决问题。
- 运行磁盘清理
- 运行 CHKDSK
- 打开系统保护
- 更新磁盘驱动程序
- 删除语言包
- 增加OEM 分区的大小(OEM Partition)
- 创建新的系统卷
- 删除 USN 日志
让我们看一下关于列出的每个解决方案所涉及的过程的描述。
1]运行磁盘清理
由于错误表明没有足够的空间,因此尝试解决Windows 10 设备上的磁盘空间错误 0x80780119的最合乎逻辑的第一个解决方案是(disk space error 0x80780119 )运行磁盘清理(run disk cleanup)以确保您有足够的空间。
如果您有足够的空间但错误仍然存在,请尝试下一个解决方案。
此外,有关卷影复制错误和修复(Volume Shadow Copy errors, and remediation)的存储空间要求,请参阅此帖子。
2]运行CHKDSK
此解决方案要求您 在尝试创建系统映像备份时运行 CHKDSK并查看它是否可以解决问题。(run CHKDSK )否则(Otherwise),请尝试下一个解决方案。
3]打开系统保护
默认情况下, Windows 10(Windows 10)安装中禁用了称为系统还原的最古老的 Windows 恢复工具之一。(System Restore)这意味着将您的新Windows 10(Windows 10)设备拆箱并执行标准设置,系统保护将保持关闭状态。
众所周知,如果关闭系统保护,可能会发生此错误。在这种情况下,启用系统保护(enabling System Protection)可能有助于解决此问题。
4]更新磁盘驱动程序
您尝试系统映像备份的磁盘上的磁盘驱动程序过时也可能触发此错误。在这种情况下,您可以更新磁盘驱动程序。
磁盘驱动程序可以通过设备管理器手动更新(updated manually via the Device Manager),或者您可以在Windows Update下(Windows Update)的可选更新(get the driver updates on the Optional Updates)部分获取驱动程序更新, 或者您可以 从磁盘制造商的网站下载最新版本的驱动程序。(download the latest version of the driver)
5]删除语言包
不管这看起来多么奇怪,众所周知,多个语言包可能会在系统映像创建过程中触发此错误。删除未使用的语言(Removing unused languages)肯定会释放一些磁盘空间。如果您无法删除语言包,(unable to remove a language pack)这篇文章将为您提供帮助。
6]增加(Increase)OEM分区(OEM Partition)的大小
由于这是与磁盘空间相关的问题,因此增加OEM 分区(OEM Partition)大小也可以解决当前的问题。要增加OEM分区的大小,请执行以下操作:
- 打开磁盘管理(Open Disk Management)。
- 转到系统保留(System Reserved)卷,右键单击并选择扩展卷(Extend Volume)。
- 单击下一步(Next)。
- 现在,选择要添加到系统保留(System Reserved)卷的空间量(以 MB 为单位)。
- 完成后,重新启动计算机。
在启动时,检查问题是否已解决。如果没有,请尝试下一个解决方案。
7]创建新的系统卷
如果系统保留分区(System Reserved Partition)没有足够的空间来存储卷影副本,您将遇到此错误。
在磁盘管理(Disk Management)中,右键单击系统保留(System Reserved)卷并检查其属性,卷总大小必须保持至少 100 MB。同样,它必须至少有 40 MB 的可用空间。由于您无法增加卷的大小,因此您可以创建一个新的系统卷。就是这样:
- 决定(Decide)要在哪个驱动器(比如说 F)上创建新的系统卷。
- 接下来,按Windows key + R调用“运行”对话框。
- 在“运行”对话框中,键入cmd,然后按CTRL + SHIFT + ENTER以提升模式打开命令提示符(Command Prompt)。
- 在命令提示符窗口中,键入以下命令并按Enter。
bcdboot.exe /s C:\Windows /s F:
注意(Note):C:是根驱动器,F:是您要创建新保留存储的驱动器。
- 命令执行并创建新驱动器后,键入以下命令并在每行后按Enter :
DISKPART
DISKPART> select volume F
DISKPART> active
完成后,重新启动计算机并查看问题是否已解决。如果没有,请尝试下一个解决方案。
8]删除USN日志
系统保留存储(System Reserved Storage)是NTFS格式,它包括一个独特的功能USN 日志(USN Journal)(更新序列号(Update Sequence Number)),它维护对根驱动器所做的所有更改的记录。结果,这会在一段时间内变得非常大,从而在创建系统映像时导致磁盘空间错误 0x80780119。
此解决方案需要您删除USN Journal。就是这样:
- 打开磁盘管理。
- 转到系统保留卷并更改驱动器号。确保之前没有将字母(比如说 Q)分配给任何驱动器。
- 接下来,以管理员模式打开命令提示符(Command Prompt)。
- 在CMD提示符下,键入以下命令并在每行后按Enter :
fsutil usn queryjournal Q:
fsutil usn deletejournal /N /D Q:
现在,返回Disk Management,右键单击System Reserved分区并选择Change Drive Letter and Paths命令。
- 在出现的对话框中单击删除。(Remove)
- 在下一个提示上单击是。(Yes)
- 在下一个提示上再次单击是。(Yes)
重新启动系统后,您将能够运行系统映像(System Image)工具而不会遇到错误。
阅读(Read):准备备份集中其中一个卷的备份映像失败 - 0x807800C5、0x80780081(Failure in preparing the backup image of one of the volumes in the backup set – 0x807800C5, 0x80780081)。
希望这篇文章对您有所帮助!
Fix The backup failed, 0x80780119 error on Windows 11/10
When you encounter this issue, you’ll receive the following full error message:
The backup failed.
There is not enough disk space to create the volume shadow copy on the storage location. Make sure that, for all volumes to be backup up, the minimum required disk space for shadow copy creation is available. This applies to both the backup storage destination and volumes included in the backup. Minimum requirement: For volumes less than 500 megabytes, the minimum is 50 megabytes of free space. For volumes more than 500 megabytes, the minimum is 320 megabytes of free space. Recommended: At least 1 gigabyte of free disk space on each volume if volume size is more than 1 gigabyte. (0x80780119)
The potential culprits of this error include;
- Not enough free space in the System Reserved partition.
- SSD usage combined with improper parameters.
- USN Journal has grown too big.
- Outdated drivers.
- System protection is turned off.
- Too many language packs.
The backup failed, Error 0x80780119
If you’re faced with this issue, you can try our recommended solutions below in no particular order and see if that helps to resolve the issue.
- Run Disk Cleanup
- Run CHKDSK
- Turn on System Protection
- Update disk drivers
- Remove Language Packs
- Increase the size of the OEM Partition
- Create new System Volume
- Delete USN Journal
Let’s take a look at the description of the process involved concerning each of the listed solutions.
1] Run Disk Cleanup
As the error indicates there is not enough space, the most logical first solution to try to resolve the disk space error 0x80780119 on your Windows 10 device is to run disk cleanup to ensure you have enough space.
If you have enough space but the error persists, try the next solution.
Also, see this post for storage space requirements for Volume Shadow Copy errors, and remediation.
2] Run CHKDSK
This solution requires you to run CHKDSK and see if it resolves the issue when you try creating the system image backup. Otherwise, try the next solution.
3] Turn on System Protection
One of the oldest Windows recovery tools known as System Restore is disabled by default on Windows 10 installations. This means unboxing your new Windows 10 device and performing the standard setup, system protection will remain turned off.
It’s known that this error can occur if system protection is turned off. In this case, enabling System Protection may help to fix this issue.
4] Update disk drivers
Outdated disk drivers on the disk you’re attempting the system image backup can also trigger this error. In which case, you can update your disk drivers.
The disk drivers can be updated manually via the Device Manager, or you can get the driver updates on the Optional Updates section under Windows Update or you can download the latest version of the driver from the disk manufacturer’s website.
5] Remove Language Packs
However odd this might seem, it has been known that multiple language packs could trigger this error during the system image creation process. Removing unused languages will certainly free up some of the disk space. This post will help you if you’re unable to remove a language pack.
6] Increase the size of the OEM Partition
Since this is a disk space-related issue, increasing the OEM Partition size may also resolve the issue at hand. To increase the size of the OEM partition, do the following:
- Open Disk Management.
- Go to the System Reserved volume, right-click and select Extend Volume.
- Click Next.
- Now, select the amount of space in MB that you want to add to the System Reserved Volume.
- Once done, restart the computer.
On boot, check whether the issue is resolved. If not, try the next solution.
7] Create new System Volume
If the System Reserved Partition does not have sufficient space to store a shadow copy, you’ll encounter this error.
In Disk Management, right-clicking the System Reserved volume and checking its Properties, the volume overall size must remain at least 100 MB. Similarly, this must have at least 40 MB available free space. Since you can’t increase the size of the volume, you can create a new system volume instead. Here’s how:
- Decide on which drive (let’s say F) you to want to create a new system volume.
- Next, press Windows key + R to invoke the Run dialog.
- In the Run dialog box, type cmd and then press CTRL + SHIFT + ENTER to open Command Prompt in elevated mode.
- In the command prompt window, type the command below and hit Enter.
bcdboot.exe /s C:\Windows /s F:
Note: C: is the root drive, and F: is the drive where you want to create new reserved storage.
- Once the command executes and creates the new drive, type the commands below and hit Enter after each line:
DISKPART
DISKPART> select volume F
DISKPART> active
Once done, restart the computer and see if the issue is resolved. If not, try the next solution.
8] Delete USN Journal
The System Reserved Storage is in NTFS format and it includes a unique feature USN Journal (Update Sequence Number) which maintains a record of all the changes made to the root drive. As a result, this grows quite large over a period of time thus causing disk space error 0x80780119 when creating a system image.
This solution entails you delete the USN Journal. Here’s how:
- Open Disk Management.
- Go to the system reserved volume and change the drive letter. Make sure that the letter (let’s say Q) hasn’t been assigned to any drive before.
- Next, open Command Prompt in admin mode.
- In the CMD prompt, type the commands below and hit Enter after each line:
fsutil usn queryjournal Q:
fsutil usn deletejournal /N /D Q:
Now, return to Disk Management, right-click on the System Reserved partition and select the Change Drive Letter and Paths command.
- Click Remove on the dialog box that appears.
- Click Yes on the next prompt.
- Click Yes again on the next prompt.
After you restart your system, you will be able to run the System Image tool without encountering the error.
Read: Failure in preparing the backup image of one of the volumes in the backup set – 0x807800C5, 0x80780081.
Hope you find this post helpful!