System volume information как очистить в windows server 2016

Windows автоматически создает скрытый системный каталог System Volume Information в корне любого подключенного диска с файловой системой NTFS (будь то локальный HDD/SSD диск или съемный USB накопитель). Часто размер каталог System Volume Information может достигать десятки и сотни гигабайт и занимать большую часть диска. В этой статье мы разберемся зачем нужен каталог System Volume Information, что в нем хранится, и как его корректно очистить.

Содержание:

  • Что хранится в каталоге System Volume Information?
  • Удалить теневые копии в папке System Volume Information
  • Очистка System Volume Information после удаления файлов на томе с дедупликацией

Что хранится в каталоге System Volume Information?

Системный каталог System Volume Information находится в корне любого диска Windows и скрыт по умолчанию. Чтобы увидеть этот каталог, разрешите отображать защищенные системных файлов в проводнике Windows: Options -> View -> снимите чекбокс на пункте Hide protected operation system files (Recommended).

Показать скрытую папку System Volume Information

Доступ к этому каталогу есть только у системы (учетная запись NT AUTHORITY\SYSTEM ). Даже встроенный администратор Windows не может открыть и просмотреть содержимое каталога System Volume Information. При его в проводнике появится ошибка доступа:

Расположение недоступно
Нет доступа к C:\System Volume Information
Отказано в доступе

запрещен доступ к system volume information в windows

Чтобы открыть каталог System Volume Information можно назначить свою учетную запись владельцем и предоставить NTFS права. Например, с помощью команд:

takeown /f "C:\System Volume information"
icacls "C:\System Volume Information" /grant Corp\kbuldogov:F

предоставить разрешения на просмотр содержимого папки system volume information

Но особого смысла в этом нет. Кроме того, вы можете по неосторожности удалить в папке важные файлы.

Восстановить исходные права доступа на каталоге System Volume Information:

icacls "C:\System Volume Information" /setowner "NT Authority\System"
icacls "C:\System Volume Information" /remove corp\kbuldogov

Для просмотра содержимого каталога System Volume Information нужно запустить консоль PowerShell с правами SYSTEM;

PsExec.exe -i -s powershell.exe

Вывести содержимое каталога и отсортировать файлы в порядке уменьшения размера:

Get-ChildItem 'C:\System Volume Information\' -Force | Sort-Object Length -Descending| Select-Object Name, @{Name='Size(Mb)'; Expression={[int]($_.Length / 1MB)}}

Найти большие файлы в system volume information

Размер каталога можно получить такой командой PowerShell:

