Skip to content

Instantly share code, notes, and snippets.

View ram1337's full-sized avatar

ram1337 ram1337

View GitHub Profile
@ram1337
ram1337 / format2EXT4.md
Created April 5, 2026 19:10 — forked from kephircheek/format2EXT4.md
Formate USB flash drive to Ext4 with Mac

Formate disk (USB flash drive) to Ext4 with Mac

  • List disks and determine the disk
    $ diskutil list
    
  • Unmount the disk
    $ diskutil unmountDisk disk4
    
  • Install e2fsprogs