Skip to content

Make system partition become read-write (it is also possible without Magisk)

Notifications You must be signed in to change notification settings

gwyter/magisk_overlayfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magisk Overlayfs

This is still Work-in-process

  • Emulate your system partitions become read-write-able by using OverlayFS
  • Make system partition (/system, /vendor, /product, /system_ext) become read-write.
  • Use /data as upperdir for overlayfs (only support ext4 /data)
  • All modifications to overlayfs partition will not be made directly, but will be stored in upperdir, so it is easy to revert.

Build

There is two way:

  • Fork this repo and run github actions
  • Run bash build.sh (On Linux/WSL)

Bugreport

  • Please include /cache/overlayfs.log

Without Magisk

  • Possible to test:
mkdir -p /data/overlayfs
./overlayfs_system /data/overlayfs

About

Make system partition become read-write (it is also possible without Magisk)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.2%
  • Shell 19.5%
  • Makefile 2.3%