Jump to content

no space left


Recommended Posts

for the last 3 days when ever i tried to install anything i have got the message theres no space left, triede everything of the internet with nothing working, no secret files filling up

 

docker run
  -d
  --name='binhex-prowlarr'
  --net='bridge'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="stefplex"
  -e HOST_CONTAINERNAME="binhex-prowlarr"
  -e 'UMASK'='000'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:9696]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/prowlarr-icon.png'
  -p '9696:9696/tcp'
  -v '/mnt/user/appdata/binhex-prowlarr':'/config':'rw' 'binhex/arch-prowlarr'

ff1dba46e541f0fe3b4027ba3a445d2a785a2a81f29c3af78e85674e889267c1
docker: Error response from daemon: error while creating mount source path '/mnt/user/appdata/binhex-prowlarr': mkdir /mnt/user/appdata/binhex-prowlarr: no space left on device.

Link to comment

According to your Diagnostics, disk1 only has 1.2TB free, and disk2 has 777GB free. So neither disk can be chosen for writing a file, since neither disk has the Minimum Free of 1.8TB required by appdata.

 

So that explains the problem.

 

The solution is to set a more reasonable value for Minimum Free for appdata. I don't know how it would have been set that high anyway. Did you ever have a 1.8TB file in that share? The usual recommendation is larger than the largest file you expect to write to the share.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...