

Thus, you must specify the case-insensitive full name "ms-dos fat32". In the output table you will see that there are aliases defined by "(or) something" but there is no alias for the "FAT32" filesystem. you should know from other answers when to use sudo, how to identify your device, how to unmount your device, how to specify the label and how to verify that the disk is formatted correctly.ĭiskutil eraseDisk filesystem disklabel MBRFormat deviceįind the correct filesystem alias by listing all available options:


The error may occur from Mac OS Leopard 10.5 to Yosemite 10.10.I am not sure which "older" versions produce the error, but it does occur in Snow Leopard 10.6.8 with diskutil version dated.This is an alternate solution for older Apple Mac versions where FAT32 as the filesystem type does NOT WORK as per the error above.Use diskutil listFilesystems to view a list of supported file systems $diskutil eraseDisk FAT32 MYDISKLABEL MBRFormat /dev/disk1įAT32 does not appear to be a valid file system format
