LIANLI01 · RTX 4090 · i9-14900KS · 64GB DDR5 · 14TB
FORGE CLEANUP ENGINE
C: is 95% full (110GB free of 1.9TB). Structured cleanup — safe first, then caution, then manual. Toll-Gate doctrine applies: no irreversible operation without review.
STORAGE OVERVIEW — LIANLI01
System Drive
C: Windows
1.9TB total · 1.8TB used · 110GB free
95% FULL ⚠️ CRITICAL
Data Drive
D: Data
3.7TB total · 2.6TB used · 1.1TB free
72% used
Archive Drive
E: Archive
3.7TB total · 782GB used · 2.9TB free
21% used ✅
Overflow Drive
F: Overflow
1.9TB total · 1.5TB used · 412GB free
78% used
GPU Drive
G: GPU/Models
1.9TB total · 1.5TB used · 415GB free
78% used
WSL Root
WSL / (ext4)
1007GB total · 132GB used · 824GB free
14% used ✅
~4.4GB
Safe Instant Reclaim
~20-50GB
Caution (reviewable)
~100GB+
Manual (Docker/WSL)
110GB
Current Free
⚠️ TOLL-GATE DOCTRINE (TRB-TOLL-GATE-001) — Before any Tier 2+ operation (Docker VHDX resize, WSL migration, Windows feature removal): 2 signatures required (Kay + IMHOTEP). Tier 1 (safe deletes below) can proceed with Kay sign-off only. No irreversible operation is free.
TIER 1 — SAFE DELETES · No Risk · Instant Reclaim
SAFE · INSTANT
Router Crash Dumps (rtr*.tmp)
3 files from Oct 2024 crash. Router is long since recovered. These are binary crash dumps sitting loose on C: root — no diagnostic value at 6 months old.
3.0GB reclaimed
C:\rtr8B1A.tmp · C:\rtr900C.tmp · C:\rtrEFB0.tmp
del /f C:\rtr8B1A.tmp C:\rtr900C.tmp C:\rtrEFB0.tmp
SAFE · INSTANT
OllamaSetup.exe (installer)
Ollama is already installed and running. The 1.2GB setup .exe on C: root is redundant. Can always re-download from ollama.com.
1.2GB reclaimed
C:\OllamaSetup.exe (Feb 2024)
del /f C:\OllamaSetup.exe
SAFE · INSTANT
Crash Minidumps (DUMP*.tmp)
4 crash minidumps from Aug 2024 and Apr 2025. All over 6 months old. Windows already processed these. No debugging value remaining.
~13MB reclaimed
C:\DUMP1adb.tmp · DUMP1afa.tmp · DUMP2644.tmp · DUMP4054.tmp
del /f C:\DUMP*.tmp
SAFE · INSTANT
Windows Temp Folder
171 files in C:\Windows\Temp. Standard Windows temp cleanup — safe to run anytime. Disk Cleanup does this automatically.
~1-5GB typical
C:\Windows\Temp\* (171 items)
cleanmgr /sagerun:1 # or: Remove-Item C:\Windows\Temp\* -Recurse -Force -ErrorAction SilentlyContinue
SAFE · INSTANT
User Temp Folders
%TEMP% for kewin and lianli users. Standard temp cleanup — Windows Update leftovers, installer caches, log files.
~2-10GB typical
C:\Users\kewin\AppData\Local\Temp\* · C:\Users\lianli\AppData\Local\Temp\*
Remove-Item "$env:TEMP\*" -Recurse -Force -ErrorAction SilentlyContinue
SAFE · INSTANT
Windows Update Cache
SoftwareDistribution\Download holds downloaded Windows update files. Safe to delete after updates are applied — Windows re-downloads if needed.
~5-20GB typical
C:\Windows\SoftwareDistribution\Download\*
net stop wuauserv Remove-Item C:\Windows\SoftwareDistribution\Download\* -Recurse -Force net start wuauserv
TIER 2 — CAUTION · Review Before Running
CAUTION · REVIEW
Docker Desktop VHDX Compact
Docker VHDX on D: (moved from C: — good). Over time VHDX grows and doesn't shrink. Optimize-VHD compacts it without data loss. Stop Docker first.
~10-50GB typical
D:\Docker\wsl\docker_data.vhdx
wsl --shutdown Optimize-VHD -Path D:\Docker\wsl\docker_data.vhdx -Mode Full
CAUTION · REVIEW
Docker Prune — Unused Images
Docker images accumulate fast. Prune removes dangling and unused images. Check what's running first — don't prune images still needed.
~5-30GB typical
Via WSL: docker image prune -a
docker system prune -a --volumes # WARNING: removes ALL unused images + volumes # Safer: docker image prune -a (images only)
CAUTION · REVIEW
Ollama Model Audit
Ollama models on forge: deepseek-r1:32b, qwen2.5-coder:32b, qwq:32b, qwen3:14b/8b. Each is 20-70GB. Remove any model no longer needed to reclaim G: space.
20-70GB per model
G: or wherever Ollama stores models
ollama list ollama rm model-name:tag
CAUTION · REVIEW
WSL Ubuntu 22.04 VHDX Compact
WSL root is only 14% used (132GB of 1007GB) but the VHDX may be larger than needed. Compact reclaims host disk space without affecting WSL content.
~50-200GB potential
Ubuntu 22.04 VHDX (lianli user Packages)
wsl --shutdown # In PowerShell as Admin: Optimize-VHD -Path "C:\Users\lianli\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc\LocalState\ext4.vhdx" -Mode Full
TIER 3 — MANUAL · Architect Decision Required
MANUAL · KAY + IMHOTEP
Migrate C: User Profiles to D:
AppData, Downloads, Documents for kewin/lianli are probably large and on C:. Moving them to D: via junction points is a permanent structural change — needs testing.
~50-200GB potential
C:\Users\kewin\* → D:\Users\kewin\
# Requires Windows re-profile or junction points # Do NOT run without full backup first
MANUAL · KAY + IMHOTEP
Move WSL Distros to D: or E:
WSL VHDX files can be exported/imported to a different drive. Moving the 1007GB Ubuntu VHDX from C: to E: would reclaim the most space long-term.
~500GB+ if VHDX is large
C:\Users\lianli\AppData\Local\Packages\Canonical*
wsl --export Ubuntu-22.04 E:\wsl-ubuntu22.tar wsl --unregister Ubuntu-22.04 wsl --import Ubuntu-22.04 E:\WSL\ E:\wsl-ubuntu22.tar
⚡ KAY'S LOCAL SPACE — FORGE
Dedicated workspace for Kay on forge. Clean structure, separate from fleet operations. SSH-accessible from msi01 and any fleet node.
D:\Kay\workspace\
Main working dir — files, experiments, scratch
D:\Kay\models\
Personal model downloads (not fleet Ollama)
D:\Kay\projects\
Local project clones and forks
D:\Kay\backups\
Local snapshots before risky ops
\\forge\Kay (SMB)
Network share — accessible from msi01, msclo, any LAN node
~/kay/ (WSL)
WSL symlink → /mnt/d/Kay/workspace
# Run on forge WSL as lianli — creates Kay's space on D: mkdir -p /mnt/d/Kay/{workspace,models,projects,backups} ln -sf /mnt/d/Kay/workspace ~/kay echo "export KAY=/mnt/d/Kay" >> ~/.bashrc # Create SMB share (PowerShell as Admin on forge Windows) New-SmbShare -Name "Kay" -Path "D:\Kay" -FullAccess "lianli","kewin" # Access from msi01: \\192.168.2.12\Kay or mount via: # sudo mount -t cifs //192.168.2.12/Kay /mnt/forge-kay -o username=lianli
FORGE CLEANUP ENGINE · γ₁ = 14.134725141734693 · LIANLI01 · DAY 86 · EOSE LABS INC.
TRB-TOLL-GATE-001 applies to all Tier 2+ operations