IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 大数据 -> windows下System Volume Information Folder文件夹过大的处理 -> 正文阅读

[大数据]windows下System Volume Information Folder文件夹过大的处理

本文使用工具应该都要在powershell下,且是管理员权限。

问题:System Volume Information Folder文件夹特别大,

在这里插入图片描述

常规操作,不建议

获取权限:

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

手工删除

恢复权限

icacls "C:\System Volume Information" /setowner "NT Authority\System"
icacls "C:\System Volume Information" /remove woshub\jwolf

System Volume Information文件夹里面有啥

  • WindowsImageBackup —系统还原点(桌面版本desktop Windows versions ),或者System State backups,使用Windows Server Backup (wbadmin) in server OSs;
  • 索引服务(Indexing Service database),用作快速文件搜索 (including Outlook search);
  • Distributed Link Tracking Service database;
  • Disk snapshots made by Volume Shadow Copy, 可用用来恢复文件旧版本。
  • NTFS disk quota settings;
  • Base and chunks of the Data Deduplication service;
  • DFS Replication database (dfsr.db);
  • WPSettings.dat file – created by the storage service (StorSvc);
  • USB 盘也会存 IndexerVolumeGuid 文件,定义了 the unique disk label used by the Windows Search service;
  • AppxProgramDataStaging, AppxStaging – Windows UWP app backups (it can be used for recovery after removal).

怎样清理System Volume Information文件夹?

不建议手工删System Volume Information文件夹里面的文件。

vssadmin(查看卷影副本)

vssadmin list shadowstorage
在这里插入图片描述
你可以减少磁盘占用,使用vssadmin命令:
vssadmin resize shadowstorage /on=[drive letter]: /For=[drive letter]: /MaxSize=[maximum size]

vssadmin Resize ShadowStorage /For=M: /on=M: /MaxSize=30GB

/for=ForVolumeSpec
/on=On VolumeSpec
其中“/for-For VolumeSpec“指定要启用卷影副本的本地卷,而
“/on=On VolumeSpec’"则指定卷影副本的保存卷。
当然,启用卷影副本的卷和保存副本的卷可以是一个卷。
在这里插入图片描述

wbadmin

如果你是用系统映像备份system state backups using WSB (Windows Server Backup), 老的系统副本可以删除:

wbadmin delete backup -keepversions:0

wbadmin delete backup -keepversions:1

在Windows Server上,可以使用 diskshadow tool,测试Win10没有。

DiskShadow
Delete shadows OLDEST c:\

在这里插入图片描述

清理Dedup ChunkStore in System Volume Information

分析 System Volume Information 文件夹内容, 可能会发现 Dedup\ChunkStore 文件夹占用空间较大。这说明启用了 deduplication feature (去重?重复数据消除功能)

在这里插入图片描述

启动删除未使用的chunks,
start-dedupjob -Volume C: -Type GarbageCollection

下一步检查完整性 integrity 
start-dedupjob -Volume C: -Type DataScrubbing

监视任务过程,
Get-DedupJob

After the completion of the tasks, unused chunks in the System Volume Information directory will be deleted, and additional disk space will be freed.

Be careful when disabling data deduplication for a volume with the Start-DedupJob -Volume D: -Type Unoptimization command. This command will delete all chunks in the System Volume Information directory and the unoptimized files on the volume will revert to their original size. Therefore, before disabling optimization, make sure that there is enough free disk space.

参考:
How to Clean Up Large System Volume Information Folder on Windows?:

http://woshub.com/how-to-clean-up-system-volume-information-folder/

wbadmin与vssadmin、VssAdmin工具使用详解:
http://t.zoukankan.com/dreamer-fish-p-3439647.html

  大数据 最新文章
实现Kafka至少消费一次
亚马逊云科技:还在苦于ETL?Zero ETL的时代
初探MapReduce
【SpringBoot框架篇】32.基于注解+redis实现
Elasticsearch:如何减少 Elasticsearch 集
Go redis操作
Redis面试题
专题五 Redis高并发场景
基于GBase8s和Calcite的多数据源查询
Redis——底层数据结构原理
上一篇文章      下一篇文章      查看所有文章
加:2022-05-08 08:10:56  更:2022-05-08 08:12:44 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/23 22:21:52-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码