![]() |
1
di11wei 2 天前
那部分内容应该是用了 time machine 备份之后的 APFS 快照,磁盘工具-显示-显示 APFS 快照,然后就可以手动删除这些快照了。但以后依然会产生。
|
2
MacsedProtoss 2 天前 via iPhone
你开了 Time Machine 的话就会有这个问题
方案的话 Google 搜索的话大概是 clean time machine snapshot |
4
wps353 OP @MacsedProtoss 这个有用,谢谢大佬
|
![]() |
6
WuSiYu 2 天前
不用管,空间不够的时候会自动释放的
|
![]() |
7
Vaspike 1 天前
乖乖, 清理了一下多了两百多 G:
for d in $(tmutil listlocalsnapshotdates | grep "-"); do sudo tmutil deletelocalsnapshots $d; done 出处: https://apple.stackexchange.com/questions/340905/how-to-delete-all-local-timemachine-snapshots |