💾 What to do after you add the D: drive
By default, Ollama installs models on your C: drive, but you can change that.
✅ Step 1: Create a folder on D:
Example:
D:\Ollama
✅ Step 2: Set Ollama to use D: instead
- Press Start
- Search: Environment Variables
- Click “Edit the system environment variables”
- Click Environment Variables
✅ Step 3: Add new variable
Under User variables, click New:
- Variable name:
OLLAMA_MODELS
- Variable value:
D:\Ollama
Click OK → OK → OK
✅ Step 4: Restart your PC
This is important so the change applies.
✅ Step 5: Install & run again
After restart:
ollama run llama3
Now it will download models to D: instead of C: 🎉
⚠️ Important tip
Do this before downloading any models—otherwise they’ll already be stuck on C:.
👍 Optional (recommended)
Once it’s working, I can help you:
- Install a ChatGPT-style interface (much nicer than command line)
- Pick lighter models if your PC isn’t powerful
- Speed things up
