-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access to mounted drive #1
Comments
Hello
Thank you
Its mostly likely to be a permissions issue or incorrect mount location
within the container. You can use *docker exec *command to login into the
container and check the permissions and location of the files/directories
…On Wed, Jul 15, 2020 at 12:47 AM Imrhien ***@***.***> wrote:
This is an awesome script, really quick and easy to get going with,
instructions helpful.
I'm just stuck with getting Sonarr/Radarr/Plex etc access to my mounted
drive. As per instructions I've mounted my USB drive to /mnt/media/ and the
apps have successfully written their appdata. However, via the web UIs of
these apps, I can't see media inside /mnt/. Is this a docker problem or a
permissions problem?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC7GECP3MZUU366HNWHJOLR3TVBNANCNFSM4OZ7ZZQA>
.
|
Ah, I figured it out! I missed a comment in docker-compose.yaml: I was expecting to browse to /mnt/media/tv_shows but /tv is what I actually needed. Works like a treat :) Again, awesome script, what a time-saver. Thank you again and thanks for responding so quickly. |
No worries. Glad its working. Thank you
…On Thu, Jul 16, 2020 at 3:04 AM Imrhien ***@***.***> wrote:
Ah, I figured it out! I missed a comment in docker-compose.yaml:
# TV shows imported by sonarr are stored in /mnt/media/tv_shows directory
on the host. sonarr sees this directory
# as /tv. Within sonarr make your root folder as /tv
I was expecting to browse to /mnt/media/tv_shows but /tv is what I
actually needed. Works like a treat :) Again, awesome script, what a
time-saver. Thank you again and thanks for responding so quickly.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC7GEDSEONKEEQ5R42XI5DR3ZNZXANCNFSM4OZ7ZZQA>
.
|
One last question if that's okay! OpenVPN keeps crashing - it's trying to load an OVPN file it has downloaded, but the file in question is blank. I've stopped the container and tried to copy in the correct file, but it's not working. I don't get an error when I run the below:
I've tried using SUDO and tried a few variations on the command but no luck. Any suggestions? |
Hello
Ya not really sure what the problem is. Please Check logs for transmission
container, maybe that give you a clue.. most likely issue with vpn config
…On Fri, 17 Jul 2020, 4:32 am Imrhien, ***@***.***> wrote:
One last question if that's okay!
OpenVPN keeps crashing - it's trying to load an OVPN file it has
downloaded, but the file in question is blank.
I've stopped the container and tried to copy in the correct file, but it's
not working. I don't get an error when I run the below:
docker container cp nz66.nordvpn.com.ovpn
transmission-openvpn:/etc/openvpn/nordvpn/nz66.nordvpn.com.ovpn
Any suggestions?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC7GEFX2OLYNRZA2B2S3GLR37A3VANCNFSM4OZ7ZZQA>
.
|
This is an awesome script, really quick and easy to get going with, instructions helpful.
I'm just stuck with getting Sonarr/Radarr/Plex etc access to my mounted drive. As per instructions I've mounted my USB drive to /mnt/media/ and the apps have successfully written their appdata. However, via the web UIs of these apps, I can't see media inside /mnt/. Is this a docker problem or a permissions problem?
The text was updated successfully, but these errors were encountered: