NoMount Suite
Developed by @Bouteillepleine
NoMount Suite is a stealth metamodule that loads root modules without generating system mounts. Powered by the Prism kernel driver, it intercepts VFS lookups directly in RAM to serve files, ensuring changes remain completely invisible in /proc/mounts.
| Screenshot 1 | Screenshot 2 |
|---|---|
![]() | ![]() |
Technical Details
NoMount Suite replaces traditional overlayfs and tmpfs methods by dynamically hijacking directory operations at the kernel VFS layer. Instead of altering the mount table, the Prism driver redirects path resolutions directly in RAM to serve the injected files. This hookless approach ensures root files remain completely invisible to any application scanning /proc/mounts.
Core Features of NoMount Suite
- Zero mounts: Files are served by redirecting VFS lookups via the Prism kernel driver, keeping
/proc/mountsentirely clean. - Metamodule design: Scans
/data/adb/modules/at boot and programs the kernel engine automatically without requiring per-module setup. - App isolation: Blocks the injected rules from isolated processes via the UID block feature to hide root from target apps.
- Durable whiteouts: Allows users to persistently hide physical paths across reboots to conceal system changes.
Support & Requirements
Requires an arm64 device running a custom kernel with the Prism engine (CONFIG_NOMOUNT=y) and a compatible root manager like KernelSU, SukiSU, ReSukiSU, Magisk, or APatch.
How to Install NoMount Suite
- Step 1: Download the latest
.ziprelease of NoMount Suite. - Step 2: Open your root manager (KernelSU, Magisk, or APatch) and access the Modules menu.
- Step 3: Install from storage by flashing the
.zipfile. - Step 4: Reboot the device so the metamodule can serve content on the first boot pass.
Disclaimer: Altering kernel behavior carries real risk, including instability and data loss; developers are not responsible for bricked devices or thermonuclear war.