(Get-ChildItem 'C:\System Volume Information\' -force | measure Length -s).sum / 1Gb

вывести содержимое каталога system volume information

Что же хранится в каталоге System Volume Information? Мне удалось найти информацию о следующих службах, хранящих свои файлы в этой папке (список не является исчерпывающим):

  • WindowsImageBackup — данные точек восстановления системы на клиентских системах или резервные копии System State, сделанные через Windows Server Backup (wbadmin), на серверных ОС;
  • База данных службы индексирования (Indexing Service), используемая для быстрого поиска файлов (в том числе для поиска в Outlook);
  • База данных Distributed Link Tracking Service;
  • Снапшоты (теневые копии) дисков, создаваемые службой Volume Shadow Copy , которые можно использовать для восстановления старых версий файлов. Для каждого снапшота создается отдельный файл без расширения с длинным ID;
    большие снапшоты (теневые копии vss) в system volume information

  • Настройки дисковых квот NTFS;
  • База и чанки службы дедупликации файлов;
  • База репликации DFSR (dfsr.db);
  • Файл WPSettings.dat службы хранилища (StorSvc);
  • На USB накопителях в этом каталоге хранится файл IndexerVolumeGuid, в котором хранится уникальная метка диска, используемая службой поиска Windows;
  • AppxProgramDataStaging, AppxStaging – резервные копии UWP приложений Windows (можно использовать для восстановления после удаления приложений Microsoft Store);
  • Лог утилиты проверки диска CHKDSK
  • AadRecoveryPasswordDelete и ClientRecoveryPasswordRotation – служебные каталоги BitLocker, используемые при хранении ключа восстановления BitLocker в AD или Azure Entra ID

Примечание. Не удаляете вручную файлы в каталоге System Volume Information, т.к. в нем хранится важная информация, в том числе необходимая для восстановления системы.

Удалить теневые копии в папке System Volume Information

Чаще всего проблема большого размера каталога System Volume Information вызван файлами теневых копий, которые создала служба VSS. Чем чаще создаются теневые копии и чем чаще изменяются файлы на диске, тем быстрее растет размер этого каталога.

На скриншоте ниже видно, что в папке System Volume Information есть системный файл размером больше 120 Гб.

очень большой размер каталога System Volume Information - более 120 гигабайт

Для быстрой очистки каталога System Volume Information можно удалить старые теневые копии. Чтобы вывести информацию о дисках, для которых служба VSS создает теневые копии, выполните:

vssadmin list shadowstorage

vssadmin list shadowstorage - информация по теневым копиям

vssadmin 1.1 - Программа командной строки для администрирования службы теневого копирования томов
(C) Корпорация Майкрософт (Microsoft Corportion), 2001-2013.
Сопоставление хранилища теневой копии
Для тома: (C:)\\?\Volume{9a9e5a02-db8e-447d-9fef-6029dc4f7f10}\
Том хранилища теневой копии: (C:)\\?\Volume{9a9e5a02-db8e-447d-9fef-6029dc4f7f10}\
 Использованный объем хранилища теневой копии: 4,69 ГБ (2%)
Выделенный объем хранилища теневой копии: 5,17 ГБ (2%)
Максимальный объем хранилища теневой копии: 23,3 ГБ (10%)

Утилита покажет текущий и максимальный размер данных теневой копии для каждого диска. По умолчанию для хранения данных теневых копий резервируется 10% диска.

На скриншоте ниже видно, что максимальный размер теневых копий (
Maximum Shadow Copy Storage space: UNBOUNDED (100%)
) не ограничен. В этом случае файлы теневых копий VSS могут занять весь диск.

vss shadowstorage лимит не задан unbounded

Настройки квот VSS на дисках могут изменить программы резервного копирования, которые вы устанавливали на компьютер.

Можно уменьшить лимит дискового пространства для службы VSS до 5 гб с помощью команды vssadmin:

vssadmin resize shadowstorage /on=c: /for=c: /maxsize=5GB

Или можно указать доступную емкость диска в процентах:
vssadmin resize shadowstorage /on=c: /for=c: /maxsize=10%

vssadmin resize shadowstorage уменьшить размер места под теневые копии

Успешно изменен размер для соответствия хранилища теневой копии

После этого (в Windows 10 и 11) выведите список имеющихся теневых копий для системного диска C: с датами их создания:

VSSADMIN list shadows /for=c:

Чтобы освободить место, удалите самую старую теневую копию:

vssadmin delete shadows /for=C: /oldest

vssadmin eудалить старые теневые копии vss

Можете удалить все VSS снимки:

vssadmin delete shadows /for=C: /all

Также вы можете изменить настройки службы восстановления Windows, которая создает точки восстановления из панели управления System Protection (Защита системы). Выполните команду
systempropertiesprotection
, выберите системный диск и нажмите на кнопку Configure (Настроить).

Здесь можно:

  • Включить/отключить защиту системы;
  • Узнать текущий размер места под хранение резервных копий образа;
  • Изменить настройки квот для хранения точек восстановления;
  • Удалить все имеющиеся точки восстановления.

отключить защиту системы в windows 10

Также для уменьшения размера каталога System Volume Information вы можете:

  • Перенести данные VSS снимков на другой NTFS диск (
    vssadmin add shadowstorage /for=c: /on=d: /maxsize=30%
    );
  • Отключить/перенастроить функцию История файлов Windows;
  • Выполнить очистку системных файлов на диске с помощью встроенной утилиты cleanmgr.exe (свойства диска -> Очистка диска).

В Windows Server для резервного копирования состояния системы обычно используется Windows Server Backup (WSB). Можно удалить старые версии копий system state с помощью команды:

wbadmin delete systemstatebackup -keepversions:0

wbadmin delete systemstatebackup - удаление старых версий резевных копий системы

Для быстрой очистки старых версий резервных копий состояния системы (system state) и снапшотов в Windows Server используйте утилиту diskshadow:

DiskShadow
Delete shadows OLDEST c:\

При каждом запуске команды удаляется самая старая теневая копия (снапшот) диска.

diskshadow удалить старую теневую копию диска в system volume information

Очистка System Volume Information после удаления файлов на томе с дедупликацией

При анализе содержимого каталога System Volume Information в Windows Server вы можете заметить, что много места занимает каталог Dedup\ChunkStore. Это означает, что на диске включена дедупликация файлов.

большой размер каталог дедупликации Dedup ChunkStore в system volume information

Служба дедупликации при нахождении одинаковых чанков в файлах заменяет их на ссылку на уникальный чанк, который сохраняется в каталог System Volume Information. Если вы переместили или удалили оптимизированные файлы с дедуплицированного тома, старые чанки не удаляются немедленно. Эти блоки удаляются специальным заданием сбора мусора (GarbageCollection), которое запускается раз в неделю.

Не отключайте полностью дедупликацию для тома (
Start-DedupJob -Volume D: -Type Unoptimization
), пока не убедитесь что на диске достаточно достаточно свободного места для хранения де-оптимизированных файлов.

Чтобы немедленно запустить процедуру удаления неиспользуемых чанков, выполните команду PowerShell:

start-dedupjob -Volume C:-Type GarbageCollection

Следующее задание проверит целостность оставшихся чанков:

start-dedupjob -Volume C: -Type DataScrubbing

Для мониторинга этих задач используйте командлет:

Get-DedupJob

После окончания задач неиспользуемые чанки в каталоге System Volume Information будут удалены.

Распознавание голоса и речи на C#

UnmanagedCoder 05.05.2025

Интеграция голосового управления в приложения на C# стала намного доступнее благодаря развитию специализированных библиотек и API. При этом многие разработчики до сих пор считают голосовое управление. . .

Реализация своих итераторов в C++

NullReferenced 05.05.2025

Итераторы в C++ — это абстракция, которая связывает весь экосистему Стандартной Библиотеки Шаблонов (STL) в единое целое, позволяя алгоритмам работать с разнородными структурами данных без знания их. . .

Разработка собственного фреймворка для тестирования в C#

UnmanagedCoder 04.05.2025

C# довольно богат готовыми решениями – NUnit, xUnit, MSTest уже давно стали своеобразными динозаврами индустрии. Однако, как и любой динозавр, они не всегда могут протиснуться в узкие коридоры. . .

Распределенная трассировка в Java с помощью OpenTelemetry

Javaican 04.05.2025

Микросервисная архитектура стала краеугольным камнем современной разработки, но вместе с ней пришла и головная боль, знакомая многим — отслеживание прохождения запросов через лабиринт взаимосвязанных. . .

Шаблоны обнаружения сервисов в Kubernetes

Mr. Docker 04.05.2025

Современные Kubernetes-инфраструктуры сталкиваются с серьёзными вызовами. Развертывание в нескольких регионах и облаках одновременно, необходимость обеспечения низкой задержки для глобально. . .

Создаем SPA на C# и Blazor

stackOverflow 04.05.2025

Мир веб-разработки за последние десять лет претерпел коллосальные изменения. Переход от традиционных многостраничных сайтов к одностраничным приложениям (Single Page Applications, SPA) — это. . .

Реализация шаблонов проектирования GoF на C++

NullReferenced 04.05.2025

«Банда четырёх» (Gang of Four или GoF) — Эрих Гамма, Ричард Хелм, Ральф Джонсон и Джон Влиссидес — в 1994 году сформировали канон шаблонов, который выдержал проверку временем. И хотя C++ претерпел. . .

C# и сети: Сокеты, gRPC и SignalR

UnmanagedCoder 04.05.2025

Сетевые технологии не стоят на месте, а вместе с ними эволюционируют и инструменты разработки. В . NET появилось множество решений — от низкоуровневых сокетов, позволяющих управлять каждым байтом. . .

Создание микросервисов с Domain-Driven Design

ArchitectMsa 04.05.2025

Архитектура микросервисов за последние годы превратилась в мощный архитектурный подход, который позволяет разрабатывать гибкие, масштабируемые и устойчивые системы. А если добавить сюда ещё и. . .

Многопоточность в C++: Современные техники C++26

bytestream 04.05.2025

C++ долго жил по принципу «один поток — одна задача» — как старательный солдатик, выполняющий команды одну за другой. В то время, когда процессоры уже обзавелись несколькими ядрами, этот подход стал. . .

Windows automatically creates a hidden System Volume Information directory in the root of each connected NTFS drive (whether a local HDD/SSD drive or a removable USB drive). The size of the Volume Information Directory may be tens or hundreds of GBs, occupying most of the hard drive free space. This article explains how the System Volume Information folder is used in Windows, what is stored in it, and how to clean it properly.

Contents:

  • What is the System Volume Information Directory and How to Access It
  • Delete Shadow Copies in System Volume Information
  • Clean Up Dedup ChunkStore in System Volume Information

What is the System Volume Information Directory and How to Access It

The System Volume Information directory is located at the root of each Windows hard disk drive and is hidden by default. To view this directory, enable Windows File Explorer to show system files (Options -> View -> uncheck Hide protected operation system files (Recommended)).

Show System Volume Information folder in Windows File Explorer

This directory can only be accessed by the NT AUTHORITY\SYSTEM account. Even the built-in Windows administrator won’t be able to open and view the contents of the System Volume Information directory. If you try to open the folder in the File Explorer, you will get an error:

 Location is not available.
C:\System Volume Information is not accessible.
Access is denied.

] Location is not available. C:\System Volume Information is not accessible. Access is denied

