Comment 7 for bug 1361474

Revision history for this message
Yu Ning (yuningdodo) wrote : Re: Error erasing device when there is dos partition table but no partition

I just updated my patch for trusty to workaround the "timed out" issue.

usb-creator uses udisks2 to format the partition table, and udisks2 uses wipefs to erase the old partition table. However in trusty wipefs only support erasing partitions but not partition table. So instead of backporting the wipefs from utopic to trusty I think it's simpler to use parted to do the job directly in usb-creator.

With this update we no longer need util-linux to be backported.

Here is the patch:
https://code.launchpad.net/~yuningdodo/ubuntu/trusty/usb-creator/usb-creator.lp1361474+lp1300361-recreate-udisks-client/+merge/232852