After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784564 - GParted calls mkfs.fat incorrectly when user does not specify label
GParted calls mkfs.fat incorrectly when user does not specify label
Status: RESOLVED FIXED
Product: gparted
Classification: Other
Component: application
GIT HEAD
Other Linux
: Normal major
: ---
Assigned To: gparted maintainers alias
gparted maintainers alias
Depends on:
Blocks:
 
 
Reported: 2017-07-05 18:22 UTC by Pali
Modified: 2017-08-07 17:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Fix setting empty label for FAT16 and FAT32 when formatting disk (1.63 KB, patch)
2017-07-05 18:22 UTC, Pali
none Details | Review

Description Pali 2017-07-05 18:22:48 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.
Comment 1 Mike Fleetwood 2017-07-07 12:26:19 UTC
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
Comment 2 Curtis Gedak 2017-08-07 17:22:11 UTC
This enhancement was included in the GParted 0.29.0 release on August 7, 2017.