-
List disks and determine the disk
$ diskutil list -
Unmount the disk
$ diskutil unmountDisk disk4 -
Install
e2fsprogsbrew install e2fsprogs -
Formate disk
$ sudo $(brew --prefix e2fsprogs)/sbin/mkfs.ext4 /dev/disk4 -
Set label of disk
$ sudo $(brew --prefix e2fsprogs)/sbin/e2label /dev/disk4 <name>
Last active
March 10, 2026 09:55
-
-
Save kephircheek/31e8c62ca0ffe424c767f9290f563379 to your computer and use it in GitHub Desktop.
Formate USB flash drive to Ext4 with Mac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment