magisk-fstab
A magisk module to load custom fstab configs on startup.
Requirements
- Magisk v20.4+
- Kernel support for filesystems to be mounted
Installation
Install the release zip in Magisk Manager.
Usage
- Adjust the main config in
${MODDIR}/config/main.conf
to your liking.$MODDIR
is usually/data/adb/modules/magisk-fstab
. - Place your
fstab
entries in${MODDIR}/config/fstab.conf
. - Upon every restart, this module will try to perform the actions based on the
fstab
config.