2024-09-10, 04:49 PM
(This post was last modified: 2024-09-10, 04:50 PM by TheDreadPirate. Edited 1 time in total.)
Your volumes are not correct in your docker compose. You need to define a host path and a container path.
Also, you have ACLs on your folders. How did you mount this drive? With /etc/fstab? Or did your OS automatically mount this drive? We could remove the ACLs, but that may be temporary depending on how you mounted the drive.
Let's skip the grep. Can you share the entire output of the "mount" command?
Code:
- /srv/dev-disk-by-uuid-e17d7ab1-19b3-4da1-9f55-5986855ed583/Videos/Movies:/Videos/Movies
- /srv/dev-disk-by-uuid-95574347-463e-449c-b65a-4492874048e2/Videos/Series:/Videos/Series
Also, you have ACLs on your folders. How did you mount this drive? With /etc/fstab? Or did your OS automatically mount this drive? We could remove the ACLs, but that may be temporary depending on how you mounted the drive.
Code:
sudo setfacl -b -R /srv/dev-disk-by-uuid-95574347-463e-449c-b65a-4492874048e2
Let's skip the grep. Can you share the entire output of the "mount" command?