Magisk module that installs disk partitioning tools for Android. Installs fdisk, sfdisk, cgdisk, gdisk, sgdisk, fixparts, and parted to /system/bin/ via Magisk's systemless overlay.
Tools included:
- fdisk, sfdisk — from util-linux
- cgdisk, gdisk, sgdisk, fixparts — from GPT fdisk
- parted — from GNU Parted
- Android device with Magisk v20.4+ installed
- Architecture: aarch64
- Download the latest
disk-*.zipfrom the releases page - Open Magisk → Modules → Install from storage → select the zip → Reboot
Supports auto-update via Magisk's built-in update mechanism.
git clone https://github.com/evdenis/disk
cd disk
make installRequires adb with USB debugging enabled and root access on the device.