Skip to content
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

Where is the mounted MEGA folder on container side #14

Open
erikthegamer1242 opened this issue Sep 14, 2021 · 1 comment
Open

Where is the mounted MEGA folder on container side #14

erikthegamer1242 opened this issue Sep 14, 2021 · 1 comment

Comments

@erikthegamer1242
Copy link

erikthegamer1242 commented Sep 14, 2021

I have mounted the container side to /home/mega/MEGA but when I vnc into it mega only sees it's own MegaSync folder which is empty so where should I find my files?

@matthewnau
Copy link

I have mounted the container side to /home/mega/MEGA but when I vnc into it mega only sees it's own MegaSync folder which is empty so where should I find my files?

@erikthegamer1242, not sure why we can't see the folder, but if you're using the default folder /MEGAsync Downloads, we can get into the container to browse and manage the files.

Do a docker ps -a to get the container id for your mega install. The you can use the following command to manage the files inside. Make sure to replace the <CONTAINER_ID> with your actual id.

docker exec -u 0 -it <CONTAINER_ID> /bin/bash

I found my downloads with this command

ls home/mega/"MEGAsync Downloads"

From this point you should be able to copy or move files around to outside the container.

References

Hopefully this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@matthewnau @erikthegamer1242 and others