Unable to write to cache error


Recommended Posts

7 minutes ago, MothyTim said:

Should I have deleted the docker image or did the system create a new one anyway?

If it was on cache it would have been re-created, but since you're using /mnt/user paths you might have two images, what's the output of:

 

find /mnt -name docker.img

 

Link to comment
2 minutes ago, MothyTim said:

Hi looks like there are 2! How did that happen, best way to fix?

 


Linux 4.19.98-Unraid.
root@Tower:~# find /mnt -name docker.img
/mnt/user/system/docker/docker.img
/mnt/cache/system/docker/docker.img
root@Tower:~# 

 

There's only the one of them present.  You're good to go

Link to comment

Those are the same, still recommend changing the paths to /mnt/cache instead of /mnt/user, no idea what happened to the dockers since there weren't any errors I could see, but that image looks brand new based on the transid, you can quickly add them back using the CA previous apps function.

Link to comment
2 hours ago, MothyTim said:

Hi looks like there are 2! How did that happen, best way to fix?

 


Linux 4.19.98-Unraid.
root@Tower:~# find /mnt -name docker.img
/mnt/user/system/docker/docker.img
/mnt/cache/system/docker/docker.img
root@Tower:~# 

 

Those are two different views of the same file!    The /mnt/user location is looking at the virtual file system used to implement User Shares, while /mnt/cache is referring to the physical device holding the file.

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.