You flash ArkOS for your R36S, boot it, it works — then you plug the SD card into your Mac to add games and see either nothing at all or a scary "disk not readable" alert. Two separate things are going on, and both are fixable without borrowing a Windows PC.
ArkOS ships its FAT32 roms partition (EASYROMS) with the MBR partition type set
to 0x1C — "hidden FAT32". Windows ignores the flag, which is why guides say
"just use Windows". macOS respects it and refuses to mount the volume, even though it could
read it perfectly. The fix is flipping one byte in the partition table so the type becomes
plain FAT32 (0x0C). It's permanent, harmless, and the console doesn't care.
Omnimount does it with the Unhide command; on Linux you'd use sfdisk.
Configs, themes, saves and the OS itself live on an ext4 partition, which macOS can't read at all. To edit those files from a Mac you need an ext4 driver — see our full ext4 on Mac guide. With Omnimount, the partition shows up in the menu bar with a Mount button and appears like any other volume.
roms/gba, roms/snes…) in Finder.Run a filesystem check on the ext4 partition (e2fsck, or Omnimount's
Check button) — a console frozen mid-save often leaves the journal dirty. And before
any firmware update, clone the whole card to an image so you can restore it in minutes:
see the cloning guide.
Skip the terminal. Omnimount does everything on this page from the menu bar: mount, write, format, check and clone ext4 and NTFS drives — no kernel extensions, no Recovery Mode, no password prompts.
Get Omnimount — €9.99 or build it free (GPL)