GNOME Bugzilla – Bug 786050
GParted reports failed to execute child process "mkudffs" when it is not installed
Last modified: 2017-10-10 17:23:16 UTC
When udftools are not installed and the mkudffs program isn't found GParted reports this error during startup: # ./gpartedbin ====================== libparted : 3.1 ====================== Failed to execute child process "mkudffs" (No such file or directory) Fix on it's way.
Created attachment 357289 [details] [review] Only execute mkudffs during detection when it is known to exist (v1) Hi Curtis, Here's the patch for this. Mike
Thanks Mike for finding and fixing this problem. The patch looks good to me. My testing on kubuntu 16.04 confirmed the problem and that the patch fixes the issue. Patch v1 from comment #1 has been committed to the git repository. The relevant git commit can be viewed at the following link: Only execute mkudffs during detection when it is known to exist (#786050) https://git.gnome.org/browse/gparted/commit/?id=c353630312bb05c53ff4221bff6b2cbad58a6ca3
This enhancement was included in the GParted 0.30.0 release on October 10, 2017.