You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: