ollamadeepseek

Ollama Deepseek - Not enough space on the disk


I'm trying to run deepseek on ollama.

I've tried the smallest 1.5b model (1,1GB) ollama run deepseek-r1:1.5b and it run just fine.

So I tried a larger 32b model (20GB) ollama run deepseek-r1:32b, after ollama tried to download the manifest, it ends with error message

Error: max retries exceeded: write D:\ollama\models\blobs\sha256-6150cb382311b69f09cc0f9a1b69fc029cbd742b66bb8ec531aa5ecf5c613e93-partial: There is not enough space on the disk.

But i have plenty of space on my disk, about 50GB (just in case it need twice the size it need for temporary files idk). But still, it says not enough space on the disk.

This error also showed when I tried to download 14b model (9GB).

Why is this keep happening? Is there any space calculation for downloading the models?

UPDATE: tried to download the 8b model (4.9GB), and the error message still occurs


Solution

  • Based on @nneonneo's comment, I reformat my D disk as NTFS instead of FAT. and it just work perfectly.