In our Telegram main group there was a discussion about how to mount a folder for exchanging files between waydroid and UT. Having a GUI way of doing this would be a nice feature for this app.
From the posts by users the following code may help achieving this:
sudo mount --bind /home/phablet/transfer /home/phablet/.local/share/waydroid/data/media/0/transfer
chmod 777 transfer
The mount point needs to be created before running this mount command.
In our Telegram main group there was a discussion about how to mount a folder for exchanging files between waydroid and UT. Having a GUI way of doing this would be a nice feature for this app.
From the posts by users the following code may help achieving this:
The mount point needs to be created before running this mount command.