-
Notifications
You must be signed in to change notification settings - Fork 50
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
Need clarification/further instruction on creating a shared folder #79
Comments
I've tried manually changing the ownership of the files and even that didn't work. I'm utterly clueless. |
I assume you ran sudo does not preserve your environment by default, and ~ replaces with /root. Tell sudo to preserve your environment (maybe by running it as |
This is not true - tested by running After much troubleshooting and research, I discovered that the theoretical solution involves matching the UID and GID of the Waydroid user to that of the Linux host user using |
If any maintainers read this, I want it known that this is a frankly unbelievable omission. The documentation page for this problem is only half complete and it is arguably the less useful half. |
You are correct. ~ is replaced by the shell with the current user home dir before any command runs. |
I have been able to create a shared folder on my system, although I have noticed that the mount --bind command has to be run while the waydroid session is running. |
yeah, i got this to work last night, at about 4 am. been attacking this
problem since November and never had that piece of information
…On Mon, Jan 6, 2025, 8:42 AM Ashbd9 ***@***.***> wrote:
I have been able to create a shared folder on my system, although I have
noticed that the mount --bind command has to be run while the waydroid
session is running.
It also has to be repeated everytime the waydroid session is restarted.
—
Reply to this email directly, view it on GitHub
<#79 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALGGC2JHHZCDNJ7AMU6GUJ32JKW55AVCNFSM6AAAAABSL4J3I6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZTGQ4DOOBRGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
True. It should be in the docs. I found it myself through trial and error. |
I've created a bind mount per the instructions on the docs page. Now what? My android files don't appear in linux and my linux files don't appear in android. How do I resolve the permissions problem? I've run chmod 777 and it did nothing. I also attempted to add the Linux user and the Waydroid fake user to a group but it failed because the waydroid user (uid 10136 on my machine) doesn't actually exist. Now what?
The text was updated successfully, but these errors were encountered: