android-x86 / android-x86.github.io

Official Website for Android-x86 Project
MIT License
121 stars 33 forks source link

8.1R2 su has no "--mount-master" anymore ?! #57

Open halve85 opened 4 years ago

halve85 commented 4 years ago

Upgrade from 4.4R1 to 8.1R2 and now noticed that su command has no --mount-master option anymore?

I used command

su --mount-master -c busybox mount -o username=user,password=xxx,rw,noperm -t cifs //10.0.0.123/googlesync /data/media/0/Pictures

to mount my Photos from my NAS to the Android system and access this with Google Photo Backup for Sync into Cloud.

Any other to solution to mount cifs share direclty into Picutures directory and make it accessible for the App?

XmemphistoX commented 2 months ago

Did you ever figure this out?