February 24, 20215 yr Hey guys, Last week I started a process o shrinking the array, swapped the case and now have less bays, so I swapped the partity disk and one disk from the array. Partity: 4Tb -> 12Tb Array: 4Tb + 4Tb + 4Tb + 4Tb -> 12Tb + 4Tb Followed this guide, and there was no data loss. (This was a long process that took me about 5 days) After starting the array, my plex docker was giving an error that said it could not read/write in the config folder. Aflter a lot of digging I decided to remove the container, remove the data and create it again. But now I cannot event install. When trying to intall the error is this. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Plex-Media-Server' --net='host' -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'PLEX_CLAIM'='Insert Token from https://plex.tv/claim' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -v '/mnt/user/Media/transcode/':'/transcode':'rw' -v '/mnt/user/Media/Movies/':'/movies':'rw' -v '/mnt/user/Media/TVShows/':'/tv':'rw' -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' 'plexinc/pms-docker' a8831359c5e5f2268e5b429d43c9f6991e1407d28bf979f8773e49ba3b0aa4af /usr/bin/docker: Error response from daemon: error while creating mount source path '/mnt/user/appdata/Plex-Media-Server': mkdir /mnt/user/appdata/Plex-Media-Server: no space left on device. The command failed. Anyone with this problem? Edited February 24, 20215 yr by joaoelvas
February 24, 20215 yr Hello, your diagnostics would help understand your system and the logs included could also give us some clues. Can you attach it to your next post ? (Tools / Diagnostics)
February 24, 20215 yr Author 35 minutes ago, ChatNoir said: Hello, your diagnostics would help understand your system and the logs included could also give us some clues. Can you attach it to your next post ? (Tools / Diagnostics) Here is it thor-diagnostics-20210224-1031.zip
February 24, 20215 yr Did see much myself, but I am not the most knowledgeable here. Other guys will probably have a look.
February 24, 20215 yr Author 24 minutes ago, JorgeB said: Nothing jumps out, you can try re-creating the docker image. Well, tried as you said, now I lost all my containers and cannot create any, the error is the same 😪 Pulling image: plexinc/pms-docker:latest IMAGE ID [292466754]: Pulling from plexinc/pms-docker. IMAGE ID [83ee3a23efb7]: Pulling fs layer. Downloading 100% of 27 MB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [db98fc6f11f0]: Pulling fs layer. Downloading 100% of 843 B. Download complete. Extracting. Pull complete. IMAGE ID [f611acd52c6c]: Pulling fs layer. Downloading 100% of 162 B. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [95312d8dae6b]: Pulling fs layer. Downloading 100% of 124 MB. Download complete. Extracting. Pull complete. IMAGE ID [f9d3d98e1497]: Pulling fs layer. Downloading 100% of 4 KB. Download complete. Extracting. Pull complete. IMAGE ID [edb5add85679]: Pulling fs layer. Downloading 100% of 109 MB. Verifying Checksum. Download complete. Extracting. Pull complete. Status: Downloaded newer image for plexinc/pms-docker:latest TOTAL DATA PULLED: 259 MB Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Plex-Media-Server' --net='host' -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'PLEX_CLAIM'='Insert Token from https://plex.tv/claim' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -v '/mnt/user/Media/transcode/':'/transcode':'rw' -v '/mnt/user/Media/Movies/':'/movies':'rw' -v '/mnt/user/Media/TVShows/':'/tv':'rw' -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' 'plexinc/pms-docker' c95cdad2b088d43a4e6ae24955cab9279b6174462f322409aa668c3bc6b209b1 /usr/bin/docker: Error response from daemon: error while creating mount source path '/mnt/user/appdata/Plex-Media-Server': mkdir /mnt/user/appdata/Plex-Media-Server: no space left on device. The command failed.
February 24, 20215 yr Author Ok, I fixed the problem, somehow all my shares had all the free space left as available and the appdata share only had like, 30% of that. Even with the included disks set to all. My guess is that the share was assigned to a ghost disk (One of those that was removed), so I included all disks one by one, saved and then set it to all again. After that it showed the correct available space and I was able to install dockers. Thanks for your help anyway.
February 24, 20215 yr Community Expert 1 hour ago, joaoelvas said: no space left on device. Appdata is set to only use disk4, and there isn't a disk4, remove that.
February 24, 20215 yr Author 39 minutes ago, JorgeB said: Appdata is set to only use disk4, and there isn't a disk4, remove that. I suspected that was the problem, but in the UI was set to all. By changing it I forced it to update. Thanks a lot.
Archived
This topic is now archived and is closed to further replies.