Mount a MicroSD to all namespaces on Android 11
1
vote
1
answer
247
views
I'm trying to mount a MicroSD. As I understand it, this should be done in the global namespace. Root - Magisk.
I tried:
-
su --mm -c mount -t sdfat /dev/block/mmcblk0p1 /storage/0123-4567
- nsenter -t 1 -m mount -t sdfat /dev/block/mmcblk0p1 /storage/0123-4567
As a result, the root namespace is mounted, but nothing is mounted in other applications. How to mount to all namespaces?
Asked by Сергей Евтухов
(21 rep)
Apr 13, 2023, 01:11 PM
Last activity: May 10, 2023, 04:27 AM
Last activity: May 10, 2023, 04:27 AM