Formated a drive using an Android phone and using it successfully on my Linux box.
$ findmnt /run/media/anon/722E-0F08
TARGET SOURCE FSTYPE OPTIONS
/run/media/anon/722E-0F08 /dev/sdh1 vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro
So, no label and it uses ISO8859. Or UTF? (wtf) And how to pull info on things like FAT block size and all that?