ollama - 💡(How to fix) Fix Issue when installing gemma4 with Ollama 0.20.6 on Linux ubuntu 13.4.2026 [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
ollama/ollama#15547Fetched 2026-04-15 06:20:16
View on GitHub
Comments
2
Participants
3
Timeline
3
Reactions
0
Author
Timeline (top)
commented ×2labeled ×1

Error Message

Error: selecting model: failed to pull gemma4: write /usr/share/ollama/.ollama/models/blobs/sha256-4c27e0f5b5adf02ac956c7322bd2ee7636fe3f45a8512c9aba5385242cb6e09a-partial: no space left on device

RAW_BUFFERClick to expand / collapse

What is the issue?

ubuntu@django2:~$ ollama

pulling manifest pulling 4c27e0f5b5ad: 92% ▕█████████████████████████████████████████████████████████████████████████████████████████████████ ▏ 8.9 GB/9.6 GB 14 MB/s 50s Error: selecting model: failed to pull gemma4: write /usr/share/ollama/.ollama/models/blobs/sha256-4c27e0f5b5adf02ac956c7322bd2ee7636fe3f45a8512c9aba5385242cb6e09a-partial: no space left on device Ollama 0.20.6

▸ Chat with a model Start an interactive chat with a model

Relevant log output

OS

Linux

GPU

AMD

CPU

AMD

Ollama version

0.20.6

extent analysis

TL;DR

The issue is likely due to insufficient disk space, and freeing up space or increasing the disk capacity may resolve the problem.

Guidance

  • Check the available disk space on the device using a command like df -h to confirm if the issue is indeed related to low disk space.
  • Consider deleting unnecessary files or expanding the disk capacity to ensure sufficient space for the Ollama model to be pulled.
  • Verify that the .ollama/models/blobs directory is not being filled with partial downloads, which could be causing the space issue.
  • If possible, try pulling the model to a different location with more available space.

Example

No code snippet is provided as it's not directly relevant to the issue, but a command like df -h can be used to check disk space.

Notes

The issue seems to be specific to the Ollama version 0.20.6 and the Linux operating system, but the root cause appears to be a general disk space issue rather than a version-specific problem.

Recommendation

Apply workaround: Free up disk space or increase the disk capacity to ensure sufficient room for the Ollama model, as the error message directly points to a "no space left on device" issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING