Skip to content

Releases: yashsaxena15/UniversalMountManager

UniversalMountManager v1.0

Choose a tag to compare

@yashsaxena15 yashsaxena15 released this 12 May 18:35

UniversalMountManager v1.0

Initial public release of UniversalMountManager.

Features

  • Config-based mount system
  • Runtime-aware sdcardfsm mounting
  • Android emulated storage support
  • SD card detection and mount wait handling
  • Sequential safe mounting
  • Timestamped logging
  • Automatic remount cleanup
  • Magisk boot integration
  • Internal ↔ SD card folder virtualization

Supported Mount Types

  • SD → Internal
  • Internal → Internal
  • Linux FS → Linux FS

Configuration

Edit:

config/mounts.conf

Format:

SOURCE|DESTINATION

Notes

Required helper binaries are not included in this repository.

Users must manually place:

  • mountcore
  • mountns

inside:

bin/

before flashing the module.