GNOME Bugzilla – Bug 784564
GParted calls mkfs.fat incorrectly when user does not specify label
Last modified: 2017-08-07 17:22:11 UTC
Created attachment 354948 [details] [review] [PATCH] Fix setting empty label for FAT16 and FAT32 when formatting disk Due to mkfs.fat bug https://github.com/dosfstools/dosfstools/issues/54 option -n must contains valid non-empty label. Formatting disk to FAT file system without supplying label is possible, but option -n cannot be specified. Attached patch fix this problem.
Thanks Pali for this fix. I added a some references to the commit message and ended up re-writing the message. Anyway your fix has been included in the GParted GIT repo. Fix setting empty label when creating FAT16/32 file systems (#784564) https://git.gnome.org/browse/gparted/commit/?id=77ef2be08930688e20362f32e2708b59b0038782
This enhancement was included in the GParted 0.29.0 release on August 7, 2017.