ollama / ollama

Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.

Home Page:https://ollama.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ollama tries to re-create existing models path

LumiWasTaken opened this issue · comments

commented

What is the issue?

When starting the ollama service, i have a env variable set OLLAMA_MODELS=/mnt/storage/fast/ollama_models

Ollama fails to start, it attempts to mkdir /mnt/storage/fast it fails (oviously) and crashes.

I assume there to be some kind of permission issue as the drive is a ntfs drive (due to it being a Removeable Media

I'm on the latest version using the Linux installer Script on EndavourOS.
the ollama user has full access to all drives folders as they have rwx rw rw permissions.
Thanks!

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

0.1.38

@LumiWasTaken can you post the logs?

Think this might be similar to #4732