Skip to content

Getting Started: First Launch & Setup

This guide walks you through launching fparted for the first time, granting root permissions, understanding the interface, and safely navigating your storage hardware.


1. Prerequisites

Before using fparted, make sure your device satisfies these requirements: - Root Access: Rooted Android device running Magisk, KernelSU, or APatch with the standard root binary located at /system/bin/su. - Primary Android User: The app must run under the primary device profile (User 0). - Internal / External Storage: Built-in flash memory (UFS / eMMC), microSD card, or USB OTG storage drive.


2. Startup & Root Authorization

When you open fparted for the first time, it checks for /system/bin/su and tests for superuser authorization:

Cold Start ──► Root Gate Probe (/system/bin/su) ──► Superuser Grant Probe

Granting Root Permissions by Manager

  • Magisk typically displays an automatic Superuser Request popup dialog when fparted starts.
  • Tap Grant (or set to Always).
  • For KernelSU and its variants (KernelSU, KernelSU-Next, SukiSU, ReSukiSU, and APatch), untrusted apps do not trigger an automatic popup prompt by default due to kernel-level / SuperKey isolation.
  • Open your kernel root manager app (KernelSU, KernelSU-Next, SukiSU, ReSukiSU, or APatch).
  • Navigate to the Superuser / SuperUser tab.
  • Locate Partition Manager (vn.shadichy.parted) in the application list and toggle the switch to Grant Superuser.
  • Re-open or switch back to fparted.

[!WARNING] If root is denied or missing, fparted presents an immutable Exit dialog. If you are using KernelSU, APatch, or their variants, ensure you have enabled Superuser for Partition Manager in your manager app before launching.


3. Interface Overview

┌───┬─────────────────────────────────────────────────────────────────┐
│ R │ Selected Disk: /dev/block/mmcblk1 (Samsung 128GB MicroSD)       │
│ e │ ┌─────────────────────────────────────────────────────────────┐ │
│ f │ │ [1: EFI (512MB)] [2: Ext4 (64GB)] [3: ExFAT (63GB)] [Free]   │ │ Partition Graph
│ r │ └─────────────────────────────────────────────────────────────┘ │
│ e │ Partition List                                                  │
│ s │ ┌───┬──────────────┬────────┬──────────┬──────────┬───────────┐ │
│ h │ │ # │ Device       │ System │ Label    │ Size     │ Used      │ │
│───│ ├───┼──────────────┼────────┼──────────┼──────────┼───────────┤ │
│ D │ │ 1 │ mmcblk1p1    │ FAT32  │ EFI      │ 512 MiB  │ 42 MiB    │ │
│ i │ │ 2 │ mmcblk1p2    │ ext4   │ RootFS   │ 64.0 GiB │ 12.4 GiB  │ │
│ s │ │ 3 │ mmcblk1p3    │ exfat  │ Media    │ 63.5 GiB │ 38.1 GiB  │ │
│ k │ └───┴──────────────┴────────┴──────────┴──────────┴───────────┘ │
│ s │ ┌─────────────────────────────────────────────────────────────┐ │
│   │ │ ⚙️ Operations Bar: 2 Pending (Resize ext4, Format exfat)      │ │ Operations Queue
└───┴─────────────────────────────────────────────────────────────────┘
  1. Navigation Rail (Left): Switch between internal storage, SD cards, USB OTG drives, and custom devices. Includes the Refresh Disks, Add Device, Documentation, and Settings buttons.
  2. Partition Visual Graph (Top): Interactive, proportional map of all partition slices and unallocated free space. Tapping a slice selects it.
  3. Partition Table (Center): Detailed list showing partition numbers, device paths, filesystem types, volume labels, total sizes, and usage.
  4. Operations Bar & Context Actions (Bottom/Right): Shows pending staged operations, Apply, Undo, and Clear.