Comment 4 for bug 1589028

Revision history for this message
rtimai (rtimai) wrote :

~$ uname -a
Linux HP-Pavilion-dv6 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

I have encountered the block size error also, and used another tool (forget which) to repair my USB drive. Additional information -- Warnings displayed when checking version number:

~$ usb-creator-gtk --version
/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py:23: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gdk
/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py:25: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/unitysupport.py:27: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
  from gi.repository import Unity
/usr/lib/python3/dist-packages/usbcreator/backends/udisks/backend.py:4: PyGIWarning: UDisks was imported without specifying a version first. Use gi.require_version('UDisks', '2.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gio, GLib, UDisks
0.2.23

For the record, I get the same error when using sudo as well, to display usb-creator version number.