To open the System Volume Information directory in File Explorer, you can set yourself as the owner and grant NTFS permissions. For example, using the commands:

takeown /f "C:\System Volume information"
icacls "C:\System Volume Information" /grant woshub\jwolf:F

icacls System Volume Information permissions

But it doesn’t make a lot of sense. In addition, you may accidentally delete important files from the folder.

To restore the original permissions on the System Volume Information folder, run:
icacls "C:\System Volume Information" /setowner "NT Authority\System"
icacls "C:\System Volume Information" /remove woshub\jwolf

You can view the contents of the System Volume Information directory by running the PowerShell console with NT AUTHORITY\SYSTEM privileges:

PsExec.exe -i -s powershell.exe

Lists the contents of a directory and sorts files by size:

Get-ChildItem 'C:\System Volume Information\' -Force | Sort-Object Length -Descending| Select-Object Name, @{Name='Size(Mb)'; Expression={[int]($_.Length / 1MB)}}

List large files in System Volume Information directory

To find the total size of the directory, use the following PowerShell command

(Get-ChildItem 'C:\System Volume Information\' -force | measure Length -s).sum / 1Gb

What is stored in the System Volume Information folder? I found information about the following services that store their files in this folder (this list is not exhaustive):

  • WindowsImageBackup — system restore points on desktop Windows versions, or System State backups made using Windows Server Backup (wbadmin) in the server OSs;
  • Indexing Service database used for fast file searching (including Outlook search);
  • Distributed Link Tracking Service database;
  • Drive snapshots created by Volume Shadow Copy service, which can be used to restore previous versions of files. A separate file is created for each snapshot, with a long ID as the name;
    shadow copy files on system volume information folder

  • NTFS disk quotas;
  • Base and chunks of the Data Deduplication service;
  • DFS Replication database (dfsr.db);
  • Storage Service (StorSvc) WPSettings.dat file;
  • In the case of USB drives, this directory contains the IndexerVolumeGuid file, which stores the unique drive label that is used by Windows Search service;
  • AppxProgramDataStaging, AppxStaging – backups of UWP Windows apps (can be used to restore after removing Microsoft Store applications)
  • CHKDSK log;
  • AadRecoveryPasswordDelete and ClientRecoveryPasswordRotation – BitLocker directories used when storing the BitLocker recovery key in AD or Azure Entra ID.

Note. Do not manually delete files in the System Volume Information directory, as it contains important information, including that required for system recovery.

Delete Shadow Copies in System Volume Information

The shadow copies created by VSS are most often the cause of the large System Volume Information directory problem. The screenshot below shows that there is a system file in the System Volume Information folder that is larger than 120 GB.

System Volume Information huge folder size

For a quick cleanup of the System Volume Information directory, you can delete old volume shadow copies. List information about the drives for which VSS creates shadow copies

vssadmin list shadowstorage

vssadmin list shadowstorage

vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2013 Microsoft Corp.
Shadow Copy Storage association
For volume: (E:)\\?\Volume{5a419164-9eba-11e5-84c5-004046bbefbb}\
Shadow Copy Storage volume: (E:)\\?\Volume{5a419164-9eba-11e5-84c5-004046bbefbb}\
Used Shadow Copy Storage space: 3.08 MB (0%)
Allocated Shadow Copy Storage space: 896 MB (1%)
Maximum Shadow Copy Storage space: 19.0 GB (29%)
Shadow Copy Storage association
For volume: (C:)\\?\Volume{843c6330-9866-11e5-80b3-806e6f6e6942}\
Shadow Copy Storage volume: (C:)\\?\Volume{843c6330-9866-11e5-80b3-806e6f6e6942}\
Used Shadow Copy Storage space: 912 MB (2%)
Allocated Shadow Copy Storage space: 1.20 GB (3%)
Maximum Shadow Copy Storage space: 3.98 GB (10%)

The tool displays the current and maximum size of shadow copy data for each drive. By default, Windows reserves 10% of disk space for shadow copies.

The screenshot below shows that there is no limit to the size of the shadow copies on the current volume.  In this case, the VSS shadow copy files can take up all the disk space.

Maximum Shadow Copy Storage space: UNBOUNDED (100%)

The settings for the VSS disk quota may change the backup application that you have installed on your computer.

You can use the vssadmin command to reduce the disk quota for VSS copies to 2GB:

vssadmin resize shadowstorage /on=c: /for=c: /maxsize=2GB

Or you can specify the percentage of available volume space:
vssadmin resize shadowstorage /on=c: /for=c: /maxsize=10%

vssadmin resize shadowstorage

vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
(C) Copyright 2001-2013 Microsoft Corp.
Successfully resized the shadow copy storage association

Then (in Windows 10 and 11) display a list of available shadow copies for the C: system drive, with their creation dates:

VSSADMIN list shadows /for=c:

To free up space on your drive, delete the oldest shadow copy:

vssadmin delete shadows /for=C: /oldest

vssadmin delete oldest shadows

You can delete all VSS snapshots:

vssadmin delete shadows /for=C: /all

You can also use System Protection in the Control Panel to change the automatic restore point settings. Run the command systempropertiesprotection, select your system drive, and click Configure.

Here you can:

  • Enable/disable system protection;
  • Check the amount of disk space used to store imaged backups;
  • Change restore point quota settings;
  • Delete all existing restore points.

turn off system protection

To reduce the size of the System Volume Information directory you can also:

  • Move the VSS snapshots to another NTFS drive (vssadmin add shadowstorage /for=c: /on=d: /maxsize=30%);
  • Disable or reconfigure the Windows File History feature;
  • Clean up system files using the built-in cleanmgr.exe tool (disk properties -> Disk Cleanup).

If you create system state backups using WSB (Windows Server Backup), you can delete all old copies of the system state by running the command:

wbadmin delete systemstatebackup -keepversions:0

wbadmin delete systemstatebackup -keepversions:0

To quickly clean up old versions of VSS snapshots on Windows Server, use the diskshadow tool:

DiskShadow
Delete shadows OLDEST c:\

The oldest shadow copy (snapshot) of the volume is deleted each time the command is run.

diskshadow delete oldest shadow copy on Windows Server 2019

Clean Up Dedup ChunkStore in System Volume Information

You may notice that the Dedup\ChunkStore directory takes up a lot of space when you analyze the contents of the System Volume Information directory on Windows Server. This means that File Deduplication is enabled for this volume

When the Windows Server deduplication service finds identical chunks (fragments) in files, it replaces them with a link to a unique chunk stored in the System Volume Information directory. If you move or delete optimized files from a deduplicated volume, the old chunks are not deleted immediately. These chunks are removed by a special GarbageCollection task that runs once a week.

 Do not completely disable deduplication for a volume ( Start-DedupJob -Volume D: -Type Unoptimization ) until you are sure that you have enough free disk space to store the unoptimized files.

To start the process of removing unused chunks immediately, run the PowerShell command:

start-dedupjob -Volume C: -Type GarbageCollection

The next task checks the integrity of the remaining chunks:

start-dedupjob -Volume C: -Type DataScrubbing

To monitor these tasks, use the cmdlet:

Get-DedupJob

When the task is complete, any unused chunks are deleted from the System Volume Information directory.

Sometimes, the disk full warning in Windows may not be related to the usual resource-consuming folders.

Webmasters often wonder what would be consuming the disk space.
System Volume Information is a mysterious Windows folder that users aren’t permitted to open.

The System Volume Information folder stores System Restore, Volume Shadow Copy, and content-indexing files.
Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to locate the exact folders that consume disk space.
In this context, we shall look into how to access the system volume information and clean up the folder to free up disk space.

How to Access System Volume Information Folder on Windows ?

The System Volume Information folder automatically created at the root of each drive, normally stores data related to System Restore, Indexing, File History, etc.
This folder is hidden by default. Thus, to make this folder visible, our support engineers disable the option “Hide protected operating system files” in File Explorer.
Alternatively, they also use the following PowerShell script:

$regkey = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced'
Set-ItemProperty $regkey Hidden 1
Set-ItemProperty $regkey HideFileExt 0
Set-ItemProperty $regkey ShowSuperHidden 1
Stop-Process -ProcessName explorer

Normally while accessing the System Volume Information folder in File Explorer users receive an access denied error as shown below:

Location is not available
E:\System Volume Information is not accessible.
Access is denied.

Here, We assign the user as the directory owner and grant the account the NTFS permissions to access it. Though we can do it through the Security tab in folder properties, we can also perform it easily from the command prompt using the command below:

takeown /f "C:\System Volume information"
icacls "C:\System Volume Information" /grant ibmimedia\user:F

Alternatively, we can also view the contents of the System Volume Information directory by running the PowerShell console with NT AUTHORITY\SYSTEM privileges:

PsExec.exe -i -s powershell.exe

To view the contents of a folder, run the command:

Get-ChildItem 'C:\System Volume Information\'

Now, we can find the size with the following PowerShell command:

(Get-ChildItem 'C:\System Volume Information\' | measure Length -s).sum / 1Gb

Finally, we can restore the original permissions on the System Volume Information folder, using:

icacls "C:\System Volume Information" /setowner "NT Authority\System"
icacls "C:\System Volume Information" /remove ibmimedia\user

How to fix Disk full due to large System Volume Information Folder on Windows ?

System Volume Information folder stores information for system recovery and data for some critical services. Thus it is not recommended to manually delete files in this folder
Though we can clean up the System Volume Information directory by disabling the system restore points and file history, it is not always acceptable.
Firstly, we can display what is stored in this directory by displaying the statistics of using shadow copies:

vssadmin list shadowstorage

This will display the details of the shadow copy storage. Windows by default allocate 10% of the total disk size for storing shadow copies.
We can reduce the disk usage limit of VSS to 2 GB using the vssadmin command.

The vssadmin command has the following syntax:

vssadmin resize shadowstorage /on=[drive letter]: /For=[drive letter]: /MaxSize=[maximum size]

We can delete all old system state copies using(in the Windows Server editions when we create system state backups using Windows Server Backup):

wbadmin delete systemstatebackup -keepversions:0

To quickly clean up old versions of VSS snapshots on Windows Server, use the diskshadow tool:

DiskShadow
Delete shadows OLDEST c:\

Each time when the command run, it deletes the oldest shadow copy (snapshot) of the volume.

How to Clean Up Dedup ChunkStore in System Volume Information ?

When analyzing the contents of the System Volume Information folder on Windows Server, we often notice that the Dedup\ChunkStore directory is consuming a lot of space.

This means that the file deduplication feature is enabled for this volume.
The Windows Data Deduplication service replaces identical chunks (fragments) in files on a volume with a link to the unique chunk. It then saves this to the System Volume Information directory.
While we move or delete optimized files from a deduplicated volume, it does not delete the old chunks immediately. A special GarbageCollection job that runs once a week removes these blocks. Thus it does not immediately reclaim space on a deduplication-enabled volume.
To immediately start the process of removing unused chunks, run the PowerShell command:

start-dedupjob -Volume C: -Type GarbageCollection

The next dedup job will check the integrity of the remaining chunks:

start-dedupjob -Volume C: -Type DataScrubbing

To monitor these tasks, use the Get-DedupJob cmdlet.
Now, it deletes unused chunks in the System Volume Information directory and frees additional disk space.

[Need any further assistance in fixing Disk space errors? – We’re available 24*7. ]

На дисках, флешках и других накопителях Windows 10, 8 и Windows 7 вы можете обнаружить папку System Volume Information в корне диска. Частый вопрос начинающих пользователей — что это за папка и как ее удалить или очистить, о чем и пойдет речь в этом материале. См. также: Как удалить папку System Volume Information с флешки , Папка ProgramData в Windows .

Примечание: папка System Volume Information находится в корне любого диска (за некоторыми редкими исключениями), подключенного в Windows и не защищенного от записи. Если вы не видите такой папки, то вероятнее всего у вас отключен показ скрытых и системных файлов в параметрах проводника ( Как включить показ скрытых папок и файлов Windows ).

Папка System Volume Information на флешке

Начнем с того, что представляет собой эта папка в Windows и для чего она нужна.

Папка System Volume Information содержит необходимые системные данные, в частности

  • Точки восстановления Windows (если включено создание точек восстановления для текущего диска).
  • Базы данных службы индексирования, уникальный идентификатор для накопителя, используемый Windows.
    Содержимое папки System Volume Information

  • Информацию теневого копирования тома ( Историю файлов Windows ).

Иначе говоря, в папке System Volume Information хранятся данные, необходимые для работы служб с этим накопителем, а также данные для восстановления системы или файлов с помощью средств восстановления Windows.

Можно ли удалить папку System Volume Information в Windows

На дисках NTFS (т.е. как минимум на вашем жестком диске или SSD) пользователь не имеет доступа к папке System Volume Information — она не только имеет атрибут «только для чтения», но и права доступа, ограничивающие действия с нею: при попытке удаления вы увидите сообщение о том, что нет доступа к папке и «Запросите разрешение от Администраторы на изменение этой папки».

Нет доступа для удаления папки System Volume Information

Это можно обойти и получить доступ к папке (но не нужно, как и для большинства папок, требующих разрешения от TrustedInstaller или Администраторы): на вкладке безопасность в свойствах папки System Volume Information предоставить себе полные права доступа к папке (чуть подробнее об этом в отдельной инструкции — Запросите разрешение от Администраторы ).

Если эта папка находится на флешке или другом накопителе FAT32 или exFAT, то обычно удалить папку System Volume Information можно без каких-либо манипуляций с правами доступа, специфичными для файловой системы NTFS.

Но: как правило, эта папка моментально создается снова (если вы производите действия в Windows) и, более того, удаление нецелесообразно, так как информация в папке нужна для нормальной работы операционной системы.

Как очистить папку System Volume Information

Несмотря на то, что удаление папки обычными методами не получится, вы можете очистить System Volume Information, если она занимает много места на диске.

Причинами большого размера этой папки могут быть: множественные сохраненные точки восстановления Windows 10, 8 или Windows 7, а также сохраненная история файлов.

Соответственно, чтобы выполнить очистку папки вы можете:

  • Отключить защиту системы (и автоматическое создание точек восстановление).
    Очистка папки System Volume Information

  • Удалить отдельные ненужные точки восстановления. Подробнее по этому и предыдущему пункту здесь: Точки восстановления Windows 10 (подойдет и для предыдущих версий ОС).
  • Отключить историю файлов Windows (см. История файлов Windows 10 ).

Примечание: если у вас возникли проблемы, связанные с отсутствием свободного места на диске, обратите внимание на руководство Как очистить диск C от ненужных файлов .

Ну а чтобы рассматриваемая System Volume Information и многие другие системные папки и файлы Windows реже вам попадались на глаза, рекомендую включить опцию «Скрывать защищенные системные файлы» на вкладке «Вид» в параметрах проводника в панели управления.

Это не только эстетично, но и более безопасно: многие проблемы с работой системы бывают вызваны удалением неизвестных начинающему пользователю папок и файлов, которых «раньше не было» и «неизвестно, что это за папка» (хотя часто оказывается, что раньше просто было выключено их отображение, как это сделано по умолчанию в ОС).

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как настроить цвет проводника в windows 10
  • Vnc клиенты для windows
  • Как убрать блокиратор windows
  • Как установить bluetooth на windows 10 pro
  • Device manager windows 10 что это