Easily mount internal SD card folders to external SD folders.
Inspired by FolderMount created by madmack, unfortunately his app does not work with MagiskSU.
This module does not guarantee functionality in any way, shape, or form. It is not my responsibility if this module does not work, breaks your SD card or eats your kittens. User discretion is advised.
Open terminal then type:
su
fmount -b [source] [destination]
- Android 5.0+
- Magisk v11.6 or higher
v0.8
- Initial release
v0.8.5
- Small bugfixes and improvements
- Added alternative way to mount folders on boot (post-fs-data.d support)