# 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 1. Adjust the main config in `${MODDIR}/config/main.conf` to your liking. `$MODDIR` is usually `/data/adb/modules/magisk-fstab`. 2. Place your `fstab` entries in `${MODDIR}/config/fstab.conf`. 3. Upon every restart, this module will try to perform the actions based on the `fstab` config. ## References - [Magisk documentation](https://topjohnwu.github.io/Magisk/) - [fstab manual](https://man7.org/linux/man-pages/man5/fstab.5.html)